summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-02-01selftests/mm: report SKIP in pfnmap if a check failsKevin Brodsky1-31/+53
2026-02-01selftests/mm: fix exit code in pagemap_ioctlKevin Brodsky1-3/+3
2026-02-01selftests/mm: fix faulting-in code in pagemap_ioctl testKevin Brodsky1-5/+4
2026-02-01selftests/mm: introduce helper to read every pageKevin Brodsky4-19/+12
2026-02-01selftests/mm: check that FORCE_READ() succeededKevin Brodsky1-10/+33
2026-02-01selftests/mm: fix usage of FORCE_READ() in cow testsKevin Brodsky1-8/+8
2026-02-01selftests/mm: pass down full CC and CFLAGS to check_config.shKevin Brodsky2-3/+2
2026-02-01selftests/mm: remove flaky header checkKevin Brodsky1-4/+0
2026-02-01selftests/mm: default KDIR to build directoryKevin Brodsky2-2/+2
2026-01-27mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-1/+10
2026-01-27mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes1-5/+0
2026-01-21selftests/mm: fix comment for check_test_requirementsChunyu Hu1-3/+3
2026-01-21selftests/mm: va_high_addr_switch return fail when either test failedChunyu Hu1-3/+7
2026-01-21selftests/mm: remove arm64 nr_hugepages setup for va_high_addr_switch testChunyu Hu1-8/+0
2026-01-21selftests/mm: allocate 6 hugepages in va_high_addr_switch.shChunyu Hu1-2/+2
2026-01-21selftests/mm: fix va_high_addr_switch.sh return valueChunyu Hu1-0/+2
2026-01-21selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helperLi Wang1-21/+30
2026-01-21selftests/mm/charge_reserved_hugetlb: drop mount size for hugetlbfsLi Wang1-2/+2
2026-01-21selftests/mm/write_to_hugetlbfs: parse -s as size_tLi Wang1-3/+6
2026-01-21lib/test_vmalloc.c: minor fixes to test_vmalloc.cAudra Mitchell1-3/+28
2026-01-21tools/mm/slabinfo: fix --partial long option mappingKaushlendra Kumar1-1/+1
2026-01-21tools/mm/thp_swap_allocator_test: fix small folio alignmentKaushlendra Kumar1-1/+1
2026-01-19Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-185/+66
2026-01-18Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-01-18Merge tag 'objtool-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-12/+16
2026-01-17selftests/x86: Add selftests include path for kselftest.h after centralizationBala-Vignesh-Reddy1-0/+1
2026-01-17Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+18
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/s...Linus Torvalds2-28/+358
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-7/+24
2026-01-15tools/testing/selftests: fix gup_longterm for unknown fsLorenzo Stoakes1-1/+1
2026-01-15tools/testing/selftests: add forked (un)/faulted VMA merge testsLorenzo Stoakes1-41/+139
2026-01-15tools/testing/selftests: add tests for !tgt, src mremap() mergesLorenzo Stoakes1-0/+232
2026-01-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+11
2026-01-14selftests: drv-net: fix RPS mask handling for high CPU numbersGal Pressman1-2/+2
2026-01-14selftests: drv-net: fix RPS mask handling in toeplitz testGal Pressman1-2/+4
2026-01-13tools: ynl: render event op docs correctlyDonald Hunter1-3/+6
2026-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-59/+85
2026-01-13cxl: Check for invalid addresses returned from translation functions on errorsRobert Richter1-12/+18
2026-01-13objtool: fix build failure due to missing libopcodes checkSasha Levin1-10/+14
2026-01-13objtool: fix compilation failure with the x32 toolchainMikulas Patocka1-2/+2
2026-01-11treewide: Update email addressThomas Gleixner2-2/+2
2026-01-11Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+17
2026-01-10vsock/test: add a final full barrier after run all testsStefano Garzarella1-0/+12
2026-01-10selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1Sean Christopherson1-12/+18
2026-01-10selftests: kvm: try getting XFD and XSAVE state out of syncPaolo Bonzini1-8/+30
2026-01-10selftests: kvm: replace numbered sync points with actionsPaolo Bonzini1-45/+43
2026-01-10selftests/tracing: Fix test_multiple_writes stallFushuai Wang1-1/+17
2026-01-09selftests/landlock: Properly close a file descriptorGünther Noack1-1/+2
2026-01-08Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-12/+197
2026-01-08tools: ynl: don't install testsJakub Kicinski1-1/+0