index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
itmt.c
Age
Commit message (
Expand
)
Author
2025-07-07
x86/itmt: Add debugfs file to show core priorities
Mario Limonciello
2025-01-13
x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs
K Prateek Nayak
2025-01-13
x86/itmt: Use guard() for itmt_update_mutex
K Prateek Nayak
2025-01-13
x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean
K Prateek Nayak
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2023-10-10
arch/x86: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
2023-05-08
x86/sched/itmt: Give all SMT siblings of a core the same priority
Ricardo Neri
2023-03-22
x86: Simplify one-level sysctl registration for itmt_kern_table
Luis Chamberlain
2021-10-05
x86/sched: Decrease further the priorities of SMT siblings
Ricardo Neri
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2017-12-12
x86/headers: Remove duplicate #includes
Pravin Shedge
2017-01-19
sched/x86: Remove unnecessary TBM3 check to update topology
Tim Chen
2016-11-28
x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>
Ingo Molnar
2016-11-24
x86/sysctl: Add sysctl for ITMT scheduling feature
Tim Chen
2016-11-24
x86: Enable Intel Turbo Boost Max Technology 3.0
Tim Chen