aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco1-1/+1
2025-03-24perf trace: Fix wrong size to bpf_map__update_elem callThomas Richter1-2/+4
2025-03-24selftests: drv-net: rss_ctx: Don't assume indirection table is presentGal Pressman1-1/+1
2025-03-24selftest: net: update proc_net_pktgen (add more imix_weights test cases)Peter Seiderer1-0/+44
2025-03-24Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+652
2025-03-24Merge tag 'vfs-6.15-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+14
2025-03-24Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-6/+867
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds10-98/+889
2025-03-24perf tools: annotate asm_pure_loop.SMarcus Meissner1-0/+2
2025-03-24perf python: Fix setup.py mypy errorsIan Rogers1-2/+8
2025-03-24perf test: Address attr.py mypy errorIan Rogers1-7/+1
2025-03-24perf build: Add pylint build testsIan Rogers6-2/+69
2025-03-24perf build: Add mypy build testsIan Rogers6-2/+71
2025-03-24perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers7-19/+19
2025-03-24tools/build: Don't pass test log files to linkerIan Rogers1-1/+5
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds7-1/+738
2025-03-23perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders1-11/+4
2025-03-23perf tools: Fix is_compat_mode build break in ppc64Likhitha Korrapati1-2/+2
2025-03-23perf build: filter all combinations of -flto for libperlHolger Hoffstätte1-1/+1
2025-03-22selftests: ublk: add stripe targetMing Lei6-2/+397
2025-03-22selftests: ublk: simplify loop io completionMing Lei2-48/+47
2025-03-22selftests: ublk: enable zero copy for null targetMing Lei4-1/+95
2025-03-22selftests: ublk: prepare for supporting stripe targetMing Lei4-6/+38
2025-03-22selftests: ublk: move common code into common.cMing Lei4-53/+58
2025-03-22selftests: ublk: increase max buffer size to 1MBMing Lei1-1/+1
2025-03-22selftests: ublk: add single sqe allocator helperMing Lei3-52/+44
2025-03-22selftests: ublk: add generic_01 for verifying sequential IO orderMing Lei4-1/+94
2025-03-22selftests/bpf: Add selftests for load-acquire/store-release when register number is invalidKohei Enju2-0/+28
2025-03-22bpf: Fix out-of-bounds read in check_atomic_load/store()Kohei Enju2-5/+21
2025-03-21selftests/mm: speed up split_huge_page_testRyan Roberts1-4/+7
2025-03-21selftests/mm: uffd-unit-tests support for hugepages > 2MRyan Roberts1-1/+4
2025-03-21selftests/mm: add commentary about 9pfs bugsBrendan Jackman3-10/+22
2025-03-21libbpf: Add namespace for errstr making it libbpf_errstrIan Rogers2-3/+6
2025-03-21selftests: ublk: fix starting ublk deviceMing Lei2-11/+23
2025-03-21selftests/timers: Improve skew_consistency by testing with other clockidsJohn Stultz1-1/+1
2025-03-21selftests: netconsole: Add tests for 'release' feature in sysdataBreno Leitao1-3/+41
2025-03-21landlock: Add the errata interfaceMickaël Salaün1-1/+45
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers1-2/+2
2025-03-20perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen1-5/+5
2025-03-20perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by errataIlkka Koskinen2-2/+6
2025-03-20perf trace: Fix evlist memory leakIan Rogers1-2/+6
2025-03-20perf trace: Fix BTF memory leakIan Rogers1-0/+4
2025-03-20perf trace: Make syscall table stableIan Rogers1-34/+53
2025-03-20perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers1-0/+8
2025-03-20perf build: Remove Makefile.syscallsIan Rogers33-242/+0
2025-03-20perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers1-25/+64
2025-03-20perf trace beauty: Add syscalltbl.sh generating all system call tablesIan Rogers2-0/+283
2025-03-20perf thread: Add support for reading the e_machine type for a threadIan Rogers3-22/+115
2025-03-20perf dso: Add support for reading the e_machine type for a dsoIan Rogers3-27/+92
2025-03-20perf syscalltbl: Remove struct syscalltblIan Rogers4-159/+116