aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel_rdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-18x86/intel_rdt: Add command line parameter to control L2_CDPFenghua Yu1-0/+2
2018-01-18x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)Fenghua Yu1-10/+56
2018-01-17x86/intel_rdt/cqm: Prevent use after freeThomas Gleixner1-4/+4
2017-10-21x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabledReinette Chatre1-0/+1
2017-08-25x86/intel_rdt: Turn off most RDT features on SkylakeTony Luck1-0/+3
2017-08-25x86/intel_rdt: Add command line options for resource director technologyTony Luck1-8/+88
2017-08-25x86/intel_rdt: Move special case code for Haswell to a quirk functionTony Luck1-24/+28
2017-08-16x86/intel_rdt/cqm: Improve limbo list processingVikas Shivappa1-4/+27
2017-08-16x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplugVikas Shivappa1-2/+2
2017-08-14x86/intel_rdt: Modify the intel_pqr_state for better performanceVikas Shivappa1-6/+4
2017-08-14x86/intel_rdt/cqm: Clear the default RMID during hotcpuVikas Shivappa1-0/+1
2017-08-01x86/intel_rdt: Show bitmask of shareable resource with other executing unitsFenghua Yu1-0/+2
2017-08-01x86/intel_rdt/mbm: Handle counter overflowVikas Shivappa1-6/+15
2017-08-01x86/intel_rdt/mbm: Basic counting of MBM events (total and local)Tony Luck1-1/+22
2017-08-01x86/intel_rdt/cqm: Add CPU hotplug supportVikas Shivappa1-7/+34
2017-08-01x86/intel_rdt/cqm: Add mon_dataVikas Shivappa1-2/+7
2017-08-01x86/intel_rdt: Prepare to add RDT monitor cpus file supportVikas Shivappa1-3/+3
2017-08-01x86/intel_rdt: Simplify info and base file listsTony luck1-2/+5
2017-08-01x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) managementVikas Shivappa1-0/+32
2017-08-01x86/intel_rdt/cqm: Add RDT monitoring initializationVikas Shivappa1-5/+36
2017-08-01x86/intel_rdt: Make rdt_resources_all more readableVikas Shivappa1-0/+5
2017-08-01x86/intel_rdt: Cleanup namespace to support RDT monitoringVikas Shivappa1-13/+13
2017-08-01x86/intel_rdt: Change file names to accommodate RDT monitor codeVikas Shivappa1-2/+3
2017-08-01x86/perf/cqm: Wipe out perf based cqmVikas Shivappa1-0/+8
2017-04-20x86/intel_rdt: Fix padding when resource is enabled via mountVikas Shivappa1-1/+1
2017-04-14x86/intel_rdt/mba: Add schemata file support for MBAVikas Shivappa1-0/+2
2017-04-14x86/intel_rdt: Make schemata file parsers resource specificVikas Shivappa1-0/+8
2017-04-14x86/intel_rdt/mba: Add info directory files for Memory Bandwidth AllocationVikas Shivappa1-0/+1
2017-04-14x86/intel_rdt: Make information files resource specificVikas Shivappa1-0/+1
2017-04-14x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)Vikas Shivappa1-2/+87
2017-04-14x86/intel_rdt/mba: Memory bandwith allocation feature detectVikas Shivappa1-0/+4
2017-04-14x86/intel_rdt: Add resource specific msr update functionThomas Gleixner1-24/+51
2017-04-14x86/intel_rdt: Move CBM specific data into a structThomas Gleixner1-40/+48
2017-04-14x86/intel_rdt: Cleanup namespace to support multiple resource typesVikas Shivappa1-14/+14
2017-04-14x86/intel_rdt: Organize code properlyThomas Gleixner1-47/+45
2017-04-14x86/intel_rdt: Init padding only if a device existsThomas Gleixner1-2/+2
2017-04-05x86/intel_rdt: Update schemata read to show data in tabular formatVikas Shivappa1-0/+30
2017-04-05x86/intel_rdt: Implement "update" mode when writing schemata fileTony Luck1-2/+0
2016-10-30x86/intel_rdt: Add scheduler hookFenghua Yu1-1/+0
2016-10-30x86/intel_rdt: Add cpus fileTony Luck1-3/+20
2016-10-30x86/intel_rdt: Add basic resctrl filesystem supportFenghua Yu1-1/+7
2016-10-30x86/intel_rdt: Build structures for each resource based on cache topologyTony Luck1-0/+189
2016-10-26x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUIDFenghua Yu1-7/+104
2016-10-26x86/intel_rdt: Add Haswell feature discoveryFenghua Yu1-4/+45
2016-10-26x86/intel_rdt: Add CONFIG, Makefile, and basic initializationFenghua Yu1-0/+54