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
2024-12-22
Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...
Peter Zijlstra
-8
/
+8
2024-12-22
watch_queue: Use page->private instead of page->index
Matthew Wilcox (Oracle)
-2
/
+2
2024-12-21
Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...
Linus Torvalds
-7
/
+6
2024-12-21
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-1
/
+5
2024-12-20
kheaders: Ignore silly-rename files
David Howells
-0
/
+1
2024-12-20
Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+14
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
-43
/
+10
2024-12-20
Merge branch 'locking/urgent'
Peter Zijlstra
-218
/
+548
2024-12-20
docs: Update Schedstat version to 17
Swapnil Sapkal
-1
/
+1
2024-12-20
sched/stats: Print domain name in /proc/schedstat
K Prateek Nayak
-1
/
+1
2024-12-20
sched: Move sched domain name out of CONFIG_SCHED_DEBUG
Swapnil Sapkal
-4
/
+0
2024-12-20
sched: Report the different kinds of imbalances in /proc/schedstat
Swapnil Sapkal
-3
/
+28
2024-12-20
sched/fair: Cleanup in migrate_degrades_locality() to improve readability
Peter Zijlstra
-20
/
+21
2024-12-20
sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat
Peter Zijlstra
-4
/
+13
2024-12-20
sched/fair: Update comments after sched_tick() rename.
Sebastian Andrzej Siewior
-2
/
+2
2024-12-19
lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKING
Andy Shevchenko
-0
/
+2
2024-12-19
lockdep: Mark chain_hlock_class_idx() with __maybe_unused
Andy Shevchenko
-1
/
+1
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-369
/
+575
2024-12-19
workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...
Tvrtko Ursulin
-9
/
+13
2024-12-18
fork: avoid inappropriate uprobe access to invalid mm
Lorenzo Stoakes
-7
/
+6
2024-12-18
bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
Martin KaFai Lau
-2
/
+6
2024-12-18
PM: EM: Move sched domains rebuild function from schedutil to EM
Rafael J. Wysocki
-27
/
+23
2024-12-18
trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
-0
/
+9
2024-12-18
ring-buffer: Fix overflow in __rb_map_vma
Edward Adam Davis
-1
/
+5
2024-12-18
Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-255
/
+237
2024-12-18
cpufreq: schedutil: Fix superfluous updates caused by need_freq_update
Sultan Alsawaf (unemployed)
-2
/
+2
2024-12-17
bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP
Andrea Righi
-1
/
+5
2024-12-17
Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+9
2024-12-17
locking/rtmutex: Make sure we wake anything on the wake_q when we release the...
John Stultz
-3
/
+17
2024-12-17
sched/fair: Fix CPU bandwidth limit bypass during CPU hotplug
Vishal Chourasia
-7
/
+13
2024-12-17
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
-216
/
+83
2024-12-17
tracing: Add "%s" check in test_event_printk()
Steven Rostedt
-15
/
+89
2024-12-17
tracing: Add missing helper functions in event pointer dereference check
Steven Rostedt
-2
/
+19
2024-12-17
tracing: Fix test_event_printk() to process entire print argument
Steven Rostedt
-29
/
+53
2024-12-17
Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+1
2024-12-17
pidfs: lookup pid through rbtree
Christian Brauner
-3
/
+3
2024-12-16
exec: Make sure task->comm is always NUL-terminated
Kees Cook
-1
/
+2
2024-12-16
ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not set
Steven Rostedt
-1
/
+2
2024-12-16
fgraph: Still initialize idle shadow stacks when starting
Steven Rostedt
-1
/
+7
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-125
/
+352
2024-12-16
printk: Defer legacy printing when holding printk_cpu_sync
John Ogness
-1
/
+17
2024-12-16
printk: Remove redundant deferred check in vprintk()
John Ogness
-9
/
+0
2024-12-15
lockdep: Document MAX_LOCKDEP_CHAIN_HLOCKS calculation
Carlos Llamas
-1
/
+2
2024-12-15
locking/ww_mutex/test: Use swap() macro
Thorsten Blum
-6
/
+3
2024-12-15
Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-22
/
+77
2024-12-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-89
/
+251
2024-12-14
bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs
Priya Bala Govindasamy
-0
/
+6
2024-12-14
Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...
Uladzislau Rezki (Sony)
-51
/
+271
2024-12-14
srcu: Remove redundant GP sequence checks in srcu_funnel_gp_start
Feng Lee
-1
/
+0
2024-12-14
srcu: Guarantee non-negative return value from srcu_read_lock()
Paul E. McKenney
-1
/
+2
[prev]
[next]