summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl
AgeCommit message (Expand)Author
2023-04-28Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-15x86/resctrl: Avoid redundant counter read in __mon_event_count()Peter Newman
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds
2023-01-26x86/resctrl: Fix a silly -Wunused-but-set-variable warningBorislav Petkov (AMD)
2023-01-23x86/resctrl: Add interface to write mbm_local_bytes_configBabu Moger
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger
2023-01-23x86/resctrl: Add interface to read mbm_local_bytes_configBabu Moger
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger
2023-01-23x86/resctrl: Support monitor configurationBabu Moger
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger
2023-01-23x86/resctrl: Include new features in command line optionsBabu Moger
2023-01-23x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger
2023-01-23x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()Babu Moger
2023-01-10x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman
2023-01-10x86/resctrl: Fix task CLOSID/RMID update racePeter Newman
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-27x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger
2022-10-18x86/resctrl: Fix min_cbm_bits for AMDBabu Moger
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse
2022-09-23x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse
2022-09-23x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()James Morse
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse
2022-09-22x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse
2022-09-22x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse
2022-09-22x86/resctrl: Switch over to the resctrl mbps_val listJames Morse
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse
2022-09-22x86/resctrl: Abstract and use supports_mba_mbps()James Morse
2022-09-22x86/resctrl: Remove set_mba_sc()s control array re-initialisationJames Morse
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse
2022-09-22x86/resctrl: Group struct rdt_hw_domain cleanupJames Morse
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse
2022-08-31x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu
2022-04-10x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov