aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-08selftests/mm/hmm-tests: test pagemap reads of PMD device-private entriesDev Jain1-2/+32
2026-06-04selftests/memfd: remove unused variable 'sig' in fuse_testKonstantin Khorenko1-1/+1
2026-06-04selftests/memfd: fix -Wmaybe-uninitialized warning in memfd_testKonstantin Khorenko1-2/+2
2026-06-04selftests/proc: add /proc/pid/smaps tearing testsSuren Baghdasaryan1-45/+133
2026-06-04selftests/proc: ensure the test is performed at the right page boundarySuren Baghdasaryan1-19/+100
2026-06-04selftests/damon/sysfs.sh: test pause file existenceSeongJae Park1-0/+1
2026-06-04selftests/damon/sysfs.sh: test addr_unit file existenceSeongJae Park1-0/+1
2026-06-04selftests/damon/sysfs.sh: test monitoring intervals goal dirSeongJae Park1-0/+12
2026-06-04selftests/damon/sysfs.py: stop kdamonds before failingSeongJae Park1-0/+4
2026-06-04mm/vma: eliminate mmap_action->error_hook, introduce error_overrideLorenzo Stoakes1-6/+3
2026-06-04mm/vma: remove mmap_action->success_hookLorenzo Stoakes1-10/+0
2026-06-04drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes1-0/+1
2026-06-04selftests/mm/split_huge_page_test.c: close fd on write errorWei Yang1-1/+1
2026-06-02selftests/damon/sysfs.sh: test probes dirSeongJae Park1-0/+48
2026-06-02tools/mm/page-types: fix kpageflags option argument in getopt_longYe Liu1-1/+1
2026-06-02tools/mm/page-types: fix ternary operator precedence in sigbus handlerYe Liu1-1/+1
2026-06-02tools/mm/page-types: fix typo in madvise() error messageYe Liu1-2/+2
2026-06-02selftests/mm: ksm-functional-tests: fix partial write handlingVineet Agarwal1-8/+11
2026-06-02selftests/mm: check file initialization writes in split_huge_page_testVineet Agarwal1-3/+7
2026-06-02selftests/mm: fix mmap() return value check in run_migration_benchmarkHongfu Li1-1/+1
2026-05-28selftests/mm: add kmemleak verbose dedup testBreno Leitao2-0/+223
2026-05-28selftests/cgroup: include slab in test_percpu_basic memory checkLi Wang1-5/+6
2026-05-28selftests/cgroup: fix hardcoded page size in test_percpu_basicLi Wang1-1/+1
2026-05-28selftests/mm: khugepaged: initialize file contents via mmapVineet Agarwal1-3/+15
2026-05-28selftests/damon/sysfs.py: pause DAMON before dumping statusSeongJae Park1-0/+38
2026-05-28selftests/damon/sysfs.py: check pause on assert_ctx_committed()SeongJae Park1-0/+1
2026-05-28selftests/damon/drgn_dump_damon_status: dump pauseSeongJae Park1-0/+1
2026-05-28selftests/damon/_damon_sysfs: support pause file stagingSeongJae Park1-1/+9
2026-05-28mm/madvise: reject invalid process_madvise() advice for zero-length vectorsfujunjie1-0/+28
2026-05-28mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez1-5/+6
2026-05-28selftests/mm: simplify byte pattern checking in mremap_testDev Jain1-99/+10
2026-05-28selftests/mm: run the MAP_DROPPABLE selftestAnthony Yznaga2-1/+9
2026-05-28selftests/mm: verify droppable mappings cannot be lockedAnthony Yznaga1-9/+75
2026-05-28selftests/cgroup: test_zswap: wait for asynchronous writebackLi Wang1-2/+26
2026-05-28selftest/cgroup: fix zswap attempt_writeback() on 64K pagesize systemLi Wang1-4/+4
2026-05-28selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize s...Li Wang1-21/+49
2026-05-28selftests/cgroup: replace hardcoded page size values in test_zswapLi Wang1-20/+25
2026-05-28selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_utilLi Wang5-20/+25
2026-05-28selftests/cgroup: use runtime page size for zswpin checkLi Wang1-1/+1
2026-05-28selftests/cgroup: avoid OOM in test_swapin_nozswapLi Wang1-6/+11
2026-05-28selftests/cgroup: skip test_zswap if zswap is globally disabledLi Wang1-4/+15
2026-05-28selftests/damon/sysfs.py: test failed region quota charge ratioSeongJae Park1-0/+6
2026-05-28selftests/damon/drgn_dump_damon_status: support failed region quota charge ratioSeongJae Park1-0/+2
2026-05-28selftests/damon/_damon_sysfs: support failed region quota charge ratioSeongJae Park1-2/+19
2026-05-28selftests/mm: suppress compiler error in liburing checkLi Wang2-2/+3
2026-05-28selftests/mm: respect build verbosity settings for 32/64-bit targetsLi Wang1-2/+4
2026-05-25Merge tag 'bootconfig-fixes-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2026-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+5
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-3/+149
2026-05-23libbpf: fix off-by-one in emit_signature_match jump offsetKP Singh1-2/+1