summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-06-01selftests/bpf: Fix bpf selftest build errorSaket Kumar Bhaskar-3/+3
2025-05-31selftests/mm: fix test result reporting in gup_longtermMark Brown-56/+94
2025-05-31selftests/mm: report unique test names for each cow testMark Brown-116/+217
2025-05-31selftests/mm: add helper for logging test start and resultsMark Brown-0/+20
2025-05-31selftests/mm: use standard ksft_finished() in cow and gup_longtermMark Brown-12/+3
2025-05-31selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAMON_SYSFS is disabledEnze Li-0/+4
2025-05-31tools/testing: check correct variable in open_procmap()Dan Carpenter-1/+1
2025-05-31tools/testing/vma: add missing function stubLorenzo Stoakes-0/+5
2025-05-31selftests/mm: two fixes for the pfnmap testDavid Hildenbrand-4/+57
2025-05-31selftests/mm: deduplicate test names in madv_populateMark Brown-9/+9
2025-05-31selftests/mm: skip hugevm test if kernel config file is not presentZi Yan-17/+9
2025-05-31selftests/mm: skip guard_regions.uffd tests when uffd is not presentZi Yan-2/+15
2025-05-31selftests/mm: deduplicate default page size test results in thuge-genMark Brown-2/+2
2025-05-31selftests/mm: deduplicate test logging in test_mlock_lock()Mark Brown-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds-10/+5
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-312/+2083
2025-05-31selftests: ublk: add stress test for per io daemonsUday Shankar-0/+42
2025-05-31selftests: ublk: add functional test for per io daemonsUday Shankar-0/+67
2025-05-31selftests: ublk: kublk: decouple ublk_queues from ublk server threadsUday Shankar-24/+100
2025-05-31selftests: ublk: kublk: move per-thread data out of ublk_queueUday Shankar-117/+144
2025-05-31selftests: ublk: kublk: lift queue initialization out of threadUday Shankar-21/+47
2025-05-31selftests: ublk: kublk: tie sqe allocation to io instead of queueUday Shankar-13/+21
2025-05-31selftests: ublk: kublk: plumb q_id in io_uring user_dataUday Shankar-28/+39
2025-05-31selftests/filesystems: Fix build of anon_inode_testMark Brown-1/+1
2025-05-31perf callchain: Always populate the addr_location map when adding IPIan Rogers-5/+11
2025-05-31perf lock contention: Reject more than 10ms delays for safetyNamhyung Kim-2/+11
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon-0/+2
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-10/+10
2025-05-29Merge tag 'trace-tools-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-21/+37
2025-05-29perf trace: Set errpid to false for rseq and set_robust_listAnubhav Shelat-2/+2
2025-05-29Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+48
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-97/+1138
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-762/+3936
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1453/+9804
2025-05-28perf symbol: Move demangling code out of symbol-elf.cIan Rogers-96/+87
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-38/+40
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-0/+6
2025-05-28perf trace: Always print return value for syscalls returning a pidAnubhav Shelat-1/+1
2025-05-28perf script: Print PERF_AUX_FLAG_COLLISION flagLeo Yan-2/+3
2025-05-28perf mem: Show absolute percent in mem_stat outputNamhyung Kim-1/+1
2025-05-28perf mem: Display sort order only if it's availableNamhyung Kim-1/+4
2025-05-28perf mem: Describe overhead calculation in briefRavi Bangoria-0/+19
2025-05-28perf record: Fix incorrect --user-regs commentsDapeng Mi-1/+1
2025-05-28Revert "perf thread: Ensure comm_lock held for comm_list"Arnaldo Carvalho de Melo-20/+8
2025-05-28Merge tag 'seccomp-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+6
2025-05-28perf test trace_summary: Skip --bpf-summary tests if no libbpfIan Rogers-0/+6
2025-05-28perf test intel-pt: Skip jitdump test if no libelfIan Rogers-0/+5
2025-05-28perf intel-tpebs: Avoid race when evlist is being deletedIan Rogers-2/+10
2025-05-28perf test demangle-java: Don't segv if demangling failsIan Rogers-0/+5
2025-05-28perf symbol: Fix use-after-free in filename__read_build_idIan Rogers-98/+70