summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-06-08selftests/mm/hmm-tests: test pagemap reads of PMD device-private entriesDev Jain
2026-06-04selftests/memfd: remove unused variable 'sig' in fuse_testKonstantin Khorenko
2026-06-04selftests/memfd: fix -Wmaybe-uninitialized warning in memfd_testKonstantin Khorenko
2026-06-04selftests/proc: add /proc/pid/smaps tearing testsSuren Baghdasaryan
2026-06-04selftests/proc: ensure the test is performed at the right page boundarySuren Baghdasaryan
2026-06-04selftests/damon/sysfs.sh: test pause file existenceSeongJae Park
2026-06-04selftests/damon/sysfs.sh: test addr_unit file existenceSeongJae Park
2026-06-04selftests/damon/sysfs.sh: test monitoring intervals goal dirSeongJae Park
2026-06-04selftests/damon/sysfs.py: stop kdamonds before failingSeongJae Park
2026-06-04mm/vma: eliminate mmap_action->error_hook, introduce error_overrideLorenzo Stoakes
2026-06-04mm/vma: remove mmap_action->success_hookLorenzo Stoakes
2026-06-04drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes
2026-06-04selftests/mm/split_huge_page_test.c: close fd on write errorWei Yang
2026-06-02selftests/damon/sysfs.sh: test probes dirSeongJae Park
2026-06-02tools/mm/page-types: fix kpageflags option argument in getopt_longYe Liu
2026-06-02tools/mm/page-types: fix ternary operator precedence in sigbus handlerYe Liu
2026-06-02tools/mm/page-types: fix typo in madvise() error messageYe Liu
2026-06-02selftests/mm: ksm-functional-tests: fix partial write handlingVineet Agarwal
2026-06-02selftests/mm: check file initialization writes in split_huge_page_testVineet Agarwal
2026-06-02selftests/mm: fix mmap() return value check in run_migration_benchmarkHongfu Li
2026-05-28selftests/mm: add kmemleak verbose dedup testBreno Leitao
2026-05-28selftests/cgroup: include slab in test_percpu_basic memory checkLi Wang
2026-05-28selftests/cgroup: fix hardcoded page size in test_percpu_basicLi Wang
2026-05-28selftests/mm: khugepaged: initialize file contents via mmapVineet Agarwal
2026-05-28selftests/damon/sysfs.py: pause DAMON before dumping statusSeongJae Park
2026-05-28selftests/damon/sysfs.py: check pause on assert_ctx_committed()SeongJae Park
2026-05-28selftests/damon/drgn_dump_damon_status: dump pauseSeongJae Park
2026-05-28selftests/damon/_damon_sysfs: support pause file stagingSeongJae Park
2026-05-28mm/madvise: reject invalid process_madvise() advice for zero-length vectorsfujunjie
2026-05-28mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez
2026-05-28selftests/mm: simplify byte pattern checking in mremap_testDev Jain
2026-05-28selftests/mm: run the MAP_DROPPABLE selftestAnthony Yznaga
2026-05-28selftests/mm: verify droppable mappings cannot be lockedAnthony Yznaga
2026-05-28selftests/cgroup: test_zswap: wait for asynchronous writebackLi Wang
2026-05-28selftest/cgroup: fix zswap attempt_writeback() on 64K pagesize systemLi Wang
2026-05-28selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize s...Li Wang
2026-05-28selftests/cgroup: replace hardcoded page size values in test_zswapLi Wang
2026-05-28selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_utilLi Wang
2026-05-28selftests/cgroup: use runtime page size for zswpin checkLi Wang
2026-05-28selftests/cgroup: avoid OOM in test_swapin_nozswapLi Wang
2026-05-28selftests/cgroup: skip test_zswap if zswap is globally disabledLi Wang
2026-05-28selftests/damon/sysfs.py: test failed region quota charge ratioSeongJae Park
2026-05-28selftests/damon/drgn_dump_damon_status: support failed region quota charge ratioSeongJae Park
2026-05-28selftests/damon/_damon_sysfs: support failed region quota charge ratioSeongJae Park
2026-05-28selftests/mm: suppress compiler error in liburing checkLi Wang
2026-05-28selftests/mm: respect build verbosity settings for 32/64-bit targetsLi Wang
2026-05-25Merge tag 'bootconfig-fixes-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-05-23libbpf: fix off-by-one in emit_signature_match jump offsetKP Singh