summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/core.c
AgeCommit message (Expand)AuthorLines
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse-2/+2
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse-0/+2
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse-166/+12
2021-08-11x86/resctrl: Merge the ctrl_val arraysJames Morse-4/+61
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse-12/+0
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse-14/+1
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse-1/+9
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse-5/+0
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse-0/+4
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse-0/+5
2021-08-11x86/resctrl: Label the resources with their configuration typeJames Morse-0/+7
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse-12/+20
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse-109/+148
2021-03-18x86: Fix various typos in commentsIngo Molnar-1/+1
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+4
2020-12-01x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger-0/+4
2020-10-27x86/resctrl: Correct MBM total and local valuesFenghua Yu-0/+4
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-27/+29
2020-09-05x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King-2/+2
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu-0/+11
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse-15/+2
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse-6/+8
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse-2/+1
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse-0/+3
2020-08-18x86/resctrl: Remove struct rdt_membw::max_delayJames Morse-4/+4
2020-06-15x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger-4/+4
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre-0/+5
2020-05-06x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre-0/+1
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre-0/+24
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre-1/+1
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse-0/+2
2019-12-30x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-9/+1
2018-12-11x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre-1/+1
2018-11-22x86/resctrl: Introduce AMD QOS featureBabu Moger-3/+66
2018-11-22x86/resctrl: Bring cbm_validate() into the resource structureBabu Moger-1/+8
2018-11-22x86/resctrl: Initialize the vendor-specific resource functionsBabu Moger-5/+29
2018-11-22x86/resctrl: Move all the macros to resctrl/internal.hBabu Moger-12/+10
2018-11-22x86/resctrl: Re-arrange the RDT init codeBabu Moger-7/+21
2018-11-22x86/resctrl: Rename the RDT functions and definitionsBabu Moger-14/+14
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger-0/+909