summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/monitor.c
AgeCommit message (Expand)Author
2026-07-01x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...Reinette Chatre
2026-06-16Merge tag 'x86_cache_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-08x86/msr: Switch wrmsrl() users to wrmsrq()Juergen Gross
2026-06-08x86/msr: Switch rdmsrl() users to rdmsrq()Juergen Gross
2026-06-05x86/resctrl: Only check Intel systems for SNCTony Luck
2026-05-06x86,fs/resctrl: Create 'event_filter' files read only if they're not configur...Ben Horgan
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish
2026-03-04x86/resctrl: Fix SNC detectionTony Luck
2026-01-09x86/resctrl: Read telemetry eventsTony Luck
2026-01-09x86,fs/resctrl: Add architectural event pointerTony Luck
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck
2026-01-05x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck
2026-01-05x86,fs/resctrl: Use struct rdt_domain_hdr when reading countersTony Luck
2025-12-02Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...Babu Moger
2025-10-13x86/resctrl: Fix miscount of bandwidth event when reactivating previously una...Babu Moger
2025-10-13x86/resctrl: Support Sub-NUMA Cluster (SNC) mode on Clearwater ForestChen Yu
2025-09-15x86/resctrl: Configure mbm_event mode if supportedBabu Moger
2025-09-15x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()Babu Moger
2025-09-15x86/resctrl: Refactor resctrl_arch_rmid_read()Babu Moger
2025-09-15x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with...Babu Moger
2025-09-15x86/resctrl: Add support to enable/disable AMD ABMC featureBabu Moger
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse
2025-05-16x86/resctrl: Split trace.hJames Morse
2025-05-16x86/resctrl: Add end-marker to the resctrl_event_id enumJames Morse
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse
2024-12-10x86/resctrl: Compute memory bandwidth for all supported eventsTony Luck
2024-12-10x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group eventTony Luck
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger
2024-11-06x86/resctrl: Support Sub-NUMA cluster mode SNC6Tony Luck