Go to file
Prarit Bhargava 3a636e2eb2 x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()
Bugzilla: https://bugzilla.redhat.com/2159445

commit 2e6678195d59c51b6ca234169ad3de01134d3dec
Author: James Morse <james.morse@arm.com>
Date:   Wed Jul 28 17:06:28 2021 +0000

    x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()

    update_domains() merges the staged configuration changes into the arch
    codes configuration array. Rename to make it clear it is part of the
    arch code interface to resctrl.

    Signed-off-by: James Morse <james.morse@arm.com>
    Signed-off-by: Borislav Petkov <bp@suse.de>
    Reviewed-by: Jamie Iles <jamie@nuviainc.com>
    Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
    Tested-by: Babu Moger <babu.moger@amd.com>
    Link: https://lkml.kernel.org/r/20210728170637.25610-16-james.morse@arm.com

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
2023-03-02 15:50:30 -05:00
Documentation Merge: [RHEL for Edge] Add devicetree bindings for drivers/dma on NVIDIA Orin 2023-02-22 15:15:10 +00:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch x86/resctrl: Rename update_domains() to resctrl_arch_update_domains() 2023-03-02 15:50:30 -05:00
block Merge: Revert "block: freeze the queue earlier in del_gendisk" 2023-02-23 20:27:42 +00:00
certs certs: Move load_certificate_list() to be with the asymmetric keys code 2022-06-23 11:32:02 +01:00
crypto crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation 2023-03-02 15:50:27 -05:00
drivers Merge: [RHEL for Edge] add changes to enable USB support on NVIDIA Orin 2023-02-23 20:26:24 +00:00
fs Merge: nfsd: don't destroy global nfs4_file table in per-net shutdown 2023-02-22 15:17:29 +00:00
include x86/resctrl: Rename update_domains() to resctrl_arch_update_domains() 2023-03-02 15:50:30 -05:00
init gcc-12: disable '-Warray-bounds' universally for now 2023-01-09 13:32:43 -05:00
ipc mm,hugetlb: remove mlock ulimit for SHM_HUGETLB 2022-10-12 07:27:31 -04:00
kernel Merge: Fix stack overflow in do_proc_dointvec and proc_skip_spaces 2023-02-22 14:50:37 +00:00
lib asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols 2023-03-02 15:50:28 -05:00
mm Merge: mm/kmemleak: Fix a UAF problem in kmemleak 2023-02-17 17:16:30 +00:00
net Merge: netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits 2023-02-23 20:21:37 +00:00
redhat redhat/configs: Disable CRYPTO_SM4_AESNI_AVX_X86_64 2023-03-02 15:50:28 -05:00
samples Merge: The Neoverse N2/A710 self hosted trace errata, and updated coresight and spe subsystem 2023-02-21 17:57:29 +00:00
scripts Merge: Attend warnings with gcc 11&12 when building kernel and modules 2023-02-15 18:54:57 +00:00
security crypto: dh - constify struct dh's pointer members 2023-01-09 13:32:41 -05:00
sound ASoC: amd: ps: Add a module parameter to influence pdm_gain 2023-02-14 17:32:53 +01:00
tools Merge: selftests: net: update udpgso_bench test 2023-02-22 15:09:23 +00:00
usr .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format inet: ping: use hlist_nulls rcu iterator during lookup 2023-01-18 20:48:15 +01:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore gitlab: Add CI job for packaging scripts 2021-08-30 10:49:13 -04:00
.gitlab-ci.yml CI: Add pipelines for kernel-64k variant for RHEL 2023-02-07 16:08:49 +01:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: move Murali Karicheri to credits 2021-04-29 15:47:30 -07:00
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS Merge: The Neoverse N2/A710 self hosted trace errata, and updated coresight and spe subsystem 2023-02-21 17:57:29 +00:00
Makefile kbuild: do not require sub-make for separate output tree builds 2023-03-02 15:50:28 -05:00
Makefile.rhelver [redhat] kernel-5.14.0-283.el9 2023-02-23 20:32:12 +00:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04:00

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.