index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
intel_rdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
Tony Luck
2018-06-26
1
-0
/
+2
*
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2018-02-22
1
-1
/
+1
*
x86/intel_rdt/cqm: Prevent use after free
Thomas Gleixner
2018-01-23
1
-4
/
+4
*
x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabled
Reinette Chatre
2017-12-10
1
-0
/
+1
*
x86/intel_rdt: Turn off most RDT features on Skylake
Tony Luck
2017-08-25
1
-0
/
+3
*
x86/intel_rdt: Add command line options for resource director technology
Tony Luck
2017-08-25
1
-8
/
+88
*
x86/intel_rdt: Move special case code for Haswell to a quirk function
Tony Luck
2017-08-25
1
-24
/
+28
*
x86/intel_rdt/cqm: Improve limbo list processing
Vikas Shivappa
2017-08-16
1
-4
/
+27
*
x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplug
Vikas Shivappa
2017-08-16
1
-2
/
+2
*
x86/intel_rdt: Modify the intel_pqr_state for better performance
Vikas Shivappa
2017-08-14
1
-6
/
+4
*
x86/intel_rdt/cqm: Clear the default RMID during hotcpu
Vikas Shivappa
2017-08-14
1
-0
/
+1
*
x86/intel_rdt: Show bitmask of shareable resource with other executing units
Fenghua Yu
2017-08-01
1
-0
/
+2
*
x86/intel_rdt/mbm: Handle counter overflow
Vikas Shivappa
2017-08-01
1
-6
/
+15
*
x86/intel_rdt/mbm: Basic counting of MBM events (total and local)
Tony Luck
2017-08-01
1
-1
/
+22
*
x86/intel_rdt/cqm: Add CPU hotplug support
Vikas Shivappa
2017-08-01
1
-7
/
+34
*
x86/intel_rdt/cqm: Add mon_data
Vikas Shivappa
2017-08-01
1
-2
/
+7
*
x86/intel_rdt: Prepare to add RDT monitor cpus file support
Vikas Shivappa
2017-08-01
1
-3
/
+3
*
x86/intel_rdt: Simplify info and base file lists
Tony luck
2017-08-01
1
-2
/
+5
*
x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) management
Vikas Shivappa
2017-08-01
1
-0
/
+32
*
x86/intel_rdt/cqm: Add RDT monitoring initialization
Vikas Shivappa
2017-08-01
1
-5
/
+36
*
x86/intel_rdt: Make rdt_resources_all more readable
Vikas Shivappa
2017-08-01
1
-0
/
+5
*
x86/intel_rdt: Cleanup namespace to support RDT monitoring
Vikas Shivappa
2017-08-01
1
-13
/
+13
*
x86/intel_rdt: Change file names to accommodate RDT monitor code
Vikas Shivappa
2017-08-01
1
-2
/
+3
*
x86/perf/cqm: Wipe out perf based cqm
Vikas Shivappa
2017-08-01
1
-0
/
+8
*
x86/intel_rdt: Fix padding when resource is enabled via mount
Vikas Shivappa
2017-04-20
1
-1
/
+1
*
x86/intel_rdt/mba: Add schemata file support for MBA
Vikas Shivappa
2017-04-14
1
-0
/
+2
*
x86/intel_rdt: Make schemata file parsers resource specific
Vikas Shivappa
2017-04-14
1
-0
/
+8
*
x86/intel_rdt/mba: Add info directory files for Memory Bandwidth Allocation
Vikas Shivappa
2017-04-14
1
-0
/
+1
*
x86/intel_rdt: Make information files resource specific
Vikas Shivappa
2017-04-14
1
-0
/
+1
*
x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)
Vikas Shivappa
2017-04-14
1
-2
/
+87
*
x86/intel_rdt/mba: Memory bandwith allocation feature detect
Vikas Shivappa
2017-04-14
1
-0
/
+4
*
x86/intel_rdt: Add resource specific msr update function
Thomas Gleixner
2017-04-14
1
-24
/
+51
*
x86/intel_rdt: Move CBM specific data into a struct
Thomas Gleixner
2017-04-14
1
-40
/
+48
*
x86/intel_rdt: Cleanup namespace to support multiple resource types
Vikas Shivappa
2017-04-14
1
-14
/
+14
*
x86/intel_rdt: Organize code properly
Thomas Gleixner
2017-04-14
1
-47
/
+45
*
x86/intel_rdt: Init padding only if a device exists
Thomas Gleixner
2017-04-14
1
-2
/
+2
*
x86/intel_rdt: Update schemata read to show data in tabular format
Vikas Shivappa
2017-04-05
1
-0
/
+30
*
x86/intel_rdt: Implement "update" mode when writing schemata file
Tony Luck
2017-04-05
1
-2
/
+0
*
x86/intel_rdt: Add scheduler hook
Fenghua Yu
2016-10-30
1
-1
/
+0
*
x86/intel_rdt: Add cpus file
Tony Luck
2016-10-30
1
-3
/
+20
*
x86/intel_rdt: Add basic resctrl filesystem support
Fenghua Yu
2016-10-30
1
-1
/
+7
*
x86/intel_rdt: Build structures for each resource based on cache topology
Tony Luck
2016-10-30
1
-0
/
+189
*
x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUID
Fenghua Yu
2016-10-26
1
-7
/
+104
*
x86/intel_rdt: Add Haswell feature discovery
Fenghua Yu
2016-10-26
1
-4
/
+45
*
x86/intel_rdt: Add CONFIG, Makefile, and basic initialization
Fenghua Yu
2016-10-26
1
-0
/
+54