summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Don't try to free nonexistent RMIDsDave Martin2024-06-191-1/+2
* Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-147-83/+66
|\
| * x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu2024-04-242-0/+27
| * x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu2024-04-242-5/+5
| * x86/resctrl: Simplify call convention for MSR update functionsTony Luck2024-04-243-27/+18
| * x86/resctrl: Pass domain to target CPUTony Luck2024-04-244-52/+17
* | x86/resctrl: Switch to new Intel CPU model definesTony Luck2024-04-292-16/+16
|/
* x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre2024-04-031-1/+2
* x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse2024-02-221-9/+0
* x86/resctrl: Separate arch and fs resctrl locksJames Morse2024-02-195-27/+111
* x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse2024-02-162-16/+18
* x86/resctrl: Add CPU offline callback for resctrl workJames Morse2024-02-162-20/+29
* x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse2024-02-165-21/+70
* x86/resctrl: Add CPU online callback for resctrl workJames Morse2024-02-162-4/+12
* x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse2024-02-164-26/+24
* x86/resctrl: Make rdt_enable_key the arch's decision to switchJames Morse2024-02-161-6/+5
* x86/resctrl: Move alloc/mon static keys into helpersJames Morse2024-02-162-9/+4
* x86/resctrl: Make resctrl_mounted checks explicitJames Morse2024-02-163-8/+28
* x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse2024-02-163-3/+40
* x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse2024-02-161-20/+5
* x86/resctrl: Queue mon_event_read() instead of sending an IPIJames Morse2024-02-162-3/+25
* x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse2024-02-162-7/+37
* x86/resctrl: Move CLOSID/RMID matching and setting to use helpersJames Morse2024-02-161-24/+38
* x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse2024-02-163-5/+61
* x86/resctrl: Use __set_bit()/__clear_bit() instead of open codingJames Morse2024-02-161-6/+12
* x86/resctrl: Track the number of dirty RMID a CLOSID hasJames Morse2024-02-161-10/+65
* x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse2024-02-164-12/+37
* x86/resctrl: Access per-rmid structures by indexJames Morse2024-02-164-45/+83
* x86/resctrl: Track the closid with the rmidJames Morse2024-02-164-35/+56
* x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()James Morse2024-02-161-9/+26
* x86/resctrl: Create helper for RMID allocation and mondata dir creationJames Morse2024-02-161-15/+27
* x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse2024-02-163-0/+22
* x86/resctrl: Remove redundant variable in mbm_config_write_domain()Babu Moger2024-01-251-11/+4
* x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck2024-01-242-36/+10
* x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger2024-01-233-6/+17
* x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger2024-01-232-7/+4
* x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()Tony Luck2024-01-221-4/+4
* Merge tag 'x86_cache_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-304-95/+242
|\
| * x86/resctrl: Display RMID of resource groupBabu Moger2023-10-172-0/+24
| * x86/resctrl: Add support for the files of MON groups onlyBabu Moger2023-10-171-4/+11
| * x86/resctrl: Display CLOSID for resource groupBabu Moger2023-10-171-0/+23
| * x86/resctrl: Introduce "-o debug" mount optionBabu Moger2023-10-172-0/+20
| * x86/resctrl: Move default group file creation to mountBabu Moger2023-10-171-24/+34
| * x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger2023-10-171-21/+32
| * x86/resctrl: Rename rftype flags for consistencyBabu Moger2023-10-172-27/+27
| * x86/resctrl: Simplify rftype flag definitionsBabu Moger2023-10-172-7/+8
| * x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger2023-10-171-3/+22
| * x86/resctrl: Add sparse_masks file in infoFenghua Yu2023-10-111-0/+18
| * x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman2023-10-113-7/+21
| * x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman2023-10-112-4/+4