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-04-13
workqueue: validate cpumask_first() result in llc_populate_cpu_shard_id()
Breno Leitao
-1
/
+12
2026-04-13
Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
-53
/
+2557
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
-1
/
+1
2026-04-12
bpf: Fix OOB in pcpu_init_value
Lang Xu
-1
/
+1
2026-04-12
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
-3
/
+11
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
-5
/
+5
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
-458
/
+466
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
-945
/
+939
2026-04-12
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
-1746
/
+1698
2026-04-12
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
-996
/
+904
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
-249
/
+248
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
-2725
/
+2688
2026-04-12
Merge tag 'wq-for-7.0-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+13
2026-04-12
Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-10
/
+30
2026-04-12
Merge tag 'sched-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+1
2026-04-11
bpf: Simplify do_check_insn()
Alexei Starovoitov
-57
/
+46
2026-04-11
bpf: Move checks for reserved fields out of the main pass
Alexei Starovoitov
-147
/
+200
2026-04-11
Merge tag 'probes-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2026-04-11
bpf: Delete unused variable
Alexei Starovoitov
-3
/
+1
2026-04-11
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
-288
/
+752
2026-04-10
bpf: Remove gfp_flags plumbing from bpf_local_storage_update()
Amery Hung
-51
/
+18
2026-04-10
bpf: Use kmalloc_nolock() universally in local storage
Amery Hung
-118
/
+18
2026-04-10
sched_ext: Drop spurious warning on kick during scheduler disable
Tejun Heo
-3
/
+2
2026-04-10
bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars
Daniel Borkmann
-1
/
+16
2026-04-10
Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-13
/
+17
2026-04-10
bpf: poison dead stack slots
Alexei Starovoitov
-27
/
+67
2026-04-10
bpf: change logging scheme for live stack analysis
Eduard Zingerman
-76
/
+165
2026-04-10
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
-547
/
+254
2026-04-10
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
-62
/
+245
2026-04-10
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
-0
/
+1064
2026-04-10
bpf: prepare liveness internal API for static analysis pass
Eduard Zingerman
-25
/
+23
2026-04-10
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
-23
/
+85
2026-04-10
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
-64
/
+113
2026-04-10
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
-0
/
+1
2026-04-10
bpf: share several utility functions as internal API
Eduard Zingerman
-7
/
+7
2026-04-10
clockevents: Prevent timer interrupt starvation
Thomas Gleixner
-9
/
+29
2026-04-10
bpf: Fix RCU stall in bpf_fd_array_map_clear()
Sechang Lim
-1
/
+3
2026-04-10
bpf: return VMA snapshot from task_vma iterator
Puranjay Mohan
-12
/
+30
2026-04-10
bpf: switch task_vma iterator from mmap_lock to per-VMA locks
Puranjay Mohan
-18
/
+73
2026-04-10
bpf: fix mm lifecycle in open-coded task_vma iterator
Puranjay Mohan
-3
/
+51
2026-04-10
sched_ext: Warn on task-based SCX op recursion
Tejun Heo
-1
/
+6
2026-04-10
sched_ext: Rename scx_kf_allowed_on_arg_tasks() to scx_kf_arg_task_ok()
Tejun Heo
-3
/
+3
2026-04-10
sched_ext: Remove runtime kfunc mask enforcement
Cheng-Yang Chou
-190
/
+58
2026-04-10
sched_ext: Add verifier-time kfunc context filter
Tejun Heo
-5
/
+125
2026-04-10
sched_ext: Drop redundant rq-locked check from scx_bpf_task_cgroup()
Tejun Heo
-17
/
+15
2026-04-10
sched_ext: Decouple kfunc unlocked-context check from kf_mask
Tejun Heo
-28
/
+21
2026-04-10
sched_ext: Fix ops.cgroup_move() invocation kf_mask and rq tracking
Tejun Heo
-1
/
+1
2026-04-10
sched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumask
Tejun Heo
-1
/
+1
2026-04-10
sched_ext: Add select_cpu kfuncs to scx_kfunc_ids_unlocked
Tejun Heo
-0
/
+10
2026-04-10
sched_ext: Drop TRACING access to select_cpu kfuncs
Tejun Heo
-4
/
+21
[prev]
[next]