summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
AgeCommit message (Expand)AuthorLines
2023-10-30Merge tag 'x86_cache_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-95/+242
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger-0/+24
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger-4/+11
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger-0/+23
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger-0/+20
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger-24/+34
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger-21/+32
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger-27/+27
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger-7/+8
2023-10-17x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger-3/+22
2023-10-11x86/resctrl: Add sparse_masks file in infoFenghua Yu-0/+18
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman-7/+21
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman-4/+4
2023-10-11x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman-5/+5
2023-10-08x86/resctrl: Fix kernel-doc warningsRandy Dunlap-5/+5
2023-08-05x86/resctrl: make pseudo_lock_class a static const structureIvan Orlov-20/+21
2023-06-07x86/resctrl: Implement rename op for mon groupsPeter Newman-0/+128
2023-06-07x86/resctrl: Factor rdtgroup lock for multi-file opsPeter Newman-13/+22
2023-05-30x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang-2/+6
2023-04-28Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-24/+19
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-11/+26
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-03-15x86/resctrl: Avoid redundant counter read in __mon_event_count()Peter Newman-24/+19
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang-9/+24
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds-2/+2
2023-01-26x86/resctrl: Fix a silly -Wunused-but-set-variable warningBorislav Petkov (AMD)-3/+3
2023-01-23x86/resctrl: Add interface to write mbm_local_bytes_configBabu Moger-1/+26
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger-1/+140
2023-01-23x86/resctrl: Add interface to read mbm_local_bytes_configBabu Moger-1/+19
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger-1/+129
2023-01-23x86/resctrl: Support monitor configurationBabu Moger-1/+13
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger-2/+3
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger-6/+40
2023-01-23x86/resctrl: Include new features in command line optionsBabu Moger-0/+4
2023-01-23x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger-0/+13
2023-01-23x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()Babu Moger-29/+11
2023-01-10x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman-16/+33
2023-01-10x86/resctrl: Fix task CLOSID/RMID update racePeter Newman-1/+11
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2022-11-27x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov-13/+3
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-2/+2
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger-4/+1
2022-10-18x86/resctrl: Fix min_cbm_bits for AMDBabu Moger-6/+2
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse-19/+15
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse-3/+8
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse-25/+28
2022-09-23x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse-6/+6