aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/monitor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/tip/tipLinus 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
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-2/+2
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+80
2020-12-10x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen1-4/+2
2020-10-27x86/resctrl: Correct MBM total and local valuesFenghua Yu1-2/+80
2020-08-18x86/resctrl: Use container_of() in delayed_work handlersJames Morse1-11/+2
2020-08-18x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse1-2/+1
2020-05-06x86/resctrl: Support wider MBM countersReinette Chatre1-1/+7
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre1-8/+13
2020-01-17x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen1-2/+2
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2019-06-12x86/resctrl: Prevent NULL pointer dereference when local MBM is disabledPrarit Bhargava1-0/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-03-24x86/resctrl: Remove unused variablePeng Hao1-3/+0
2018-11-22x86/resctrl: Move all the macros to resctrl/internal.hBabu Moger1-3/+0
2018-11-22x86/resctrl: Rename the RDT functions and definitionsBabu Moger1-5/+6
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger1-0/+655