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-05-29
ring-buffer: Simplify ring_buffer_read_page() with guard()
Steven Rostedt
-17
/
+11
2025-05-29
ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()
Steven Rostedt
-7
/
+2
2025-05-29
ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
Steven Rostedt
-14
/
+9
2025-05-29
ring-buffer: Removed unnecessary if() goto out where out is the next line
Steven Rostedt
-4
/
+1
2025-05-29
tracing: Reset last-boot buffers when reading out all cpu buffers
Masami Hiramatsu (Google)
-0
/
+22
2025-05-29
ring-buffer: Allow reserve_mem persistent ring buffers to be mmapped
Steven Rostedt
-8
/
+45
2025-05-29
ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
Steven Rostedt
-8
/
+18
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-592
/
+966
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-3
/
+9
2025-05-28
tracing: Fix compilation warning on arm32
Pan Taixi
-1
/
+1
2025-05-28
Merge tag 'audit-pr-20250527' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+3
2025-05-28
Merge tag 'integrity-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+86
2025-05-27
Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-869
/
+1240
2025-05-27
Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-260
/
+482
2025-05-27
Merge tag 'wq-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
-1
/
+14
2025-05-27
Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-159
/
+97
2025-05-27
Merge tag 'for-linus-6.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+3
2025-05-27
Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-22
/
+40
2025-05-27
delayacct: remove redundant code and adjust indentation
Wang Yaxin
-35
/
+16
2025-05-27
crash_dump, nvme: select CONFIGFS_FS as built-in
Arnd Bergmann
-1
/
+7
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-64
/
+90
2025-05-27
selftests/bpf: Add tests with stack ptr register in conditional jmp
Yonghong Song
-2
/
+5
2025-05-27
bpf: Do not include stack ptr register in precision backtracking bookkeeping
Yonghong Song
-2
/
+16
2025-05-27
ring-buffer: Move cpus_read_lock() outside of buffer->mutex
Steven Rostedt
-5
/
+6
2025-05-27
bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
Hou Tao
-1
/
+2
2025-05-27
bpf: Avoid __bpf_prog_ret0_warn when jit fails
KaFai Wan
-1
/
+1
2025-05-27
bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
Yonghong Song
-0
/
+10
2025-05-27
bpf: Remove special_kfunc_set from verifier
Yonghong Song
-197
/
+177
2025-05-27
bpf: Add open coded dmabuf iterator
T.J. Mercier
-0
/
+53
2025-05-27
bpf: Add dmabuf iterator
T.J. Mercier
-0
/
+105
2025-05-27
locking/mutex: implement mutex_lock_killable_nest_lock
Maxim Levitsky
-3
/
+4
2025-05-27
locking/mutex: implement mutex_trylock_nested
Maxim Levitsky
-3
/
+11
2025-05-27
Merge tag 'timers-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-111
/
+45
2025-05-27
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-22
/
+22
2025-05-27
Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-77
/
+115
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-71
/
+3
2025-05-27
Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-31
/
+16
2025-05-27
Merge tag 'irq-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1367
/
+1014
2025-05-27
Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-48
/
+1
2025-05-26
Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-199
/
+444
2025-05-26
Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-194
/
+317
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-576
/
+1383
2025-05-26
Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-101
/
+232
2025-05-26
Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-223
/
+404
2025-05-26
Merge branches 'pm-runtime' and 'pm-sleep'
Rafael J. Wysocki
-13
/
+33
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
-67
/
+47
2025-05-26
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
-24
/
+12
2025-05-26
Merge branch 'pm-em'
Rafael J. Wysocki
-27
/
+45
2025-05-26
Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-56
/
+48
2025-05-26
Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-6
/
+65
[prev]
[next]