aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
AgeCommit message (Expand)Author
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu
2024-04-24x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre
2024-02-22x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse
2024-02-16x86/resctrl: Make rdt_enable_key the arch's decision to switchJames Morse
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse
2024-02-16x86/resctrl: Queue mon_event_read() instead of sending an IPIJames Morse
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse
2024-02-16x86/resctrl: Move CLOSID/RMID matching and setting to use helpersJames Morse
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse
2024-02-16x86/resctrl: Use __set_bit()/__clear_bit() instead of open codingJames Morse
2024-02-16x86/resctrl: Track the number of dirty RMID a CLOSID hasJames Morse
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse
2024-02-16x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()James Morse
2024-02-16x86/resctrl: Create helper for RMID allocation and mondata dir creationJames Morse
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse
2024-01-25x86/resctrl: Remove redundant variable in mbm_config_write_domain()Babu Moger
2024-01-24x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger
2024-01-23x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger
2024-01-22x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()Tony Luck
2023-10-30Merge tag 'x86_cache_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger
2023-10-17x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger
2023-10-11x86/resctrl: Add sparse_masks file in infoFenghua Yu
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman
2023-10-11x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman