summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-11KVM: selftests: Add support for DIV and IDIV in the fastops testSean Christopherson
2025-09-11KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)Sean Christopherson
2025-09-11KVM: selftests: Add coverage for 'b' (byte) sized fastops emulationSean Christopherson
2025-09-11KVM: selftests: Add support for #DE exception fixupSean Christopherson
2025-09-11Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-09-11selftest:net: fixed spelling mistakesAndres Urian Florez
2025-09-11selftests: traceroute: Add VRF testsIdo Schimmel
2025-09-11selftests: traceroute: Test traceroute with different source IPsIdo Schimmel
2025-09-11selftests: traceroute: Reword commentIdo Schimmel
2025-09-11selftests: traceroute: Use require_command()Ido Schimmel
2025-09-11selftests: traceroute: Return correct value on failureIdo Schimmel
2025-09-11selftests: net: Add tests to verify team driver option set and get.Marc Harvey
2025-09-10Merge tag 'linux-can-fixes-for-6.17-20250910' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-09-10selftests: net: replace sleeps in fcnal-test with waitsJakub Kicinski
2025-09-10tools: ynl: check for membership with 'not in'Matthieu Baerts (NGI0)
2025-09-10tools: ynl: use 'cond is None'Matthieu Baerts (NGI0)
2025-09-10tools: ynl: remove unnecessary semicolonsMatthieu Baerts (NGI0)
2025-09-10tools: ynl: remove unused importsMatthieu Baerts (NGI0)
2025-09-10tools: ynl: remove f-string without any placeholdersMatthieu Baerts (NGI0)
2025-09-10tools: ynl: remove assigned but never used variableMatthieu Baerts (NGI0)
2025-09-10tools: ynl: avoid bare exceptMatthieu Baerts (NGI0)
2025-09-10tools: ynl: fix undefined variable nameMatthieu Baerts (NGI0)
2025-09-10selftests/bpf: Skip timer cases when bpf_timer is not supportedLeon Hwang
2025-09-10selftests: can: enable CONFIG_CAN_VCAN as a moduleDavide Caratti
2025-09-10cxl/acpi: Rename CFMW coherency restrictionsDavidlohr Bueso
2025-09-09selftests: mptcp: join: allow more time to send ADD_ADDRMatthieu Baerts (NGI0)
2025-09-09selftests: mptcp: join: tolerate more ADD_ADDRMatthieu Baerts (NGI0)
2025-09-09selftests: mptcp: shellcheck: support v0.11.0Matthieu Baerts (NGI0)
2025-09-09selftests: net: speed up pmtu.sh by avoiding unnecessary cleanupJakub Kicinski
2025-09-09selftests: net: run groups from fcnal-test in parallelJakub Kicinski
2025-09-09selftests/bpf: Add tests for bpf_strnstrRong Tao
2025-09-09selftests/bpf: Fix "expression result unused" warnings with iceccIlya Leoshkevich
2025-09-09selftests/bpf: Extend crypto_sanity selftest with invalid dst bufferDaniel Borkmann
2025-09-09docs: add tools/docs/gen-redirects.pyVegard Nossum
2025-09-09docs: add tools/docs/gen-renames.pyVegard Nossum
2025-09-09perf annotate: Fix title line after return from callNamhyung Kim
2025-09-09perf annotate: Factor out annotate_browser__show_function_title()Namhyung Kim
2025-09-09perf annotate: Fix signature of annotate_browser__show()Namhyung Kim
2025-09-09perf docs: Update SPE doc to include default instructions groupJames Clark
2025-09-09perf arm-spe: Display --itrace period warnings for all sample typesJames Clark
2025-09-09perf arm-spe: Downsample all sample types equallyJames Clark
2025-09-09perf arm-spe: Show instruction sample types by defaultJames Clark
2025-09-09selftests/bpf: Fix incorrect array size calculationJiayuan Chen
2025-09-09perf symbols: Handle 'N' symbols in /proc/kallsymsArnaldo Carvalho de Melo
2025-09-09objtool: Ignore __pi___cfi_ prefixed symbolsNathan Chancellor
2025-09-09selftests: net: add test for ipv6 fragmentationBrett A C Sheffield
2025-09-09selftests: net: add test for destination in broadcast packetsOscar Maes
2025-09-09selftests: vDSO: Drop vdso_test_clock_getresThomas Weißschuh