summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel_rdt.c
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger2018-11-221-909/+0Star
* x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph2018-10-191-0/+7
* x86/intel_rdt: Switch to bitmap_zalloc()Andy Shevchenko2018-10-031-6/+4Star
* x86/intel_rdt: Ensure RDT cleanup on exitReinette Chatre2018-06-231-0/+11
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-0/+2
|\
| * x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck2018-06-091-0/+2
* | x86/intel_rdt/mba_sc: Feedback loop to dynamically update mem bandwidthVikas Shivappa2018-05-191-2/+1Star
* | x86/intel_rdt/mba_sc: Add schemata supportVikas Shivappa2018-05-191-1/+1
* | x86/intel_rdt/mba_sc: Add initialization supportVikas Shivappa2018-05-191-10/+27
* | x86/intel_rdt/mba_sc: Enable/disable MBA software controllerVikas Shivappa2018-05-191-0/+8
|/
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-151-1/+1
|\
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* | x86/intel_rdt: Add command line parameter to control L2_CDPFenghua Yu2018-01-181-0/+2
* | x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)Fenghua Yu2018-01-181-10/+56
|/
* x86/intel_rdt/cqm: Prevent use after freeThomas Gleixner2018-01-171-4/+4
* x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabledReinette Chatre2017-10-211-0/+1
* x86/intel_rdt: Turn off most RDT features on SkylakeTony Luck2017-08-251-0/+3
* x86/intel_rdt: Add command line options for resource director technologyTony Luck2017-08-251-8/+88
* x86/intel_rdt: Move special case code for Haswell to a quirk functionTony Luck2017-08-251-24/+28
* x86/intel_rdt/cqm: Improve limbo list processingVikas Shivappa2017-08-161-4/+27
* x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplugVikas Shivappa2017-08-161-2/+2
* x86/intel_rdt: Modify the intel_pqr_state for better performanceVikas Shivappa2017-08-141-6/+4Star
* x86/intel_rdt/cqm: Clear the default RMID during hotcpuVikas Shivappa2017-08-141-0/+1
* x86/intel_rdt: Show bitmask of shareable resource with other executing unitsFenghua Yu2017-08-011-0/+2
* x86/intel_rdt/mbm: Handle counter overflowVikas Shivappa2017-08-011-6/+15
* x86/intel_rdt/mbm: Basic counting of MBM events (total and local)Tony Luck2017-08-011-1/+22
* x86/intel_rdt/cqm: Add CPU hotplug supportVikas Shivappa2017-08-011-7/+34
* x86/intel_rdt/cqm: Add mon_dataVikas Shivappa2017-08-011-2/+7
* x86/intel_rdt: Prepare to add RDT monitor cpus file supportVikas Shivappa2017-08-011-3/+3
* x86/intel_rdt: Simplify info and base file listsTony luck2017-08-011-2/+5
* x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) managementVikas Shivappa2017-08-011-0/+32
* x86/intel_rdt/cqm: Add RDT monitoring initializationVikas Shivappa2017-08-011-5/+36
* x86/intel_rdt: Make rdt_resources_all more readableVikas Shivappa2017-08-011-0/+5
* x86/intel_rdt: Cleanup namespace to support RDT monitoringVikas Shivappa2017-08-011-13/+13
* x86/intel_rdt: Change file names to accommodate RDT monitor codeVikas Shivappa2017-08-011-2/+3
* x86/perf/cqm: Wipe out perf based cqmVikas Shivappa2017-08-011-0/+8
* x86/intel_rdt: Fix padding when resource is enabled via mountVikas Shivappa2017-04-201-1/+1
* x86/intel_rdt/mba: Add schemata file support for MBAVikas Shivappa2017-04-141-0/+2
* x86/intel_rdt: Make schemata file parsers resource specificVikas Shivappa2017-04-141-0/+8
* x86/intel_rdt/mba: Add info directory files for Memory Bandwidth AllocationVikas Shivappa2017-04-141-0/+1
* x86/intel_rdt: Make information files resource specificVikas Shivappa2017-04-141-0/+1
* x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)Vikas Shivappa2017-04-141-2/+87
* x86/intel_rdt/mba: Memory bandwith allocation feature detectVikas Shivappa2017-04-141-0/+4
* x86/intel_rdt: Add resource specific msr update functionThomas Gleixner2017-04-141-24/+51
* x86/intel_rdt: Move CBM specific data into a structThomas Gleixner2017-04-141-40/+48
* x86/intel_rdt: Cleanup namespace to support multiple resource typesVikas Shivappa2017-04-141-14/+14
* x86/intel_rdt: Organize code properlyThomas Gleixner2017-04-141-47/+45Star
* x86/intel_rdt: Init padding only if a device existsThomas Gleixner2017-04-141-2/+2
* x86/intel_rdt: Update schemata read to show data in tabular formatVikas Shivappa2017-04-051-0/+30
* x86/intel_rdt: Implement "update" mode when writing schemata fileTony Luck2017-04-051-2/+0Star