index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
event_analyzing_sample.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-26
selftests/bpf: Test changing packet data from kfunc
Amery Hung
1
-0
/
+14
2025-09-25
selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
Tao Chen
2
-1
/
+12
2025-09-25
selftests/bpf: Refactor stacktrace_map case with skeleton
Tao Chen
3
-40
/
+18
2025-09-25
bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
Tao Chen
3
-6
/
+20
2025-09-25
selftests/bpf: Fix flaky bpf_cookie selftest
Mykyta Yatsenko
1
-2
/
+1
2025-09-25
selftests/bpf: Test changing packet data from global functions with a kfunc
Amery Hung
1
-1
/
+29
2025-09-25
bpf: Emit struct bpf_xdp_sock type in vmlinux BTF
Amery Hung
1
-0
/
+2
2025-09-25
selftests/bpf: Task_work selftest cleanup fixes
Mykyta Yatsenko
1
-4
/
+11
2025-09-25
MAINTAINERS: Delete inactive maintainers from AF_XDP
Magnus Karlsson
2
-2
/
+6
2025-09-24
bpf: Mark kfuncs as __noclone
Andrea Righi
1
-1
/
+1
2025-09-24
selftests/bpf: Add kprobe multi write ctx attach test
Jiri Olsa
2
-0
/
+34
2025-09-24
selftests/bpf: Add kprobe write ctx attach test
Jiri Olsa
2
-0
/
+43
2025-09-24
selftests/bpf: Add uprobe context ip register change test
Jiri Olsa
2
-0
/
+56
2025-09-24
selftests/bpf: Add uprobe context registers changes test
Jiri Olsa
2
-1
/
+137
2025-09-24
uprobe: Do not emulate/sstep original instruction when ip is changed
Jiri Olsa
1
-0
/
+7
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
3
-2
/
+12
2025-09-23
selftests: drv-net: Pull data before parsing headers
Amery Hung
1
-15
/
+74
2025-09-23
selftests/bpf: Test bpf_xdp_pull_data
Amery Hung
2
-0
/
+227
2025-09-23
bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
Amery Hung
2
-6
/
+13
2025-09-23
bpf: Make variables in bpf_prog_test_run_xdp less confusing
Amery Hung
1
-13
/
+13
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
1
-0
/
+13
2025-09-23
bpf: Support pulling non-linear xdp data
Amery Hung
1
-0
/
+93
2025-09-23
bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
Amery Hung
2
-20
/
+42
2025-09-23
bpf: Clear pfmemalloc flag when freeing all fragments
Amery Hung
2
-0
/
+6
2025-09-23
riscv: bpf: Fix uninitialized symbol 'retval_off'
Chenghao Duan
1
-3
/
+2
2025-09-23
bpftool: Add bash completion for program signing options
Quentin Monnet
1
-9
/
+17
2025-09-23
selftests/bpf: Add union argument tests using fexit programs
Leon Hwang
3
-0
/
+93
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
2
-5
/
+5
2025-09-23
selftests: bpf: Add tests for signed loads from arena
Puranjay Mohan
1
-0
/
+176
2025-09-23
bpf, arm64: Add support for signed arena loads
Puranjay Mohan
1
-13
/
+17
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
6
-6
/
+63
2025-09-23
selftests/bpf: add bpf task work stress tests
Mykyta Yatsenko
2
-0
/
+203
2025-09-23
selftests/bpf: BPF task work scheduling tests
Mykyta Yatsenko
3
-0
/
+353
2025-09-23
bpf: task work scheduling kfuncs
Mykyta Yatsenko
1
-2
/
+290
2025-09-23
bpf: extract map key pointer calculation
Mykyta Yatsenko
1
-17
/
+13
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
9
-18
/
+208
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
1
-3
/
+2
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
1
-12
/
+12
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
1
-11
/
+36
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
1
-51
/
+33
2025-09-22
selftests/bpf: Enable signature verification for some lskel tests
KP Singh
8
-14
/
+89
2025-09-22
bpftool: Add support for signing BPF programs
KP Singh
9
-11
/
+372
2025-09-22
libbpf: Embed and verify the metadata hash in the loader
KP Singh
3
-1
/
+59
2025-09-22
libbpf: Update light skeleton for signing
KP Singh
1
-4
/
+72
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
7
-3
/
+68
2025-09-20
selftests/bpf: Fix selftest verifier_arena_large failure
Yonghong Song
1
-0
/
+1
2025-09-19
bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
Tom Stellard
2
-2
/
+2
2025-09-19
bpftool: Fix UAF in get_delegate_value
Tao Chen
1
-53
/
+37
2025-09-19
bpftool: Add HELP_SPEC_OPTIONS in token.c
Tao Chen
1
-0
/
+1
2025-09-19
selftests/bpf: test cases for callchain sensitive live stack tracking
Eduard Zingerman
2
-0
/
+296
[next]