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
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-03-13
posix-timers: Improve hash table performance
Thomas Gleixner
-31
/
+68
2025-03-13
posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_t
Eric Dumazet
-9
/
+5
2025-03-13
posix-timers: Make lock_timer() use guard()
Peter Zijlstra
-56
/
+36
2025-03-13
posix-timers: Rework timer removal
Thomas Gleixner
-113
/
+83
2025-03-13
posix-timers: Simplify lock/unlock_timer()
Thomas Gleixner
-41
/
+29
2025-03-13
posix-timers: Use guards in a few places
Thomas Gleixner
-38
/
+30
2025-03-13
posix-timers: Remove SLAB_PANIC from kmem cache
Thomas Gleixner
-4
/
+7
2025-03-13
posix-timers: Remove a few paranoid warnings
Thomas Gleixner
-29
/
+8
2025-03-13
posix-timers: Cleanup includes
Thomas Gleixner
-16
/
+10
2025-03-13
posix-timers: Add cond_resched() to posix_timer_add() search loop
Eric Dumazet
-0
/
+1
2025-03-13
posix-timers: Initialise timer before adding it to the hash table
Eric Dumazet
-14
/
+42
2025-03-13
posix-timers: Ensure that timer initialization is fully visible
Thomas Gleixner
-7
/
+14
2025-03-13
clocksource: Remove unnecessary strscpy() size argument
Thorsten Blum
-1
/
+1
2025-03-13
timer_list: Don't use %pK through printk()
Thomas Weißschuh
-2
/
+2
2025-03-12
Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-0
/
+3
2025-03-12
PM: s2idle: Extend comment in s2idle_enter()
Ulf Hansson
-1
/
+5
2025-03-12
PM: s2idle: Drop redundant locks when entering s2idle
Ulf Hansson
-4
/
+6
2025-03-12
dma-mapping: fix missing clear bdr in check_ram_in_range_map()
Baochen Qiang
-10
/
+18
2025-03-11
blk-cgroup: Simplify policy files registration
Michal Koutný
-1
/
+1
2025-03-11
cgroup: Add deprecation message to legacy freezer controller
Michal Koutný
-2
/
+4
2025-03-11
RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_level
Michal Koutný
-0
/
+1
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to memory_migrate
Michal Koutný
-0
/
+1
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwall
Michal Koutný
-0
/
+2
2025-03-11
cgroup: Print message when /proc/cgroups is read on v2-only system
Michal Koutný
-1
/
+9
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...
Michal Koutný
-0
/
+2
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...
Michal Koutný
-0
/
+2
2025-03-11
stop-machine: Add comment for rcu_momentary_eqs()
Paul E. McKenney
-0
/
+1
2025-03-11
printk: Check CON_SUSPEND when unblanking a console
Marcos Paulo de Souza
-2
/
+12
2025-03-11
printk: Rename console_start to console_resume
Marcos Paulo de Souza
-2
/
+2
2025-03-11
printk: Rename console_stop to console_suspend
Marcos Paulo de Souza
-3
/
+3
2025-03-11
printk: Rename resume_console to console_resume_all
Marcos Paulo de Souza
-9
/
+9
2025-03-11
printk: Rename suspend_console to console_suspend_all
Marcos Paulo de Souza
-8
/
+8
2025-03-10
perf/core: Remove optional 'size' arguments from strscpy() calls
Thorsten Blum
-3
/
+3
2025-03-10
Merge 6.14-rc6 into driver-core-next
Greg Kroah-Hartman
-217
/
+345
2025-03-10
sched/clock: Don't define sched_clock_irqtime as static key
Yafang Shao
-6
/
+6
2025-03-10
module: Remove unnecessary size argument when calling strscpy()
Thorsten Blum
-2
/
+2
2025-03-10
module: Replace deprecated strncpy() with strscpy()
Thorsten Blum
-1
/
+1
2025-03-10
params: Annotate struct module_param_attrs with __counted_by()
Thorsten Blum
-16
/
+13
2025-03-10
static_call: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
-7
/
+6
2025-03-10
kprobes: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
-1
/
+1
2025-03-10
bpf: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
-11
/
+13
2025-03-10
jump_label: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
-7
/
+6
2025-03-10
jump_label: Use RCU in all users of __module_address().
Sebastian Andrzej Siewior
-9
/
+9
2025-03-10
cfi: Use RCU while invoking __module_address().
Sebastian Andrzej Siewior
-4
/
+1
2025-03-10
module: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
-11
/
+5
2025-03-10
module: Use RCU in all users of __module_address().
Sebastian Andrzej Siewior
-11
/
+3
2025-03-10
module: Use RCU in search_module_extables().
Sebastian Andrzej Siewior
-14
/
+9
2025-03-10
module: Allow __module_address() to be called from RCU section.
Sebastian Andrzej Siewior
-14
/
+1
2025-03-10
module: Use RCU in __is_module_percpu_address().
Sebastian Andrzej Siewior
-5
/
+1
2025-03-10
module: Use RCU in find_symbol().
Sebastian Andrzej Siewior
-25
/
+19
[prev]
[next]