summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-07-10selftets/damon: add a test for memcg_path leakSeongJae Park2-0/+44
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple3-11/+3
2025-07-10mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LASTAlistair Popple1-4/+0
2025-07-10selftests/udmabuf: add a test to pin first before writing to memfdVivek Kasireddy1-1/+19
2025-07-10mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-1/+1
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes2-137/+137
2025-07-10mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-1/+1
2025-07-10tools/testing/radix-tree: test maple tree chaining mas_preallocate() callsLiam R. Howlett1-0/+12
2025-07-10testing/radix-tree/maple: increase readers and reduce delay for faster machinesLiam R. Howlett1-3/+4
2025-07-10selftest/mm: skip if fallocate() is unsupported in gup_longtermMark Brown1-1/+9
2025-07-10mm/vma: use vmg->target to specify target VMA for new VMA mergeLorenzo Stoakes1-3/+3
2025-07-10selftests: mm: add shmem collapse as a default test itemBaolin Wang1-0/+4
2025-07-10selftests: khugepaged: fix the shmem collapse failureBaolin Wang1-2/+0
2025-07-10selftests/mm: use generic read_sysfs in thuge-gen testPu Lehui1-28/+10
2025-07-10selftests/mm: check for YAMA ptrace_scope configuraiton before modifying itMark Brown1-1/+3
2025-07-10selftests/mm: add messages about test errors to the cow testsMark Brown1-8/+20
2025-07-10selftests/mm: don't compare return values to in cowMark Brown1-3/+3
2025-07-10selftests/mm: convert some cow error reports to ksft_perror()Mark Brown1-3/+3
2025-07-10kselftest/mm: clarify errors for pipe()Mark Brown1-2/+2
2025-07-10tools/testing/selftests: add VMA merge tests for KSM mergeLorenzo Stoakes1-0/+78
2025-07-10mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes1-0/+11
2025-07-06Merge tag 'locking_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2025-07-06selftests/futex: Add futex_numa to .gitignoreTerry Tritton1-0/+1
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2025-07-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+36
2025-06-28Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+5
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+139
2025-06-26Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-85/+112
2025-06-26selftests/mm: fix validate_addr() helperDev Jain1-2/+5
2025-06-26netlink: specs: ethtool: replace underscores with dashes in namesJakub Kicinski1-1/+1
2025-06-26selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell1-0/+16
2025-06-25selftests: ublk: don't take same backing file for more than one ublk devicesMing Lei1-2/+3
2025-06-24iommufd/selftest: Fix build warnings due to uninitialized mfdNicolin Chen1-2/+6
2025-06-24iommufd/selftest: Add asserts testing global mfdNicolin Chen1-0/+2
2025-06-24iommufd/selftest: Add missing close(mfd) in memfd_mmap()Nicolin Chen1-2/+7
2025-06-24iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizesNicolin Chen1-9/+21
2025-06-24selftest: af_unix: Add tests for -ECONNRESET.Kuniyuki Iwashima1-4/+115
2025-06-24af_unix: Add test for consecutive consumed OOB.Kuniyuki Iwashima1-0/+23
2025-06-24selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand3-33/+10
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+8
2025-06-23selftests/coredump: Fix "socket_detect_userspace_client" test failureNam Cao1-0/+5
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-4/+8
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+13
2025-06-20selftests/mm: skip uprobe vma merge test if uprobes are not enabledPedro Falcato1-1/+4
2025-06-20selftests/mm: add configs to fix testcase failureDev Jain1-0/+3
2025-06-20selftests/mm: increase timeout from 180 to 900 secondsShivank Garg1-1/+1
2025-06-19Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-1/+288
2025-06-19KVM: arm64: selftests: Close the GIC FD in arch_timer_edge_casesZenghui Yu1-3/+13