index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-14
KVM: TDX: Register TDX host key IDs to cgroup misc controller
Zhiming Hu
1
-0
/
+4
2025-03-14
sched_ext: idle: Refactor scx_select_cpu_dfl()
Andrea Righi
3
-27
/
+34
2025-03-14
sched_ext: idle: Honor idle flags in the built-in idle selection policy
Andrea Righi
3
-13
/
+32
2025-03-14
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
1
-6
/
+18
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-7
/
+36
2025-03-13
genirq/msi: Rename msi_[un]lock_descs()
Thomas Gleixner
1
-6
/
+10
2025-03-13
genirq/msi: Use lock guards for MSI descriptor locking
Thomas Gleixner
1
-69
/
+40
2025-03-13
sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()
Andrea Righi
1
-1
/
+5
2025-03-13
genirq/msi: Make a few functions static
Thomas Gleixner
1
-33
/
+7
2025-03-13
posix-timers: Provide a mechanism to allocate a given timer ID
Thomas Gleixner
2
-26
/
+84
2025-03-13
posix-timers: Make per process list RCU safe
Thomas Gleixner
1
-2
/
+2
2025-03-13
posix-timers: Avoid false cacheline sharing
Thomas Gleixner
1
-2
/
+2
2025-03-13
posix-timers: Switch to jhash32()
Thomas Gleixner
1
-5
/
+5
2025-03-13
posix-timers: Improve hash table performance
Thomas Gleixner
1
-31
/
+68
2025-03-13
posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_t
Eric Dumazet
1
-9
/
+5
2025-03-13
posix-timers: Make lock_timer() use guard()
Peter Zijlstra
1
-56
/
+36
2025-03-13
posix-timers: Rework timer removal
Thomas Gleixner
2
-113
/
+83
2025-03-13
posix-timers: Simplify lock/unlock_timer()
Thomas Gleixner
1
-41
/
+29
2025-03-13
posix-timers: Use guards in a few places
Thomas Gleixner
1
-38
/
+30
2025-03-13
posix-timers: Remove SLAB_PANIC from kmem cache
Thomas Gleixner
1
-4
/
+7
2025-03-13
posix-timers: Remove a few paranoid warnings
Thomas Gleixner
1
-29
/
+8
2025-03-13
posix-timers: Cleanup includes
Thomas Gleixner
1
-16
/
+10
2025-03-13
posix-timers: Add cond_resched() to posix_timer_add() search loop
Eric Dumazet
1
-0
/
+1
2025-03-13
posix-timers: Initialise timer before adding it to the hash table
Eric Dumazet
1
-14
/
+42
2025-03-13
posix-timers: Ensure that timer initialization is fully visible
Thomas Gleixner
1
-7
/
+14
2025-03-13
clocksource: Remove unnecessary strscpy() size argument
Thorsten Blum
1
-1
/
+1
2025-03-13
timer_list: Don't use %pK through printk()
Thomas Weißschuh
1
-2
/
+2
2025-03-12
Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+3
2025-03-12
PM: s2idle: Extend comment in s2idle_enter()
Ulf Hansson
1
-1
/
+5
2025-03-12
PM: s2idle: Drop redundant locks when entering s2idle
Ulf Hansson
1
-4
/
+6
2025-03-12
dma-mapping: fix missing clear bdr in check_ram_in_range_map()
Baochen Qiang
1
-10
/
+18
2025-03-11
blk-cgroup: Simplify policy files registration
Michal Koutný
1
-1
/
+1
2025-03-11
cgroup: Add deprecation message to legacy freezer controller
Michal Koutný
1
-2
/
+4
2025-03-11
RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_level
Michal Koutný
1
-0
/
+1
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to memory_migrate
Michal Koutný
1
-0
/
+1
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwall
Michal Koutný
1
-0
/
+2
2025-03-11
cgroup: Print message when /proc/cgroups is read on v2-only system
Michal Koutný
3
-1
/
+9
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...
Michal Koutný
1
-0
/
+2
2025-03-11
cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...
Michal Koutný
1
-0
/
+2
2025-03-11
stop-machine: Add comment for rcu_momentary_eqs()
Paul E. McKenney
1
-0
/
+1
2025-03-11
printk: Check CON_SUSPEND when unblanking a console
Marcos Paulo de Souza
1
-2
/
+12
2025-03-11
printk: Rename console_start to console_resume
Marcos Paulo de Souza
1
-2
/
+2
2025-03-11
printk: Rename console_stop to console_suspend
Marcos Paulo de Souza
1
-3
/
+3
2025-03-11
printk: Rename resume_console to console_resume_all
Marcos Paulo de Souza
4
-9
/
+9
2025-03-11
printk: Rename suspend_console to console_suspend_all
Marcos Paulo de Souza
4
-8
/
+8
2025-03-10
perf/core: Remove optional 'size' arguments from strscpy() calls
Thorsten Blum
1
-3
/
+3
2025-03-10
Merge 6.14-rc6 into driver-core-next
Greg Kroah-Hartman
26
-217
/
+345
2025-03-10
sched/clock: Don't define sched_clock_irqtime as static key
Yafang Shao
2
-6
/
+6
2025-03-10
module: Remove unnecessary size argument when calling strscpy()
Thorsten Blum
1
-2
/
+2
2025-03-10
module: Replace deprecated strncpy() with strscpy()
Thorsten Blum
1
-1
/
+1
[prev]
[next]