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
2024-10-22
Merge branch 'Retire test_sock.c'
Martin KaFai Lau
5
-205
/
+148
2024-10-22
selftests/bpf: Retire test_sock.c
Jordan Rife
3
-234
/
+1
2024-10-22
selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE test cases to prog_tests
Jordan Rife
2
-38
/
+25
2024-10-22
selftests/bpf: Migrate LOAD_REJECT test cases to prog_tests
Jordan Rife
2
-52
/
+60
2024-10-22
selftests/bpf: Migrate *_POST_BIND test cases to prog_tests
Jordan Rife
2
-245
/
+426
2024-10-22
Merge branch 'implement-mechanism-to-signal-other-threads'
Andrii Nakryiko
4
-46
/
+176
2024-10-22
selftests/bpf: Augment send_signal test with remote signaling
Puranjay Mohan
2
-38
/
+130
2024-10-22
bpf: Implement bpf_send_signal_task() kfunc
Puranjay Mohan
2
-8
/
+46
2024-10-16
Merge branch 'bpf-fix-tailcall-infinite-loop-caused-by-freplace'
Alexei Starovoitov
7
-33
/
+190
2024-10-16
selftests/bpf: Add tests for bpf_task_from_vpid() kfunc
Juntong Deng
4
-0
/
+146
2024-10-16
selftests/bpf: Add test to verify tailcall and freplace restrictions
Leon Hwang
2
-16
/
+109
2024-10-16
bpf: Add bpf_task_from_vpid() kfunc
Juntong Deng
1
-0
/
+20
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
5
-17
/
+81
2024-10-16
Merge branch 'bpf-add-kmem_cache-iterator-and-kfunc'
Alexei Starovoitov
9
-0
/
+411
2024-10-16
selftests/bpf: Add a test for kmem_cache_iter
Namhyung Kim
3
-0
/
+209
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
3
-0
/
+25
2024-10-15
bpf: Add kmem_cache iterator
Namhyung Kim
3
-0
/
+177
2024-10-11
libbpf: Fix possible compiler warnings in hashmap
Namhyung Kim
1
-10
/
+10
2024-10-11
selftests/bpf: Check for timeout in perf_link test
Ihor Solodrai
1
-2
/
+13
2024-10-11
selftests/bpf: add subprog to BPF object file with no entry programs
Andrii Nakryiko
1
-0
/
+12
2024-10-11
libbpf: never interpret subprogs in .text as entry programs
Andrii Nakryiko
1
-1
/
+1
2024-10-11
Merge branch 'selftests-bpf-migrate-and-remove-cgroup-tracing-related-tests'
Alexei Starovoitov
22
-1940
/
+333
2024-10-11
samples/bpf: remove obsolete tracing related tests
Daniel T. Lee
10
-564
/
+0
2024-10-11
samples/bpf: remove obsolete cgroup related tests
Daniel T. Lee
7
-693
/
+0
2024-10-11
selftests/bpf: migrate cgroup sock create test for prohibiting sockets
Daniel T. Lee
5
-251
/
+80
2024-10-11
selftests/bpf: migrate cgroup sock create test for setting iface/mark/prio
Daniel T. Lee
4
-435
/
+256
2024-10-11
selftests/bpf: Removed redundant fd after close in bpf_prog_load_log_buf
Zhu Jun
1
-3
/
+0
2024-10-11
samples/bpf: Fix a resource leak
Zhu Jun
1
-1
/
+3
2024-10-10
bpf: Update bpf_override_return() comment
Martin Kelly
2
-8
/
+0
2024-10-10
bpf: fix argument type in bpf_loop documentation
Matteo Croce
3
-3
/
+3
2024-10-10
libbpf: fix sym_is_subprog() logic for weak global subprogs
Andrii Nakryiko
1
-1
/
+1
2024-10-10
samples/bpf: Remove unused variables
Zhu Jun
1
-2
/
+0
2024-10-08
selftests/bpf: Fix backtrace printing for selftests crashes
Eduard Zingerman
1
-3
/
+6
2024-10-08
Merge branch 'bpf-static-linker-fix-linking-duplicate-extern-functions'
Andrii Nakryiko
3
-0
/
+20
2024-10-08
selftests/bpf: Test linking with duplicate extern functions
Eric Long
2
-0
/
+16
2024-10-08
libbpf: Do not resolve size on duplicate FUNCs
Eric Long
1
-0
/
+4
2024-10-08
bpf: syscall_nrs: Disable no previous prototype warnning
Jason Xing
1
-0
/
+5
2024-10-08
bpf: Fix the xdp_adjust_tail sample prog issue
Yuan Chen
1
-0
/
+1
2024-10-08
selftests: bpf: Add missing per-arch include path
Björn Töpel
1
-1
/
+2
2024-10-08
libbpf: Add missing per-arch include path
Björn Töpel
1
-1
/
+2
2024-10-04
selftests/bpf: Emit top frequent code lines in veristat
Mykyta Yatsenko
1
-1
/
+128
2024-10-04
Merge branch 'bpf_fastcall-attribute-in-vmlinux-h-and-bpf_helper_defs-h'
Andrii Nakryiko
7
-19
/
+146
2024-10-04
bpftool: __bpf_fastcall for kfuncs marked with special decl_tag
Eduard Zingerman
1
-10
/
+88
2024-10-04
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
3
-6
/
+4
2024-10-04
bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapi
Eduard Zingerman
2
-0
/
+4
2024-10-04
bpf: Allow specifying bpf_fastcall attribute for BPF helpers
Eduard Zingerman
1
-3
/
+50
2024-10-04
Merge branch 'libbpf-selftests-bpf-support-cross-endian-usage'
Andrii Nakryiko
13
-147
/
+521
2024-10-04
selftests/bpf: Fix uprobe_multi compilation error
Alan Maguire
1
-0
/
+4
2024-10-04
selftests/bpf: Support cross-endian building
Tony Ambardar
1
-3
/
+4
2024-10-04
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
4
-53
/
+139
[next]