summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* hmm-tests: add test for migrate_device_range()Alistair Popple2022-10-121-0/+49
* mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-031-1/+0
* selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memoryZach O'Keefe2022-10-032-38/+134
* selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmdZach O'Keefe2022-10-031-0/+30
* selftests/vm: add thp collapse shmem testingZach O'Keefe2022-10-031-2/+55
* selftests/vm: add thp collapse file and tmpfs testingZach O'Keefe2022-10-033-56/+431
* selftests/vm: modularize thp collapse memory operationsZach O'Keefe2022-10-031-166/+207
* selftests/vm: dedup THP helpersZach O'Keefe2022-10-036-76/+32
* selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach O'Keefe2022-10-031-1/+22
* objtool: kmsan: list KMSAN API functions as uaccess-safeAlexander Potapenko2022-10-031-0/+20
* selftest/damon: add a test for duplicate context dirs creationSeongJae Park2022-10-032-0/+28
* memblock tests: add new pageblock related macroKefeng Wang2022-10-031-0/+2
* mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä2022-10-031-10/+0
* hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens2022-10-031-13/+13
* mm: add merging after mremap resizeJakub Matěna2022-09-261-1/+48
* lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-09-261-2/+7
* radix tree test suite: add lockdep_is_held to headerLiam R. Howlett2022-09-261-0/+2
* radix tree test suite: add support for slab bulk APIsLiam R. Howlett2022-09-262-2/+120
* radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett2022-09-261-1/+27
* radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett2022-09-261-2/+14
* radix tree test suite: add pr_err defineLiam R. Howlett2022-09-261-0/+1
* Maple Tree: add new data structureLiam R. Howlett2022-09-265-0/+74
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-262-20/+2
|\
| * tools: fix compilation after gfp_types.h splitMatthew Wilcox (Oracle)2022-09-112-20/+2
* | selftest: vm: remove deleted local_config.* from .gitignoreTarun Sahu2022-09-111-1/+0
* | Kselftests: remove support of libhugetlbfs from kselftestsTarun Sahu2022-09-113-86/+74
* | tools/vm/page_owner_sort: fix -f optionYixuan Cao2022-09-111-1/+6
* | selftests: vm: add /dev/userfaultfd test cases to run_vmtests.shAxel Rasmussen2022-09-111-7/+10
* | userfaultfd: selftests: modify selftest to use /dev/userfaultfdAxel Rasmussen2022-09-111-10/+66
* | selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.shAxel Rasmussen2022-09-111-2/+4
* | selftests/vm: add selftest to verify multi THP collapseZach O'Keefe2022-09-111-67/+73
* | selftests/vm: add selftest to verify recollapse of THPsZach O'Keefe2022-09-111-0/+31
* | selftests/vm: add MADV_COLLAPSE collapse context to selftestsZach O'Keefe2022-09-111-46/+125
* | selftests/vm: dedup hugepage allocation logicZach O'Keefe2022-09-111-39/+23
* | selftests/vm: modularize collapse selftestsZach O'Keefe2022-09-111-141/+110
* | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-0/+2
|/
* Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-281-16/+18
|\
| * x86/sev: Mark snp_abort() noreturnBorislav Petkov2022-08-251-16/+18
* | perf stat: Capitalize topdown metrics' namesZhengjun Xing2022-08-271-12/+12
* | perf docs: Update the documentation for the save_type filterKan Liang2022-08-271-0/+3
* | perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers2022-08-271-5/+19
* | perf record: Fix manpage formatting of description of support to hybrid systemsAndi Kleen2022-08-272-12/+2
* | perf test: Stat test for repeat with a weak groupIan Rogers2022-08-271-0/+19
* | perf stat: Clear evsel->reset_group for each stat runIan Rogers2022-08-271-0/+1
* | tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo2022-08-271-2/+4
* | perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark2022-08-271-1/+1
* | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-255-0/+90
|\ \
| * | selftests: include bonding tests into the kselftest infraJonathan Toppins2022-08-225-0/+90
* | | Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-0/+7
|\ \ \
| * | | selftests/vm: fix inability to build any vm testsAxel Rasmussen2022-08-191-0/+1