index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/resctrl: Don't try to free nonexistent RMIDs
Dave Martin
2024-06-19
1
-1
/
+2
*
Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-05-14
7
-83
/
+66
|
\
|
*
x86/resctrl: Add tracepoint for llc_occupancy tracking
Haifeng Xu
2024-04-24
2
-0
/
+27
|
*
x86/resctrl: Rename pseudo_lock_event.h to trace.h
Haifeng Xu
2024-04-24
2
-5
/
+5
|
*
x86/resctrl: Simplify call convention for MSR update functions
Tony Luck
2024-04-24
3
-27
/
+18
|
*
x86/resctrl: Pass domain to target CPU
Tony Luck
2024-04-24
4
-52
/
+17
*
|
x86/resctrl: Switch to new Intel CPU model defines
Tony Luck
2024-04-29
2
-16
/
+16
|
/
*
x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
Reinette Chatre
2024-04-03
1
-1
/
+2
*
x86/resctrl: Remove lockdep annotation that triggers false positive
James Morse
2024-02-22
1
-9
/
+0
*
x86/resctrl: Separate arch and fs resctrl locks
James Morse
2024-02-19
5
-27
/
+111
*
x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
James Morse
2024-02-16
2
-16
/
+18
*
x86/resctrl: Add CPU offline callback for resctrl work
James Morse
2024-02-16
2
-20
/
+29
*
x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU
James Morse
2024-02-16
5
-21
/
+70
*
x86/resctrl: Add CPU online callback for resctrl work
James Morse
2024-02-16
2
-4
/
+12
*
x86/resctrl: Add helpers for system wide mon/alloc capable
James Morse
2024-02-16
4
-26
/
+24
*
x86/resctrl: Make rdt_enable_key the arch's decision to switch
James Morse
2024-02-16
1
-6
/
+5
*
x86/resctrl: Move alloc/mon static keys into helpers
James Morse
2024-02-16
2
-9
/
+4
*
x86/resctrl: Make resctrl_mounted checks explicit
James Morse
2024-02-16
3
-8
/
+28
*
x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
James Morse
2024-02-16
3
-3
/
+40
*
x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
James Morse
2024-02-16
1
-20
/
+5
*
x86/resctrl: Queue mon_event_read() instead of sending an IPI
James Morse
2024-02-16
2
-3
/
+25
*
x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
James Morse
2024-02-16
2
-7
/
+37
*
x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
James Morse
2024-02-16
1
-24
/
+38
*
x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
James Morse
2024-02-16
3
-5
/
+61
*
x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
James Morse
2024-02-16
1
-6
/
+12
*
x86/resctrl: Track the number of dirty RMID a CLOSID has
James Morse
2024-02-16
1
-10
/
+65
*
x86/resctrl: Allow RMID allocation to be scoped by CLOSID
James Morse
2024-02-16
4
-12
/
+37
*
x86/resctrl: Access per-rmid structures by index
James Morse
2024-02-16
4
-45
/
+83
*
x86/resctrl: Track the closid with the rmid
James Morse
2024-02-16
4
-35
/
+56
*
x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()
James Morse
2024-02-16
1
-9
/
+26
*
x86/resctrl: Create helper for RMID allocation and mondata dir creation
James Morse
2024-02-16
1
-15
/
+27
*
x86/resctrl: Free rmid_ptrs from resctrl_exit()
James Morse
2024-02-16
3
-0
/
+22
*
x86/resctrl: Remove redundant variable in mbm_config_write_domain()
Babu Moger
2024-01-25
1
-11
/
+4
*
x86/resctrl: Implement new mba_MBps throttling heuristic
Tony Luck
2024-01-24
2
-36
/
+10
*
x86/resctrl: Read supported bandwidth sources from CPUID
Babu Moger
2024-01-23
3
-6
/
+17
*
x86/resctrl: Remove hard-coded memory bandwidth limit
Babu Moger
2024-01-23
2
-7
/
+4
*
x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()
Tony Luck
2024-01-22
1
-4
/
+4
*
Merge tag 'x86_cache_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-10-30
4
-95
/
+242
|
\
|
*
x86/resctrl: Display RMID of resource group
Babu Moger
2023-10-17
2
-0
/
+24
|
*
x86/resctrl: Add support for the files of MON groups only
Babu Moger
2023-10-17
1
-4
/
+11
|
*
x86/resctrl: Display CLOSID for resource group
Babu Moger
2023-10-17
1
-0
/
+23
|
*
x86/resctrl: Introduce "-o debug" mount option
Babu Moger
2023-10-17
2
-0
/
+20
|
*
x86/resctrl: Move default group file creation to mount
Babu Moger
2023-10-17
1
-24
/
+34
|
*
x86/resctrl: Unwind properly from rdt_enable_ctx()
Babu Moger
2023-10-17
1
-21
/
+32
|
*
x86/resctrl: Rename rftype flags for consistency
Babu Moger
2023-10-17
2
-27
/
+27
|
*
x86/resctrl: Simplify rftype flag definitions
Babu Moger
2023-10-17
2
-7
/
+8
|
*
x86/resctrl: Add multiple tasks to the resctrl group at once
Babu Moger
2023-10-17
1
-3
/
+22
|
*
x86/resctrl: Add sparse_masks file in info
Fenghua Yu
2023-10-11
1
-0
/
+18
|
*
x86/resctrl: Enable non-contiguous CBMs in Intel CAT
Maciej Wieczor-Retman
2023-10-11
3
-7
/
+21
|
*
x86/resctrl: Rename arch_has_sparse_bitmaps
Maciej Wieczor-Retman
2023-10-11
2
-4
/
+4
[next]