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
/
arm-cs-trace-disasm.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
4
-1
/
+13
2024-11-12
selftests/bpf: Add tracing prog private stack tests
Yonghong Song
2
-0
/
+274
2024-11-12
bpf, x86: Support private stack in jit
Yonghong Song
2
-0
/
+137
2024-11-12
bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
Yonghong Song
1
-4
/
+7
2024-11-12
bpf: Enable private stack for eligible subprogs
Yonghong Song
2
-0
/
+12
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
4
-10
/
+99
2024-11-12
selftests/bpf: update send_signal to lower perf evemts frequency
Eduard Zingerman
1
-1
/
+2
2024-11-12
selftests/bpf: allow send_signal test to timeout
Eduard Zingerman
1
-13
/
+19
2024-11-12
selftests/bpf: add read_with_timeout() utility function
Eduard Zingerman
3
-0
/
+29
2024-11-12
selftests/bpf: watchdog timer for test_progs
Eduard Zingerman
4
-6
/
+116
2024-11-11
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
6
-53
/
+56
2024-11-11
libbpf: Stringify errno in log messages in btf*.c
Mykyta Yatsenko
2
-13
/
+16
2024-11-11
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
1
-200
/
+156
2024-11-11
libbpf: Introduce errstr() for stringifying errno
Mykyta Yatsenko
2
-0
/
+78
2024-11-11
bpf: Replace the document for PTR_TO_BTF_ID_OR_NULL
Menglong Dong
1
-4
/
+4
2024-11-11
tools/bpf: Fix the wrong format specifier in bpf_jit_disasm
Luo Yifan
1
-1
/
+1
2024-11-11
kbuild,bpf: Pass make jobs' value to pahole
Florian Schmaus
1
-2
/
+4
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
3
-39
/
+11
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
2
-67
/
+132
2024-11-11
selftests/bpf: skip the timer_lockup test for single-CPU nodes
Viktor Malik
1
-0
/
+6
2024-11-11
selftests/bpf: Test the update operations for htab of maps
Hou Tao
2
-1
/
+161
2024-11-11
selftests/bpf: Move ENOTSUPP from bpf_util.h
Hou Tao
6
-20
/
+3
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
1
-17
/
+39
2024-11-11
selftests/bpf: Add threads to consumer test
Jiri Olsa
1
-18
/
+80
2024-11-11
selftests/bpf: Add uprobe sessions to consumer test
Jiri Olsa
2
-24
/
+52
2024-11-11
selftests/bpf: Add uprobe session single consumer test
Jiri Olsa
2
-0
/
+77
2024-11-11
selftests/bpf: Add kprobe session verifier test for return value
Jiri Olsa
2
-0
/
+33
2024-11-11
selftests/bpf: Add uprobe session verifier test for return value
Jiri Olsa
2
-0
/
+33
2024-11-11
selftests/bpf: Add uprobe session recursive test
Jiri Olsa
2
-0
/
+101
2024-11-11
selftests/bpf: Add uprobe session cookie test
Jiri Olsa
2
-0
/
+79
2024-11-11
selftests/bpf: Add uprobe session test
Jiri Olsa
2
-0
/
+118
2024-11-11
libbpf: Add support for uprobe multi session attach
Jiri Olsa
3
-3
/
+20
2024-11-11
bpf: Add support for uprobe multi session context
Jiri Olsa
1
-10
/
+18
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
6
-11
/
+38
2024-11-11
bpf: Force uprobe bpf program to always return 0
Jiri Olsa
1
-3
/
+2
2024-11-11
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
1
-0
/
+9
2024-11-11
selftests/bpf: Fix uprobe consumer test (again)
Jiri Olsa
1
-6
/
+8
2024-11-11
bpf: Remove trailing whitespace in verifier.rst
Abhinav Saxena
1
-2
/
+2
2024-11-11
selftests/bpf: Allow building with extra flags
Viktor Malik
1
-11
/
+23
2024-11-04
selftests/bpf: Add tests for raw_tp null handling
Kumar Kartikeya Dwivedi
4
-0
/
+67
2024-11-04
selftests/bpf: Clean up open-coded gettid syscall invocations
Kumar Kartikeya Dwivedi
12
-22
/
+33
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
4
-9
/
+87
2024-11-04
bpf: Move btf_type_is_struct_ptr() under CONFIG_BPF_SYSCALL
Alistair Francis
1
-11
/
+10
2024-11-03
selftests/bpf: Add tests for tail calls with locks and refs
Kumar Kartikeya Dwivedi
2
-0
/
+72
2024-11-03
bpf: Unify resource leak checks
Kumar Kartikeya Dwivedi
5
-68
/
+46
2024-11-03
bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable
Kumar Kartikeya Dwivedi
1
-0
/
+15
2024-11-01
selftests/bpf: Disable warnings on unused flags for Clang builds
Viktor Malik
1
-0
/
+2
2024-11-01
bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
Viktor Malik
1
-1
/
+5
2024-11-01
bpf, bpftool: Fix incorrect disasm pc
Leon Hwang
1
-11
/
+29
2024-11-01
selftests/bpf: Add a test for open coded kmem_cache iter
Namhyung Kim
3
-12
/
+51
[next]