summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-19x86/resctrl: Don't try to free nonexistent RMIDsDave Martin1-1/+2
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu1-0/+11
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse1-0/+8
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse1-9/+33
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse1-2/+2
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse1-2/+10
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse1-3/+32
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse1-20/+5
2024-02-16x86/resctrl: Queue mon_event_read() instead of sending an IPIJames Morse1-1/+1
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse1-7/+13
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse1-0/+45
2024-02-16x86/resctrl: Track the number of dirty RMID a CLOSID hasJames Morse1-10/+65
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse1-9/+34
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse1-32/+66
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse1-26/+47
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse1-0/+15
2024-01-24x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck1-32/+10
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger1-0/+6
2023-10-08x86/resctrl: Fix kernel-doc warningsRandy Dunlap1-5/+5
2023-04-28Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+19
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-16x86/resctrl: Avoid redundant counter read in __mon_event_count()Peter Newman1-24/+19
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger1-0/+17
2023-01-23x86/resctrl: Add interface to read mbm_local_bytes_configBabu Moger1-1/+3
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger1-1/+3
2023-01-23x86/resctrl: Support monitor configurationBabu Moger1-0/+7
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger1-1/+1
2023-01-10x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman1-16/+33
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse1-13/+11
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse1-2/+7
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-17/+26
2022-09-23x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse1-4/+4
2022-09-23x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()James Morse1-15/+20
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse1-14/+17
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse1-23/+39
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse1-1/+34
2022-09-22x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse1-9/+16
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse1-9/+4
2022-09-22x86/resctrl: Switch over to the resctrl mbps_val listJames Morse1-6/+4
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse1-1/+0
2021-12-09x86/resctrl: Remove redundant assignment to variable chunksColin Ian King1-1/+1
2021-08-30Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+27
2021-08-22x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger1-0/+6
2021-08-12x86/resctrl: Fix default monitoring groups reportingBabu Moger1-14/+13
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse1-1/+1
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse1-1/+1
2021-08-11x86/resctrl: Add a helper to read a closid's configurationJames Morse1-1/+5
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse1-3/+5
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse1-14/+18
2021-05-05x86/resctrl: Fix init const confusionAndi Kleen1-1/+1