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-04-03
selftests/bpf: Remove invariant violation flags
Paul Chaignon
1
-17
/
+7
2026-04-03
selftests/bpf: Cover invariant violation case from syzbot
Paul Chaignon
1
-0
/
+29
2026-04-03
bpf: Simulate branches to prune based on range violations
Harishankar Vishwanathan
1
-35
/
+51
2026-04-03
bpf: Exit early if reg_bounds_sync gets invalid inputs
Harishankar Vishwanathan
1
-0
/
+5
2026-04-03
bpf: Use bpf_verifier_env buffers for reg_set_min_max
Paul Chaignon
2
-42
/
+26
2026-04-03
bpf: Refactor reg_bounds_sanity_check
Harishankar Vishwanathan
1
-24
/
+40
2026-04-03
Merge branch 'task-local-data-bug-fixes-and-improvement'
Alexei Starovoitov
3
-53
/
+48
2026-04-03
selftests/bpf: Improve task local data documentation and fix potential memory...
Amery Hung
1
-7
/
+18
2026-04-03
selftests/bpf: Remove TLD_READ_ONCE() in the user space header
Amery Hung
2
-6
/
+4
2026-04-03
selftests/bpf: Make sure TLD_DEFINE_KEY runs first
Amery Hung
1
-1
/
+1
2026-04-03
selftests/bpf: Simplify task_local_data memory allocation
Amery Hung
1
-38
/
+22
2026-04-03
selftests/bpf: Fix task_local_data data allocation size
Amery Hung
2
-6
/
+8
2026-04-02
Merge branch 'libbpf-clarify-raw-address-single-kprobe-attach-behavior'
Andrii Nakryiko
3
-9
/
+116
2026-04-02
selftests/bpf: Add test for raw-address single kprobe attach
Hoyeon Lee
1
-0
/
+80
2026-04-02
libbpf: Clarify raw-address single kprobe attach behavior
Hoyeon Lee
2
-7
/
+34
2026-04-02
libbpf: Use direct error codes for kprobe/uprobe attach
Hoyeon Lee
1
-2
/
+2
2026-04-02
libbpf: Fix BTF handling in bpf_program__clone()
Mykyta Yatsenko
2
-17
/
+44
2026-04-02
Merge branch 'bpf-migrate-bpf_task_work-and-file-dynptr-to-kmalloc_nolock'
Alexei Starovoitov
1
-21
/
+39
2026-04-02
bpf: Migrate dynptr file to kmalloc_nolock
Mykyta Yatsenko
1
-2
/
+2
2026-04-02
bpf: Migrate bpf_task_work to kmalloc_nolock
Mykyta Yatsenko
1
-19
/
+37
2026-04-02
Merge branch 'bpf-fix-abuse-of-kprobe_write_ctx-via-freplace'
Alexei Starovoitov
3
-0
/
+100
2026-04-02
selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse
Leon Hwang
2
-0
/
+83
2026-04-02
bpf: Fix abuse of kprobe_write_ctx via freplace
Leon Hwang
1
-0
/
+17
2026-04-01
selftests/bpf: Suppress veristat error messages in non-verbose mode
Mykyta Yatsenko
1
-2
/
+3
2026-04-01
selftests/bpf: Test access to ringbuf position with map pointer
Menglong Dong
1
-0
/
+17
2026-04-01
bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()
Eyal Birger
2
-2
/
+6
2026-03-31
bpf: Fix block device hooks names
Jiri Olsa
1
-3
/
+3
2026-03-29
bpf,arc_jit: Fix missing newline in pr_err messages
haoyu.lu
1
-4
/
+4
2026-03-29
selftests/bpf: Add few tests for alu32 shift value tracking and zext
Daniel Borkmann
1
-0
/
+165
2026-03-29
selftests/bpf: Update kfuncs using btf_struct_meta to new variants
Ihor Solodrai
3
-156
/
+9
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
5
-76
/
+287
2026-03-27
Merge branch 'bpf-classify-block-device-hooks-and-add-selftests'
Alexei Starovoitov
3
-0
/
+321
2026-03-27
selftests/bpf: add block device management selftests
Christian Brauner
2
-0
/
+317
2026-03-27
bpf: classify block device hooks appropriately
Christian Brauner
1
-0
/
+4
2026-03-26
Merge branch 'add-btf-layout-to-btf'
Andrii Nakryiko
12
-206
/
+887
2026-03-26
kbuild, bpf: Specify "layout" optional feature
Alan Maguire
1
-0
/
+2
2026-03-26
selftests/bpf: Test kind encoding/decoding
Alan Maguire
1
-0
/
+226
2026-03-26
btf: Support kernel parsing of BTF with layout info
Alan Maguire
1
-4
/
+56
2026-03-26
libbpf: Support sanitization of BTF layout for older kernels
Alan Maguire
4
-36
/
+127
2026-03-26
libbpf: BTF validation can use layout for unknown kinds
Alan Maguire
1
-2
/
+6
2026-03-26
libbpf: Add layout encoding support
Alan Maguire
3
-2
/
+83
2026-03-26
libbpf: Use layout to compute an unknown kind size
Alan Maguire
1
-9
/
+43
2026-03-26
libbpf: Support layout section handling in BTF
Alan Maguire
1
-153
/
+320
2026-03-26
btf: Add BTF kind layout encoding to UAPI
Alan Maguire
2
-0
/
+24
2026-03-25
selftests/bpf: Make reg_bounds test more robust
Alexei Starovoitov
1
-1
/
+17
2026-03-25
selftests/bpf: Test variable length stack write
Alexei Starovoitov
1
-0
/
+41
2026-03-25
bpf: Fix variable length stack write over spilled pointers
Alexei Starovoitov
1
-8
/
+20
2026-03-25
bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB path
David Carlier
1
-3
/
+2
2026-03-24
selftests/bpf: move trampoline_count to dedicated bpf_testmod target
Sun Jian
3
-20
/
+27
2026-03-24
selftests/bpf: Fix sockmap_multi_channels reliability
Jiayuan Chen
1
-2
/
+15
[next]