index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
selftests/bpf: Migrate *_POST_BIND test cases to prog_tests
Jordan Rife
2
-245
/
+426
2024-10-21
selftests/bpf: Augment send_signal test with remote signaling
Puranjay Mohan
2
-38
/
+130
2024-10-21
bpf: Implement bpf_send_signal_task() kfunc
Puranjay Mohan
2
-8
/
+46
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
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-14
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
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-10
selftests/bpf: Removed redundant fd after close in bpf_prog_load_log_buf
Zhu Jun
1
-3
/
+0
2024-10-10
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-09
libbpf: fix sym_is_subprog() logic for weak global subprogs
Andrii Nakryiko
1
-1
/
+1
2024-10-09
samples/bpf: Remove unused variables
Zhu Jun
1
-2
/
+0
2024-10-07
selftests/bpf: Fix backtrace printing for selftests crashes
Eduard Zingerman
1
-3
/
+6
2024-10-07
selftests/bpf: Test linking with duplicate extern functions
Eric Long
2
-0
/
+16
2024-10-07
libbpf: Do not resolve size on duplicate FUNCs
Eric Long
1
-0
/
+4
2024-10-07
bpf: syscall_nrs: Disable no previous prototype warnning
Jason Xing
1
-0
/
+5
2024-10-07
bpf: Fix the xdp_adjust_tail sample prog issue
Yuan Chen
1
-0
/
+1
2024-10-07
selftests: bpf: Add missing per-arch include path
Björn Töpel
1
-1
/
+2
2024-10-07
libbpf: Add missing per-arch include path
Björn Töpel
1
-1
/
+2
2024-10-03
selftests/bpf: Emit top frequent code lines in veristat
Mykyta Yatsenko
1
-1
/
+128
2024-10-03
bpftool: __bpf_fastcall for kfuncs marked with special decl_tag
Eduard Zingerman
1
-10
/
+88
2024-10-03
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
3
-6
/
+4
2024-10-03
bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapi
Eduard Zingerman
2
-0
/
+4
2024-10-03
bpf: Allow specifying bpf_fastcall attribute for BPF helpers
Eduard Zingerman
1
-3
/
+50
2024-10-03
selftests/bpf: Fix uprobe_multi compilation error
Alan Maguire
1
-0
/
+4
2024-10-03
selftests/bpf: Support cross-endian building
Tony Ambardar
1
-3
/
+4
2024-10-03
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
4
-53
/
+139
2024-10-03
libbpf: Support linking bpf objects of either endianness
Tony Ambardar
1
-16
/
+62
2024-10-03
libbpf: Support opening bpf objects of either endianness
Tony Ambardar
2
-9
/
+52
2024-10-03
libbpf: Support BTF.ext loading and output in either endianness
Tony Ambardar
4
-57
/
+253
2024-10-03
libbpf: Fix output .symtab byte-order during linking
Tony Ambardar
1
-0
/
+2
2024-10-03
libbpf: Fix header comment typos for BTF.ext
Tony Ambardar
1
-2
/
+2
2024-10-03
libbpf: Improve log message formatting
Tony Ambardar
5
-8
/
+8
2024-10-03
bpf: Call kfree(obj) only once in free_one()
Markus Elfring
1
-4
/
+1
2024-10-03
libbpf: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2024-10-03
tools/bpf: Remove unused variable from runqslower
Zhu Jun
1
-1
/
+0
2024-10-03
selftests/bpf: vm: Add support for VIRTIO_FS
Manu Bretelle
1
-2
/
+5
2024-10-03
libbpf: Fix expected_attach_type set handling in program load callback
Tao Chen
1
-4
/
+8
[next]