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-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
-14
/
+13
2026-01-20
bpf: Verifier support for KF_IMPLICIT_ARGS
Ihor Solodrai
-4
/
+54
2026-01-20
bpf: Introduce struct bpf_kfunc_meta
Ihor Solodrai
-65
/
+91
2026-01-20
bpf: Refactor btf_kfunc_id_set_contains
Ihor Solodrai
-20
/
+56
2026-01-20
bpf/verifier: Optimize ID mapping reset in states_equal
Qiliang Yuan
-9
/
+14
2026-01-20
bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlock
Daniel Borkmann
-7
/
+4
2026-01-20
bpf: verifier: Make sync_linked_regs() scratch registers
Puranjay Mohan
-6
/
+12
2026-01-16
bpf: Add SPDX license identifiers to a few files
Tim Bird
-11
/
+3
2026-01-16
bpf: Add __force annotations to silence sparse warnings
Mykyta Yatsenko
-7
/
+7
2026-01-16
bpf: Preserve id of register in sync_linked_regs()
Puranjay Mohan
-1
/
+3
2026-01-15
arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
Jiri Olsa
-0
/
+1
2026-01-14
bpf: Properly mark live registers for indirect jumps
Anton Protopopov
-0
/
+6
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-54
/
+106
2026-01-13
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-0
/
+5
2026-01-13
bpf: Return EACCES for incorrect access to insn array
Anton Protopopov
-1
/
+1
2026-01-13
bpf: Return proper address for non-zero offsets in insn array
Anton Protopopov
-1
/
+1
2026-01-13
bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
Matt Bobrowski
-17
/
+29
2026-01-13
bpf: Optimize the performance of find_bpffs_btf_enums
Donglin Peng
-25
/
+17
2026-01-13
bpf: Skip anonymous types in type lookup for performance
Donglin Peng
-10
/
+7
2026-01-13
btf: Verify BTF sorting
Donglin Peng
-0
/
+43
2026-01-13
btf: Optimize type lookup with binary search
Donglin Peng
-9
/
+81
2026-01-13
bpf: Remove an unused parameter in check_func_proto
Song Chen
-2
/
+2
2026-01-13
bpf: Recognize special arithmetic shift in the verifier
Alexei Starovoitov
-0
/
+39
2026-01-13
bpf: Consistently use reg_state() for register access in the verifier
Mykyta Yatsenko
-23
/
+19
2026-01-12
bpf, btf: Enforce destructor kfunc type with CFI
Sami Tolvanen
-0
/
+7
2026-01-12
bpf: crypto: Use the correct destructor kfunc type
Sami Tolvanen
-1
/
+7
2026-01-12
Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+1
2026-01-11
Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+3
2026-01-11
Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+6
2026-01-11
treewide: Update email address
Thomas Gleixner
-13
/
+13
2026-01-09
Merge tag 'pm-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-4
/
+10
2026-01-09
sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()
Cong Wang
-2
/
+3
2026-01-07
bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()
Deepanshu Kartikey
-0
/
+5
2026-01-07
cgroup: Eliminate cgrp_ancestor_storage in cgroup_root
Michal Koutný
-1
/
+1
2026-01-07
trace: ftrace_dump_on_oops[] is not exported, make it static
Ben Dooks
-1
/
+1
2026-01-07
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
-0
/
+6
2026-01-07
ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free
Wupeng Ma
-0
/
+2
2026-01-07
tracing: Drop unneeded assignment to soft_mode
Julia Lawall
-4
/
+3
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...
Leon Hwang
-6
/
+19
2026-01-06
bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
Leon Hwang
-4
/
+2
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...
Leon Hwang
-31
/
+65
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
Leon Hwang
-7
/
+24
2026-01-06
bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
-14
/
+17
2026-01-06
bpf: Allow calls to arena functions while holding spinlocks
Emil Tsalapatis
-1
/
+10
2026-01-06
bpf: Check active lock count in in_sleepable_context()
Emil Tsalapatis
-0
/
+1
2026-01-05
PM: hibernate: Fix crash when freeing invalid crypto compressor
Malaya Kumar Rout
-4
/
+10
2026-01-05
perf: Ensure swevent hrtimer is properly destroyed
Peter Zijlstra
-0
/
+6
2026-01-02
bpf: Replace __opt annotation with __nullable for kfuncs
Puranjay Mohan
-28
/
+23
2026-01-02
bpf: arena: Reintroduce memcg accounting
Puranjay Mohan
-8
/
+29
2026-01-02
bpf: syscall: Introduce memcg enter/exit helpers
Puranjay Mohan
-28
/
+26
[next]