diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-29 17:48:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-29 17:48:22 -0800 |
commit | f0b13428c95da67bbf77915e320030d9f18e7fcc (patch) | |
tree | 3583026263af738e99c021655e8ae2547c2f068c /Documentation/admin-guide/kernel-parameters.txt | |
parent | a46d3f9b1c9888a244ed1ce8da0eca98c3f378e2 (diff) | |
parent | 31516de306c0c9235156cdc7acb976ea21f1f646 (diff) | |
download | linux-f0b13428c95da67bbf77915e320030d9f18e7fcc.tar.gz linux-f0b13428c95da67bbf77915e320030d9f18e7fcc.tar.bz2 linux-f0b13428c95da67bbf77915e320030d9f18e7fcc.zip |
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86/cache updates from Thomas Gleixner:
"A set of patches which add support for L2 cache partitioning to the
Intel RDT facility"
* 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/intel_rdt: Add command line parameter to control L2_CDP
x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFG
x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)
x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
x86/intel_rdt: Add L2CDP support in documentation
x86/intel_rdt: Update documentation
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 1bdcf572c2ac..f73bd08a59ad 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3684,7 +3684,8 @@ rdt= [HW,X86,RDT] Turn on/off individual RDT features. List is: - cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, mba. + cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, + mba. E.g. to turn on cmt and turn off mba use: rdt=cmt,!mba |