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
2025-07-07
selftests/bpf: Negative test case for tail call map
Paul Chaignon
2
-0
/
+33
2025-07-07
Merge branch 'bpf-fix-and-test-aux-usage-after-do_check_insn'
Alexei Starovoitov
3
-5
/
+167
2025-07-07
selftests/bpf: Add Spectre v4 tests
Luis Gerhorst
2
-0
/
+153
2025-07-07
bpf: Fix aux usage after do_check_insn()
Luis Gerhorst
1
-5
/
+14
2025-07-07
selftests/bpf: Set CONFIG_PACKET=y for selftests
Saket Kumar Bhaskar
1
-0
/
+1
2025-07-07
Merge branch 'bpf-streams-fixes'
Alexei Starovoitov
2
-3
/
+5
2025-07-07
bpf: Fix improper int-to-ptr cast in dump_stack_cb
Kumar Kartikeya Dwivedi
1
-2
/
+2
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
1
-1
/
+3
2025-07-07
Merge branch 'bpf-additional-use-cases-for-untrusted-ptr_to_mem'
Alexei Starovoitov
7
-29
/
+274
2025-07-07
selftests/bpf: tests for __arg_untrusted void * global func params
Eduard Zingerman
1
-0
/
+53
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
3
-4
/
+19
2025-07-07
selftests/bpf: test cases for __arg_untrusted
Eduard Zingerman
1
-0
/
+81
2025-07-07
libbpf: __arg_untrusted in bpf_helpers.h
Eduard Zingerman
1
-0
/
+1
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
2
-5
/
+39
2025-07-07
selftests/bpf: ptr_to_btf_id struct walk ending with primitive pointer
Eduard Zingerman
1
-0
/
+31
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
3
-1
/
+12
2025-07-07
bpf: make makr_btf_ld_reg return error for unexpected reg types
Eduard Zingerman
1
-20
/
+39
2025-07-04
Merge branch 'bpf-reduce-verifier-stack-frame-size'
Alexei Starovoitov
2
-118
/
+113
2025-07-04
bpf: Avoid putting struct bpf_scc_callchain variables on the stack
Yonghong Song
2
-18
/
+19
2025-07-04
bpf: Reduce stack frame size by using env->insn_buf for bpf insns
Yonghong Song
1
-98
/
+92
2025-07-04
bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
Yonghong Song
1
-2
/
+2
2025-07-04
bpf: Avoid warning on unexpected map for tail call
Paul Chaignon
1
-2
/
+2
2025-07-04
Merge branch 'bpf-standard-streams'
Alexei Starovoitov
21
-24
/
+1206
2025-07-04
selftests/bpf: Add tests for prog streams
Kumar Kartikeya Dwivedi
3
-0
/
+253
2025-07-04
bpftool: Add support for dumping streams
Kumar Kartikeya Dwivedi
3
-2
/
+70
2025-07-04
libbpf: Introduce bpf_prog_stream_read() API
Kumar Kartikeya Dwivedi
3
-0
/
+42
2025-07-04
libbpf: Add bpf_stream_printk() macro
Kumar Kartikeya Dwivedi
1
-0
/
+16
2025-07-04
bpf: Report rqspinlock deadlocks/timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+23
2025-07-04
bpf: Report may_goto timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-1
/
+19
2025-07-04
bpf: Add dump_stack() analogue to print to BPF stderr
Kumar Kartikeya Dwivedi
2
-0
/
+50
2025-07-04
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
3
-1
/
+34
2025-07-04
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
2
-3
/
+13
2025-07-04
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
2
-0
/
+50
2025-07-04
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
9
-1
/
+611
2025-07-04
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
2
-16
/
+25
2025-07-04
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
1
-0
/
+27
2025-07-04
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
1
-0
/
+44
2025-07-04
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
3
-7
/
+13
2025-07-04
Merge branch 'bpf-add-bpf_dynptr_memset-kfunc'
Andrii Nakryiko
3
-0
/
+213
2025-07-04
selftests/bpf: Add test cases for bpf_dynptr_memset()
Ihor Solodrai
2
-0
/
+166
2025-07-04
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
1
-0
/
+47
2025-07-02
selftests/bpf: Allow veristat compile standalone
Mykyta Yatsenko
1
-3
/
+4
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
1
-4
/
+4
2025-07-02
selftests/bpf: Negative test case for ref_obj_id in args
Paul Chaignon
1
-0
/
+24
2025-07-02
selftests/bpf: null checks for rdonly_untrusted_mem should be preserved
Eduard Zingerman
1
-0
/
+21
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
1
-1
/
+1
2025-07-02
selftests/bpf: Don't call fsopen() as privileged user
Matteo Croce
1
-20
/
+21
2025-07-01
selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
Colin Ian King
1
-2
/
+2
2025-07-01
selftests/bpf: Enable dynptr/test_probe_read_user_str_dynptr
Mykyta Yatsenko
1
-1
/
+0
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
1
-109
/
+102
[next]