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
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
selftests/bpf: Refactor out helper functions for a few tests
Yonghong Song
2
-17
/
+30
2024-04-10
bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
Yonghong Song
1
-0
/
+9
2024-04-10
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
3
-0
/
+10
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
6
-16
/
+271
2024-04-09
selftests/bpf: Add tests for atomics in bpf_arena.
Alexei Starovoitov
4
-0
/
+366
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
4
-1
/
+99
2024-04-08
selftests/bpf: eliminate warning of get_cgroup_id_from_path()
Jason Xing
1
-1
/
+1
2024-04-06
libbpf: Add ring__consume_n / ring_buffer__consume_n
Andrea Righi
3
-3
/
+50
2024-04-06
libbpf: ringbuf: Allow to consume up to a certain amount of items
Andrea Righi
1
-7
/
+12
2024-04-06
libbpf: Start v1.5 development cycle
Andrea Righi
2
-1
/
+4
2024-04-05
selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL
David Vernet
4
-2
/
+135
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
2
-0
/
+2
2024-04-05
bpf, docs: Editorial nits in instruction-set.rst
Dave Thaler
1
-21
/
+26
2024-04-05
selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.
Kui-Feng Lee
2
-0
/
+37
2024-04-05
selftests/bpf: add test for bpf_for_each_map_elem() with different maps
Philo Lu
2
-0
/
+111
2024-04-05
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
1
-5
/
+1
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
2
-21
/
+24
2024-04-05
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
1
-1
/
+2
2024-04-04
selftests/bpf: add fp-leaking precise subprog result tests
Andrii Nakryiko
2
-0
/
+107
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
1
-2
/
+4
2024-04-04
bpf: Pack struct bpf_fib_lookup
Anton Protopopov
2
-2
/
+2
2024-04-04
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
5
-16
/
+92
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
1
-0
/
+55
2024-04-04
bpf: make bpf_get_branch_snapshot() architecture-agnostic
Andrii Nakryiko
1
-4
/
+0
2024-04-04
bpf, riscv: Implement bpf_addr_space_cast instruction
Puranjay Mohan
3
-0
/
+16
2024-04-04
bpf, riscv: Implement PROBE_MEM32 pseudo instructions
Puranjay Mohan
3
-2
/
+189
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
2
-4
/
+14
2024-04-03
bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT
Andrii Nakryiko
1
-4
/
+3
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
1
-0
/
+21
2024-04-03
bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
Andrii Nakryiko
1
-0
/
+33
2024-04-03
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
1
-0
/
+24
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
4
-0
/
+55
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
2
-4
/
+4
2024-04-03
selftests/xsk: Add new test case for AF_XDP under max ring sizes
Tushar Vyavahare
1
-0
/
+25
2024-04-03
selftests/xsk: Test AF_XDP functionality under minimal ring configurations
Tushar Vyavahare
1
-0
/
+21
2024-04-03
selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...
Tushar Vyavahare
3
-2
/
+66
2024-04-03
selftests/bpf: Implement set_hw_ring_size function to configure interface rin...
Tushar Vyavahare
2
-0
/
+25
2024-04-03
selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...
Tushar Vyavahare
4
-15
/
+28
2024-04-03
selftests/xsk: Make batch size variable
Tushar Vyavahare
2
-10
/
+13
2024-04-03
tools: Add ethtool.h header to tooling infra
Tushar Vyavahare
1
-31
/
+2198
2024-04-02
bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.
Puranjay Mohan
2
-2
/
+16
2024-04-02
bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions.
Puranjay Mohan
1
-10
/
+60
2024-04-02
selftests/bpf: Add pid limit for mptcpify prog
Geliang Tang
2
-0
/
+6
2024-04-02
libbpf: Use local bpf_helpers.h include
Tobias Böhm
1
-1
/
+1
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
2
-3
/
+6
2024-04-02
selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPP
Pu Lehui
2
-2
/
+2
2024-04-02
bpftool: Use __typeof__() instead of typeof() in BPF skeleton
Andrii Nakryiko
1
-2
/
+2
2024-04-02
selftests/bpf: Using llvm may_goto inline asm for cond_break macro
Yonghong Song
1
-0
/
+11
2024-04-02
bpf: Add a verbose message if map limit is reached
Anton Protopopov
1
-0
/
+2
2024-04-02
bpf: Fix typo in uapi doc comments
David Lechner
2
-4
/
+4
[next]