summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-07-06selftests/nolibc: create /dev/full when running as PID 1Thomas Weißschuh
2025-07-06tools/nolibc: add support for clock_nanosleep() and nanosleep()Thomas Weißschuh
2025-07-06selftests/futex: Add futex_numa to .gitignoreTerry Tritton
2025-07-04cxl/test: Simplify fw_buf_checksum_show()Eric Biggers
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-04kselftest/arm64: Add a test for vfork() with GCSMark Brown
2025-07-04selftests/nolibc: Add coverage of vfork()Mark Brown
2025-07-04tools/nolibc: Provide vfork()Mark Brown
2025-07-04tools/nolibc: Replace ifdef with if defined() in sys.hMark Brown
2025-07-04tools/nolibc: add support for SuperHThomas Weißschuh
2025-07-04selftests: net: extend SCM_PIDFD test to cover stale pidfdsAlexander Mikhalitsyn
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-03selftests/bpf: Add tests for prog streamsKumar Kartikeya Dwivedi
2025-07-03bpftool: Add support for dumping streamsKumar Kartikeya Dwivedi
2025-07-03libbpf: Introduce bpf_prog_stream_read() APIKumar Kartikeya Dwivedi
2025-07-03libbpf: Add bpf_stream_printk() macroKumar Kartikeya Dwivedi
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-07-03selftests/bpf: Add test cases for bpf_dynptr_memset()Ihor Solodrai
2025-07-03selftests/nolibc: use file driver for QEMU serialThomas Weißschuh
2025-07-03selftests/nolibc: fix EXTRACONFIG variables orderingThomas Weißschuh
2025-07-03KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_tAnshuman Khandual
2025-07-03perf test: Add more test cases to sched testNamhyung Kim
2025-07-03perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim
2025-07-03perf sched: Use RC_CHK_EQUAL() to compare pointersNamhyung Kim
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-07-03perf sched: Fix thread leaks in 'perf sched timehist'Namhyung Kim
2025-07-03perf sched: Fix memory leaks in 'perf sched map'Namhyung Kim
2025-07-03perf sched: Free thread->priv using priv_destructorNamhyung Kim
2025-07-03perf sched: Make sure it frees the usage stringNamhyung Kim
2025-07-03perf tests make: Add NO_LIBDW=1 to minimal and add standalone testIan Rogers
2025-07-03perf header: Fix pipe mode header dumpingIan Rogers
2025-07-03selftests/sched_ext: Fix exit selftest hang on UPAndrea Righi
2025-07-03kselftest/arm64: Specify SVE data when testing VL set in sve-ptraceMark Brown
2025-07-03kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptraceMark Brown
2025-07-03kselftest/arm64: Fix check for setting new VLs in sve-ptraceMark Brown
2025-07-03kselftest/arm64: Convert tpidr2 test to use kselftest.hMark Brown
2025-07-02perf test: In forked mode add check that fds aren't leakedIan Rogers
2025-07-02perf dso: With ref count checking, avoid dso_data holding dso liveIan Rogers
2025-07-02perf hwmon_pmu: Hold path rather than fdIan Rogers
2025-07-02perf test code-reading: Avoid a leak of cpus and threadsIan Rogers
2025-07-02perf dso: Add missed dso__put to dso__load_kcoreIan Rogers
2025-07-02perf genelf: Fix NO_LIBDW=1 buildIan Rogers
2025-07-02perf list: Add IBM z17 event descriptionsThomas Richter
2025-07-02perf tools: Fix use-after-free in help_unknown_cmd()Namhyung Kim
2025-07-02selftests: drv-net: Add test for devlink-rate traffic class bandwidth distrib...Carolina Jubran
2025-07-02selftest: netdevsim: Add devlink rate tc-bw testCarolina Jubran
2025-07-02selftest: net: extend msg_zerocopy test with forwardingWillem de Bruijn
2025-07-02vsock/test: Add test for null ptr deref when transport changesLuigi Leonardi
2025-07-02vsock/test: Add macros to identify transportsLuigi Leonardi
2025-07-02selftests/bpf: Allow veristat compile standaloneMykyta Yatsenko