summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-07-31KVM: selftests: Drop unreachable, dead code from hardware disable testSean Christopherson
2026-07-31KVM: selftests: Affine threads to random CPUs in hardware disable testSean Christopherson
2026-07-31KVM: selftests: Extract picking of random CPU from cpu_set_t to separate APISean Christopherson
2026-07-31KVM: selftests: Return the target CPU from pin_task_to_random_cpu()Sean Christopherson
2026-07-31KVM: selftests: Pre-set threads affinity in hardware disable test when possibleSean Christopherson
2026-07-31KVM: selftests: Set threads CPU affinity before doing work in hardware disabl...Sean Christopherson
2026-07-31KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()Sean Christopherson
2026-07-31Merge tag 'trace-tools-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-07-31selftests/bpf: Cover commuted pointer state propagationYiyang Chen
2026-07-31KVM: selftests: Only link to VFIO library on x86Sean Christopherson
2026-07-31Merge tag 'mm-hotfixes-stable-2026-07-30-19-30' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-31selftests/verification: Add selftests for deadline and stall monitorsGabriele Monaco
2026-07-31selftests/verification: Rearrange the wwnr_printk testGabriele Monaco
2026-07-31selftests/verification: Fix wrong errexit assumptionGabriele Monaco
2026-07-31verification/rvgen: Add selftests for rvgen kunitGabriele Monaco
2026-07-31verification/rvgen: Add the rvgen kunit subcommandGabriele Monaco
2026-07-31verification/rvgen: Add selftestsGabriele Monaco
2026-07-31verification/rvgen: Add golden and spec folders for testsGabriele Monaco
2026-07-31selftests: ntsync: test absolute MONOTONIC waits under time namespacesIván Ezequiel Rodriguez
2026-07-31selftests: ntsync: add wait argument validation testsIván Ezequiel Rodriguez
2026-07-31selftests: ntsync: fix wake_all CREATE_EVENT fd expectationIván Ezequiel Rodriguez
2026-07-31tools/rv: Add selftestsGabriele Monaco
2026-07-31verification/rvgen: Improve consistency in template filesGabriele Monaco
2026-07-31verification/rvgen: Use pathlib instead of os.pathGabriele Monaco
2026-07-31verification/rvgen: Improve rv_dir discovery in RVGeneratorGabriele Monaco
2026-07-31tools/rv: Fix exit status when monitor execution failsGabriele Monaco
2026-07-31rv: Use generic rv_this for the rv_monitor variable in LTLGabriele Monaco
2026-07-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2026-07-31static_call / jump_label: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth
2026-07-31selftests/filesystems: add mntns cleanup testNoah Orlando
2026-07-31selftests/statmount: Fix file descriptor leak in setup_namespaceMalaya Kumar Rout
2026-07-31selftests/filesystems: fix spelling error in statmount test commentWang Yan
2026-07-31KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-listMarc Zyngier
2026-07-31KVM: arm64: selftests: Add stage-2 block transition testFuad Tabba
2026-07-30KVM: arm64: selftests: Add a userspace watchpoint testFuad Tabba
2026-07-30KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPICongkai Tan
2026-07-30tools/mm/page_owner_sort: bound pattern output copiesYichong Chen
2026-07-30tools/mm/page_owner_sort: free per-record allocationsYichong Chen
2026-07-30tools/mm/page_owner_sort: return explicit filter resultsYichong Chen
2026-07-30mm: remove the __GFP_NO_OBJ_EXT flagVlastimil Babka (SUSE)
2026-07-30selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bpSJ Park
2026-07-30selftests/mm/uffd: don't treat UFFDIO_COPY -ENOENT as a failureMike Rapoport (Microsoft)
2026-07-30selftests/mm: fix clone cleartid race in pkey sighandler testsHongfu Li
2026-07-30selftests/mm: add missing pthread_create() return checks in pkey testsHongfu Li
2026-07-30selftests/mm: add missing mmap() return checks in pkey testsHongfu Li
2026-07-30selftests/mm: use pkey_assert on clone_raw failure in pkey testHongfu Li
2026-07-30selftests/mm: unify pkey sighandler selftest assertions and tracingHongfu Li
2026-07-30selftests/mm: move pkey selftest helpers to pkey_util.cHongfu Li
2026-07-30selftests/damon/sysfs.sh: test all files in quota goal dirSJ Park
2026-07-30selftests/damon/sysfs.sh: test dests dirSJ Park