summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-03-24Merge tag 'vfs-6.15-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24perf tools: annotate asm_pure_loop.SMarcus Meissner
2025-03-24perf python: Fix setup.py mypy errorsIan Rogers
2025-03-24perf test: Address attr.py mypy errorIan Rogers
2025-03-24perf build: Add pylint build testsIan Rogers
2025-03-24perf build: Add mypy build testsIan Rogers
2025-03-24perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers
2025-03-24tools/build: Don't pass test log files to linkerIan Rogers
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-23perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders
2025-03-23perf tools: Fix is_compat_mode build break in ppc64Likhitha Korrapati
2025-03-23perf build: filter all combinations of -flto for libperlHolger Hoffstätte
2025-03-22selftests: ublk: add stripe targetMing Lei
2025-03-22selftests: ublk: simplify loop io completionMing Lei
2025-03-22selftests: ublk: enable zero copy for null targetMing Lei
2025-03-22selftests: ublk: prepare for supporting stripe targetMing Lei
2025-03-22selftests: ublk: move common code into common.cMing Lei
2025-03-22selftests: ublk: increase max buffer size to 1MBMing Lei
2025-03-22selftests: ublk: add single sqe allocator helperMing Lei
2025-03-22selftests: ublk: add generic_01 for verifying sequential IO orderMing Lei
2025-03-22selftests/bpf: Add selftests for load-acquire/store-release when register num...Kohei Enju
2025-03-22bpf: Fix out-of-bounds read in check_atomic_load/store()Kohei Enju
2025-03-21selftests/mm: speed up split_huge_page_testRyan Roberts
2025-03-21selftests/mm: uffd-unit-tests support for hugepages > 2MRyan Roberts
2025-03-21selftests/mm: add commentary about 9pfs bugsBrendan Jackman
2025-03-21libbpf: Add namespace for errstr making it libbpf_errstrIan Rogers
2025-03-21selftests: ublk: fix starting ublk deviceMing Lei
2025-03-21selftests/timers: Improve skew_consistency by testing with other clockidsJohn Stultz
2025-03-21selftests: netconsole: Add tests for 'release' feature in sysdataBreno Leitao
2025-03-21landlock: Add the errata interfaceMickaël Salaün
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-20perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen
2025-03-20perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by e...Ilkka Koskinen
2025-03-20perf trace: Fix evlist memory leakIan Rogers
2025-03-20perf trace: Fix BTF memory leakIan Rogers
2025-03-20perf trace: Make syscall table stableIan Rogers
2025-03-20perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers
2025-03-20perf build: Remove Makefile.syscallsIan Rogers
2025-03-20perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers
2025-03-20perf trace beauty: Add syscalltbl.sh generating all system call tablesIan Rogers
2025-03-20perf thread: Add support for reading the e_machine type for a threadIan Rogers
2025-03-20perf dso: Add support for reading the e_machine type for a dsoIan Rogers
2025-03-20perf syscalltbl: Remove struct syscalltblIan Rogers
2025-03-20perf trace: Reorganize syscallsIan Rogers
2025-03-20perf syscalltbl: Remove syscall_table.hIan Rogers
2025-03-20perf dso: kernel-doc for enum dso_binary_typeIan Rogers
2025-03-20perf dso: Move libunwind dso_data variables into ifdefIan Rogers
2025-03-20selftests: ublk: fix write cache implementationMing Lei