summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-10-31perf trace: Increase syscall handler map size to 1024Namhyung Kim
2025-10-31perf vendor events AmpereOneX: Fix spelling typo in the metrics fileChu Guangqing
2025-10-31perf vendor events arm64: Fix typo in Ampere eMag json fileChu Guangqing
2025-10-31perf record: skip synthesize event when open evsel failedShuai Xue
2025-10-31perf lock contention: Load kernel map before lookupNamhyung Kim
2025-10-31selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs frameworkBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Isolate non-CI testsBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Don't exit immediately on allocation failuresBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Don't exit immediately if validate_traffic failsBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Don't exit immediately when workers failBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Don't exit immediately when gettimeofday failsBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Don't exit immediately when xsk_attach failsBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Add return value to init_iface()Bastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Release resources when swap failsBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Wrap test clean-up in functionsBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()Bastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()Bastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return valueBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Initialize bitmap before useBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Split xskxceiverBastien Curutchet (eBPF Foundation)
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-30Merge tag 'linux_kselftest-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-10-30Merge tag 'net-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-30selftests: drv-net: replace the nsim ring test with a drv-net oneJakub Kicinski
2025-10-30KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-listMark Brown
2025-10-30KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-listMark Brown
2025-10-30KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stressMaximilian Dittgen
2025-10-30objtool: Remove unneeded semicolonChen Ni
2025-10-30x86/smpboot: Mark native_play_dead() as __noreturnThorsten Blum
2025-10-29selftests: traceroute: Add ICMP extensions testsIdo Schimmel
2025-10-29selftests/bpf: Add ABBCCA case for rqspinlock stress testKumar Kartikeya Dwivedi
2025-10-29selftests/bpf: Fix intermittent failures in file_reader testMykyta Yatsenko
2025-10-29selftests: net: use BASH for bareudp testingPo-Hsu Lin
2025-10-29selftest: net: fix socklen_t type mismatch in sctp_collision testAnkit Khushwaha
2025-10-29sched_ext/tools: Restore backward compat with v6.12 kernelsTejun Heo
2025-10-29selftests/bpf: Remove test_tc_tunnel.shAlexis Lothoré (eBPF Foundation)
2025-10-29selftests/bpf: Integrate test_tc_tunnel.sh tests into test_progsAlexis Lothoré (eBPF Foundation)
2025-10-29selftests/bpf: Make test_tc_tunnel.bpf.c compatible with big endian platformsAlexis Lothoré (eBPF Foundation)
2025-10-29selftests/bpf: Add tc helpersAlexis Lothoré (eBPF Foundation)
2025-10-29tools/docs/sphinx-build-wrapper: Emit $SPHINXOPTS later in args listAkira Yokosawa
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg
2025-10-29tools/nolibc: add option to disable runtimeBenjamin Berg
2025-10-29tools/nolibc: use __fallthrough__ rather than fallthroughBenjamin Berg
2025-10-29tools/nolibc: implement %m if errno is not definedBenjamin Berg
2025-10-29tools/nolibc/dirent: avoid errno in readdir_rBenjamin Berg
2025-10-29tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg
2025-10-29tools/nolibc: remove outdated comment about __sysret() in mmap()Thomas Weißschuh
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo
2025-10-29perf: Support deferred user unwindPeter Zijlstra
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia