index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
Age
Commit message (
Expand
)
Author
Lines
2024-04-24
x86/resctrl: Add tracepoint for llc_occupancy tracking
Haifeng Xu
-0
/
+27
2024-04-24
x86/resctrl: Rename pseudo_lock_event.h to trace.h
Haifeng Xu
-5
/
+5
2024-04-24
x86/resctrl: Simplify call convention for MSR update functions
Tony Luck
-27
/
+18
2024-04-24
x86/resctrl: Pass domain to target CPU
Tony Luck
-52
/
+17
2024-04-03
x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
Reinette Chatre
-1
/
+2
2024-02-22
x86/resctrl: Remove lockdep annotation that triggers false positive
James Morse
-9
/
+0
2024-02-19
x86/resctrl: Separate arch and fs resctrl locks
James Morse
-27
/
+111
2024-02-16
x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
James Morse
-16
/
+18
2024-02-16
x86/resctrl: Add CPU offline callback for resctrl work
James Morse
-20
/
+29
2024-02-16
x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU
James Morse
-21
/
+70
2024-02-16
x86/resctrl: Add CPU online callback for resctrl work
James Morse
-4
/
+12
2024-02-16
x86/resctrl: Add helpers for system wide mon/alloc capable
James Morse
-26
/
+24
2024-02-16
x86/resctrl: Make rdt_enable_key the arch's decision to switch
James Morse
-6
/
+5
2024-02-16
x86/resctrl: Move alloc/mon static keys into helpers
James Morse
-9
/
+4
2024-02-16
x86/resctrl: Make resctrl_mounted checks explicit
James Morse
-8
/
+28
2024-02-16
x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
James Morse
-3
/
+40
2024-02-16
x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
James Morse
-20
/
+5
2024-02-16
x86/resctrl: Queue mon_event_read() instead of sending an IPI
James Morse
-3
/
+25
2024-02-16
x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
James Morse
-7
/
+37
2024-02-16
x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
James Morse
-24
/
+38
2024-02-16
x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
James Morse
-5
/
+61
2024-02-16
x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
James Morse
-6
/
+12
2024-02-16
x86/resctrl: Track the number of dirty RMID a CLOSID has
James Morse
-10
/
+65
2024-02-16
x86/resctrl: Allow RMID allocation to be scoped by CLOSID
James Morse
-12
/
+37
2024-02-16
x86/resctrl: Access per-rmid structures by index
James Morse
-45
/
+83
2024-02-16
x86/resctrl: Track the closid with the rmid
James Morse
-35
/
+56
2024-02-16
x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()
James Morse
-9
/
+26
2024-02-16
x86/resctrl: Create helper for RMID allocation and mondata dir creation
James Morse
-15
/
+27
2024-02-16
x86/resctrl: Free rmid_ptrs from resctrl_exit()
James Morse
-0
/
+22
2024-01-25
x86/resctrl: Remove redundant variable in mbm_config_write_domain()
Babu Moger
-11
/
+4
2024-01-24
x86/resctrl: Implement new mba_MBps throttling heuristic
Tony Luck
-36
/
+10
2024-01-23
x86/resctrl: Read supported bandwidth sources from CPUID
Babu Moger
-6
/
+17
2024-01-23
x86/resctrl: Remove hard-coded memory bandwidth limit
Babu Moger
-7
/
+4
2024-01-22
x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()
Tony Luck
-4
/
+4
2023-10-30
Merge tag 'x86_cache_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-95
/
+242
2023-10-17
x86/resctrl: Display RMID of resource group
Babu Moger
-0
/
+24
2023-10-17
x86/resctrl: Add support for the files of MON groups only
Babu Moger
-4
/
+11
2023-10-17
x86/resctrl: Display CLOSID for resource group
Babu Moger
-0
/
+23
2023-10-17
x86/resctrl: Introduce "-o debug" mount option
Babu Moger
-0
/
+20
2023-10-17
x86/resctrl: Move default group file creation to mount
Babu Moger
-24
/
+34
2023-10-17
x86/resctrl: Unwind properly from rdt_enable_ctx()
Babu Moger
-21
/
+32
2023-10-17
x86/resctrl: Rename rftype flags for consistency
Babu Moger
-27
/
+27
2023-10-17
x86/resctrl: Simplify rftype flag definitions
Babu Moger
-7
/
+8
2023-10-17
x86/resctrl: Add multiple tasks to the resctrl group at once
Babu Moger
-3
/
+22
2023-10-11
x86/resctrl: Add sparse_masks file in info
Fenghua Yu
-0
/
+18
2023-10-11
x86/resctrl: Enable non-contiguous CBMs in Intel CAT
Maciej Wieczor-Retman
-7
/
+21
2023-10-11
x86/resctrl: Rename arch_has_sparse_bitmaps
Maciej Wieczor-Retman
-4
/
+4
2023-10-11
x86/resctrl: Fix remaining kernel-doc warnings
Maciej Wieczor-Retman
-5
/
+5
2023-10-08
x86/resctrl: Fix kernel-doc warnings
Randy Dunlap
-5
/
+5
2023-08-05
x86/resctrl: make pseudo_lock_class a static const structure
Ivan Orlov
-20
/
+21
[prev]
[next]