The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
James Morse 75408e4350 x86/resctrl: Allow different CODE/DATA configurations to be staged
Before the CDP resources can be merged, struct rdt_domain will need an
array of struct resctrl_staged_config, one per type of configuration.

Use the type as an index to the array to ensure that a schema
configuration string can't specify the same domain twice. This will
allow two schemata to apply configuration changes to one resource.

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-15-james.morse@arm.com
2021-08-11 16:33:42 +02:00
Documentation
LICENSES
arch x86/resctrl: Allow different CODE/DATA configurations to be staged 2021-08-11 16:33:42 +02:00
block block-5.14-2021-08-07 2021-08-07 10:26:21 -07:00
certs
crypto
drivers Char/Misc driver fixes for 5.14-rc5 2021-08-08 10:41:49 -07:00
fs io_uring-5.14-2021-08-07 2021-08-07 10:34:26 -07:00
include x86/resctrl: Allow different CODE/DATA configurations to be staged 2021-08-11 16:33:42 +02:00
init
ipc
kernel A single timer fix: 2021-08-08 11:53:30 -07:00
lib
mm
net
samples
scripts Kbuild fixes for v5.14 (2nd) 2021-08-07 10:03:02 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.14-rc5 2021-08-08 13:49:31 -07:00
README

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.