summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'x86_cache_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+12
2026-07-22x86/resctrl: Protect against bad shiftReinette Chatre1-1/+5
2026-07-13x86/resctrl: Ensure domain fully initialized before placed on RCU listReinette Chatre1-11/+7
2026-07-02x86/resctrl: Stop using 32-bit MSR interfacesJuergen Gross1-2/+5
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-02-10Merge tag 'x86_cache_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-73/+151
2026-01-13x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen1-2/+13
2026-01-13x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen1-2/+4
2026-01-10x86/resctrl: Enable RDT_RESOURCE_PERF_PKGTony Luck1-0/+16
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck1-2/+13
2026-01-09x86/resctrl: Add energy/perf choices to rdt boot optionTony Luck1-0/+2
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck1-0/+17
2026-01-09x86,fs/resctrl: Add architectural event pointerTony Luck1-3/+3
2026-01-09x86/resctrl: Discover hardware telemetry eventsTony Luck1-0/+4
2026-01-09x86,fs/resctrl: Add and initialize a resource for package scope monitoringTony Luck1-0/+10
2026-01-09x86,fs/resctrl: Add an architectural hook called for first mountTony Luck1-0/+4
2026-01-05x86,fs/resctrl: Support binary fixed point event countersTony Luck1-3/+3
2026-01-05x86,fs/resctrl: Handle events that can be read from any CPUTony Luck1-3/+3
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck1-9/+11
2026-01-05x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck1-7/+7
2026-01-04x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdrTony Luck1-2/+2
2026-01-04x86/resctrl: Clean up domain_remove_cpu_ctrl()Tony Luck1-15/+14
2026-01-04x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain typesTony Luck1-10/+17
2026-01-04x86/resctrl: Move L3 initialization into new helper functionTony Luck1-30/+34
2026-01-04x86,fs/resctrl: Improve domain type checkingTony Luck1-4/+6
2025-11-21x86,fs/resctrl: Detect io_alloc featureBabu Moger1-0/+7
2025-11-21x86/resctrl: Add SDCIAE feature in the command line optionsBabu Moger1-0/+2
2025-09-15x86/resctrl: Configure mbm_event mode if supportedBabu Moger1-0/+7
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger1-2/+5
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger1-2/+2
2025-09-15x86/resctrl: Add ABMC feature in the command line optionsBabu Moger1-0/+2
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck1-17/+21
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck1-4/+5
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck1-2/+2
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck1-3/+9
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan1-2/+4
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-23/+8
2025-05-16x86/resctrl: Always initialise rid field in rdt_resources_all[]James Morse1-5/+5
2025-05-16x86/resctrl: Move is_mba_sc() out of core.cJames Morse1-15/+0
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse1-3/+3
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse1-30/+0
2025-03-12x86/resctrl: Move RFTYPE flags to be managed by resctrlJames Morse1-3/+0
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse1-5/+0
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse1-0/+15
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse1-4/+4
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse1-5/+0