summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/ctrlmondata.c
AgeCommit message (Expand)AuthorLines
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse-7/+6
2021-08-11x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param rangeJames Morse-3/+9
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse-10/+15
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse-8/+24
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse-2/+3
2021-08-11x86/resctrl: Add a helper to read a closid's configurationJames Morse-4/+12
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse-2/+2
2021-08-11x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse-6/+14
2021-08-11x86/resctrl: Group staged configuration into a separate structJames Morse-14/+29
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse-7/+3
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse-2/+2
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse-10/+13
2021-08-11x86/resctrl: Store the effective num_closid in the schemaJames Morse-6/+3
2021-08-11x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse-8/+15
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse-3/+7
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse-4/+10
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse-29/+10
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse-55/+2
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse-1/+7
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre-3/+5
2019-11-03x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-9/+1
2019-04-18x86/resctrl: Initialize a new resource group with default MBA valuesXiaochen Shen-2/+2
2018-12-26Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+558
2018-12-11x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre-1/+1
2018-11-29x86/resctrl: Remove unnecessary check for cbm_validate()Babu Moger-1/+1
2018-11-27x86/resctrl: Use rdt_last_cmd_puts() where possibleReinette Chatre-4/+4
2018-11-22x86/resctrl: Introduce AMD QOS featureBabu Moger-0/+71
2018-11-22x86/resctrl: Fixup the user-visible stringsBabu Moger-11/+11
2018-11-22x86/resctrl: Bring cbm_validate() into the resource structureBabu Moger-2/+2
2018-11-22x86/resctrl: Initialize the vendor-specific resource functionsBabu Moger-2/+2
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger-0/+483