summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/monitor.c
AgeCommit message (Expand)AuthorLines
2024-12-10x86/resctrl: Compute memory bandwidth for all supported eventsTony Luck-39/+33
2024-12-10x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group eventTony Luck-7/+9
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger-2/+4
2024-11-06x86/resctrl: Support Sub-NUMA cluster mode SNC6Tony Luck-1/+2
2024-07-16Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-44/+206
2024-07-02x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck-0/+66
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck-0/+20
2024-07-02x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck-9/+42
2024-07-02x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck-2/+1
2024-07-02x86/resctrl: Introduce snc_nodes_per_l3_cacheTony Luck-6/+50
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck-20/+20
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck-2/+2
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck-7/+7
2024-06-19x86/resctrl: Don't try to free nonexistent RMIDsDave Martin-1/+2
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu-0/+11
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse-0/+8
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse-9/+33
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse-2/+2
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse-2/+10
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse-3/+32
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse-20/+5
2024-02-16x86/resctrl: Queue mon_event_read() instead of sending an IPIJames Morse-1/+1
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse-7/+13
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse-0/+45
2024-02-16x86/resctrl: Track the number of dirty RMID a CLOSID hasJames Morse-10/+65
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse-9/+34
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse-32/+66
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse-26/+47
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse-0/+15
2024-01-24x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck-32/+10
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger-0/+6
2023-10-08x86/resctrl: Fix kernel-doc warningsRandy Dunlap-5/+5
2023-04-28Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-24/+19
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet-1/+1
2023-03-15x86/resctrl: Avoid redundant counter read in __mon_event_count()Peter Newman-24/+19
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger-0/+17
2023-01-23x86/resctrl: Add interface to read mbm_local_bytes_configBabu Moger-1/+3
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger-1/+3
2023-01-23x86/resctrl: Support monitor configurationBabu Moger-0/+7
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger-1/+1
2023-01-10x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman-16/+33
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse-13/+11
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse-2/+7
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse-17/+26
2022-09-23x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse-4/+4
2022-09-23x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()James Morse-15/+20
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse-14/+17
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse-23/+39
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse-1/+34
2022-09-22x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse-9/+16