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
2026-03-24
bpf: Support 32-bit scalar spills in stacksafe()
Alexei Starovoitov
-17
/
+21
2026-03-24
bpf: Fix refcount check in check_struct_ops_btf_id()
Keisuke Nishimura
-1
/
+1
2026-03-24
bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signature
Weixie Cui
-1
/
+1
2026-03-24
bpf: Simplify tnum_step()
Hao Sun
-27
/
+19
2026-03-24
bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI
Carlos Llamas
-1
/
+1
2026-03-24
bpf: Remove inclusions of crypto/sha1.h
Eric Biggers
-1
/
+0
2026-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
Alexei Starovoitov
-192
/
+361
2026-03-22
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-20
/
+80
2026-03-22
Merge tag 'trace-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-12
/
+30
2026-03-22
Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-11
/
+8
2026-03-21
ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
Jiri Olsa
-2
/
+2
2026-03-21
ring-buffer: Fix to update per-subbuf entries of persistent ring buffer
Masami Hiramatsu (Google)
-1
/
+1
2026-03-21
tracing: Fix trace_marker copy link list updates
Steven Rostedt
-9
/
+10
2026-03-21
tracing: Fix failure to read user space from system call trace events
Steven Rostedt
-0
/
+17
2026-03-21
bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
Daniel Borkmann
-6
/
+15
2026-03-21
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
-1
/
+1
2026-03-21
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
-8
/
+14
2026-03-21
bpf: Consolidate sleepable checks in check_func_call()
Puranjay Mohan
-6
/
+5
2026-03-21
bpf: Consolidate sleepable checks in check_kfunc_call()
Puranjay Mohan
-23
/
+13
2026-03-21
bpf: Consolidate sleepable checks in check_helper_call()
Puranjay Mohan
-27
/
+17
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
-1
/
+2
2026-03-19
bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()
Amery Hung
-0
/
+8
2026-03-19
bpf: Do not allow deleting local storage in NMI
Amery Hung
-0
/
+3
2026-03-19
Merge tag 'pm-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-9
/
+21
2026-03-18
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
-4
/
+20
2026-03-16
sched: idle: Consolidate the handling of two special cases
Rafael J. Wysocki
-9
/
+21
2026-03-16
Merge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/s...
Linus Torvalds
-2
/
+2
2026-03-16
bpf: Only enforce 8 frame call stack limit for all-static stacks
Emil Tsalapatis
-22
/
+54
2026-03-15
Merge tag 'probes-fixes-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+6
2026-03-15
Merge tag 'timers-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2026-03-15
Merge tag 'sched-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-53
/
+29
2026-03-13
bpf: Avoid one round of bounds deduction
Paul Chaignon
-2
/
+1
2026-03-13
bpf: better naming for __reg_deduce_bounds() parts
Eduard Zingerman
-6
/
+11
2026-03-13
Merge tag 'wq-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-27
/
+29
2026-03-13
Merge tag 'cgroup-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-28
/
+37
2026-03-13
Merge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-27
/
+109
2026-03-13
kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()
Masami Hiramatsu (Google)
-2
/
+2
2026-03-13
kprobes: avoid crash when rmmod/insmod after ftrace killed
Masami Hiramatsu (Google)
-0
/
+4
2026-03-12
perf: Make sure to use pmu_ctx->pmu for groups
Peter Zijlstra
-11
/
+8
2026-03-11
sched/mmcid: Avoid full tasklist walks
Thomas Gleixner
-42
/
+13
2026-03-11
sched/mmcid: Remove pointless preempt guard
Thomas Gleixner
-5
/
+7
2026-03-11
sched/mmcid: Handle vfork()/CLONE_VM correctly
Thomas Gleixner
-4
/
+1
2026-03-11
sched/mmcid: Prevent CID stalls due to concurrent forks
Thomas Gleixner
-9
/
+15
2026-03-11
time/jiffies: Mark jiffies_64_to_clock_t() notrace
Steven Rostedt
-1
/
+1
2026-03-10
crash_dump: don't log dm-crypt key bytes in read_key_from_user_keying
Thorsten Blum
-2
/
+2
2026-03-10
bpf: Fix constant blinding for PROBE_MEM32 stores
Sachin Kumar
-0
/
+21
2026-03-10
bpf: detect non null pointer with register operand in JEQ/JNE.
Cupertino Miranda
-3
/
+6
2026-03-10
bpf: Reset register ID for BPF_END value tracking
Yazhou Tang
-0
/
+7
2026-03-10
sched: idle: Make skipping governor callbacks more consistent
Rafael J. Wysocki
-1
/
+10
2026-03-09
bpf: Always allow fmod_ret programs on syscalls
Viktor Malik
-10
/
+19
[next]