aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-03-15selftests/bpf: Add selftests for load-acquire and store-release instructionsPeilin Ye6-3/+698
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-0/+3
2025-03-15bpf, x86: Add x86 JIT support for timed may_gotoKumar Kartikeya Dwivedi2-12/+80
2025-03-15selftests/bpf: Add tests for bpf_object__prepareMykyta Yatsenko2-0/+127
2025-03-15libbpf: Split bpf object load into prepare/loadMykyta Yatsenko3-43/+117
2025-03-15libbpf: Introduce more granular state for bpf_objectMykyta Yatsenko1-17/+22
2025-03-15libbpf: Use map_is_created helper in map settersMykyta Yatsenko1-9/+9
2025-03-15selftests/bpf: test_tunnel: Remove test_tunnel.shBastien Curutchet (eBPF Foundation)2-180/+0
2025-03-15selftests/bpf: test_tunnel: Move ip6tnl tunnel tests to test_progsBastien Curutchet (eBPF Foundation)2-88/+59
2025-03-15selftests/bpf: test_tunnel: Move ip6geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-49/+48
2025-03-15selftests/bpf: test_tunnel: Move geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-45/+45
2025-03-15selftests/bpf: test_tunnel: Move ip6erspan tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-58/+41
2025-03-15selftests/bpf: test_tunnel: Move erspan tunnel tests to test_progsBastien Curutchet (eBPF Foundation)2-52/+46
2025-03-15selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-95/+104
2025-03-15selftests/bpf: test_tunnel: Move gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-79/+97
2025-03-15selftests/bpf: test_tunnel: Add ping helpersBastien Curutchet (eBPF Foundation)1-29/+24
2025-03-15selftests/bpf: test_tunnel: Add generic_attach* helpersBastien Curutchet (eBPF Foundation)1-74/+66
2025-03-15veristat: Report program type guess results to sdterrEduard Zingerman1-2/+2
2025-03-15veristat: Strerror expects positive number (errno)Eduard Zingerman1-2/+2
2025-03-15veristat: @files-list.txt notation for object files listEduard Zingerman1-9/+53
2025-03-15selftests/bpf: Add tests for extending sleepable global subprogsKumar Kartikeya Dwivedi5-147/+238
2025-03-15selftests/bpf: Test sleepable global subprogs in atomic contextsKumar Kartikeya Dwivedi6-2/+270
2025-03-15bpf/selftests: test_select_reuseport_kern: Remove unused headerAlexis Lothoré (eBPF Foundation)1-1/+0
2025-03-15selftests/bpf: Add selftests allowing cgroup prog pre-orderingYonghong Song2-0/+169
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-0/+1
2025-03-15selftests/bpf: Fixes for test_maps testJiayuan Chen1-4/+5
2025-03-15selftests/bpf: Allow auto port binding for bpf nfJiayuan Chen1-3/+6
2025-03-15selftests/bpf: Allow auto port binding for cgroup connectJiayuan Chen2-5/+12
2025-03-15selftests/bpf: Add tests for bpf_dynptr_copyMykyta Yatsenko2-5/+139
2025-03-14perf test: Add pipe output testing for annotateIan Rogers1-16/+40
2025-03-14perf test: Fixes to variable expansion and stdout for diff testIan Rogers1-6/+6
2025-03-14perf libunwind: Fixup conversion perf_sample->user_regs to a pointerArnaldo Carvalho de Melo1-6/+6
2025-03-14cxl/test: Define a CFMWS capable of a 3 way HB interleaveAlison Schofield1-5/+5
2025-03-14Merge branch 'for-6.15/extended-linear-cache' into cxl-for-next2Dave Jiang1-0/+2
2025-03-14Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang1-0/+23
2025-03-14tools/testing/cxl: Set Shutdown State supportDavidlohr Bueso1-0/+23
2025-03-14cxl/pmem: debug invalid serial number dataYuquan Wang1-1/+1
2025-03-14Merge branch 'for-6.15/fw-first-error-logging' into cxl-for-next2Dave Jiang1-0/+1
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli1-0/+1
2025-03-14scanf: convert self-test to KUnitTamir Duberstein3-6/+1
2025-03-14perf test stat_all_pmu.sh: Correctly check 'perf stat' resultVeronika Molnarova1-14/+34
2025-03-14perf script: Update brstack syntax documentationYujie Liu1-7/+16
2025-03-14selftests: pci_endpoint: Use IRQ_TYPE_* defines from UAPI headerNiklas Cassel1-9/+9
2025-03-14selftests: drv-net: fix merge conflicts resolutionMatthieu Baerts (NGI0)1-9/+9
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-0/+4
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni25-43/+505
2025-03-13selftests/bpf: Add bpf_getsockopt() for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MINJason Xing1-0/+2
2025-03-13perf script: Fix typo in branch event maskYujie Liu2-3/+3
2025-03-13Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-16/+410
2025-03-13printf: convert self-test to KUnitTamir Duberstein4-7/+2