index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-21
Merge branch 'bpf-support-bpf_get_func_arg-for-bpf_trace_raw_tp'
Alexei Starovoitov
6
-6
/
+87
2026-01-21
selftests/bpf: test bpf_get_func_arg() for tp_btf
Menglong Dong
4
-0
/
+61
2026-01-21
bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
Menglong Dong
2
-6
/
+26
2026-01-21
Merge branch 'bpf-x86-inline-bpf_get_current_task-for-x86_64'
Alexei Starovoitov
3
-0
/
+44
2026-01-21
selftests/bpf: test the jited inline of bpf_get_current_task
Menglong Dong
2
-0
/
+22
2026-01-21
bpf, x86: inline bpf_get_current_task() for x86_64
Menglong Dong
1
-0
/
+22
2026-01-21
bpf: Simplify bpf_timer_cancel()
Mykyta Yatsenko
1
-16
/
+11
2026-01-21
bpf: Introduce lock-free bpf_async_update_prog_callback()
Mykyta Yatsenko
1
-30
/
+37
2026-01-21
bpf: Remove unnecessary arguments from bpf_async_set_callback()
Mykyta Yatsenko
1
-5
/
+4
2026-01-21
bpf: Factor out timer deletion helper
Mykyta Yatsenko
1
-11
/
+18
2026-01-21
selftests/bpf: update verifier test for default trusted pointer semantics
Matt Bobrowski
5
-34
/
+52
2026-01-21
Merge branch 'bpf-fix-memory-access-flags-in-helper-prototypes'
Alexei Starovoitov
5
-15
/
+32
2026-01-21
bpf: Require ARG_PTR_TO_MEM with memory flag
Zesen Liu
1
-0
/
+17
2026-01-21
bpf: Fix memory access flags in helper prototypes
Zesen Liu
4
-15
/
+15
2026-01-21
Merge branch 'bpf-add-range-tracking-for-bpf_div-and-bpf_mod'
Alexei Starovoitov
5
-5
/
+1456
2026-01-21
selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking
Yazhou Tang
2
-0
/
+1151
2026-01-21
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
3
-5
/
+305
2026-01-21
Merge branch 'bpf-kernel-functions-with-kf_implicit_args'
Alexei Starovoitov
25
-225
/
+819
2026-01-21
bpf,docs: Document KF_IMPLICIT_ARGS flag
Ihor Solodrai
1
-17
/
+32
2026-01-21
bpf: Remove __prog kfunc arg annotation
Ihor Solodrai
1
-9
/
+2
2026-01-21
selftests/bpf: Migrate struct_ops_assoc test to KF_IMPLICIT_ARGS
Ihor Solodrai
5
-16
/
+17
2026-01-21
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
4
-10
/
+9
2026-01-21
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
7
-35
/
+32
2026-01-21
HID: Use bpf_wq_set_callback kernel function
Ihor Solodrai
2
-10
/
+6
2026-01-21
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
5
-23
/
+17
2026-01-21
selftests/bpf: Add tests for KF_IMPLICIT_ARGS
Ihor Solodrai
3
-0
/
+77
2026-01-21
resolve_btfids: Support for KF_IMPLICIT_ARGS
Ihor Solodrai
1
-0
/
+382
2026-01-21
resolve_btfids: Introduce finalize_btf() step
Ihor Solodrai
1
-21
/
+48
2026-01-21
bpf: Verifier support for KF_IMPLICIT_ARGS
Ihor Solodrai
2
-4
/
+55
2026-01-21
bpf: Introduce struct bpf_kfunc_meta
Ihor Solodrai
1
-65
/
+91
2026-01-21
bpf: Refactor btf_kfunc_id_set_contains
Ihor Solodrai
3
-22
/
+58
2026-01-20
selftests/bpf: Add perfbuf multi-producer benchmark
Gyutae Bae
1
-0
/
+5
2026-01-20
bpf/verifier: Optimize ID mapping reset in states_equal
Qiliang Yuan
2
-9
/
+15
2026-01-20
bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlock
Daniel Borkmann
1
-7
/
+4
2026-01-20
bpf: verifier: Make sync_linked_regs() scratch registers
Puranjay Mohan
1
-6
/
+12
2026-01-17
selftests/bpf: Fix map_kptr test failure
Yonghong Song
2
-0
/
+41
2026-01-17
selftests/bpf: Support when CONFIG_VXLAN=m
Alan Maguire
1
-8
/
+13
2026-01-17
bpftool: Add 'prepend' option for tcx attach to insert at chain start
Gyutae Bae
3
-12
/
+58
2026-01-17
bpf: Add SPDX license identifiers to a few files
Tim Bird
3
-11
/
+3
2026-01-17
bpf: Add __force annotations to silence sparse warnings
Mykyta Yatsenko
1
-7
/
+7
2026-01-16
Merge branch 'bpf-fix-linked-register-tracking'
Alexei Starovoitov
2
-1
/
+36
2026-01-16
selftests: bpf: Add test for multiple syncs from linked register
Puranjay Mohan
1
-0
/
+33
2026-01-16
bpf: Preserve id of register in sync_linked_regs()
Puranjay Mohan
1
-1
/
+3
2026-01-16
selftests/bpf: Add test for bpf_override_return helper
Jiri Olsa
3
-0
/
+71
2026-01-16
arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
Jiri Olsa
2
-0
/
+26
2026-01-15
Merge branch 'bpf-live-registers-computation-with-gotox'
Alexei Starovoitov
2
-0
/
+47
2026-01-15
selftests/bpf: Extend live regs tests with a test for gotox
Anton Protopopov
1
-0
/
+41
2026-01-15
bpf: Properly mark live registers for indirect jumps
Anton Protopopov
1
-0
/
+6
2026-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
1108
-5030
/
+8555
2026-01-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
4
-15
/
+35
[next]