summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new t...Reiji Watanabe2022-09-191-4/+14
| | | |/ / / / / /
| | * / / / / / / KVM: selftests: Add test for AArch32 ID registersOliver Upton2022-09-143-0/+171
| | |/ / / / / /
| * | | | | | | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-308-81/+358
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: selftests: Don't set reserved bits for invalid Hyper-V hypercall numberVitaly Kuznetsov2022-09-281-1/+1
| | * | | | | | | KVM: selftests: Load RAX with -EFAULT before Hyper-V hypercallVipin Sharma2022-09-281-1/+2
| | * | | | | | | KVM: selftests: Check result in hyperv_features for successful hypercallsVipin Sharma2022-09-281-4/+4
| * | | | | | | | KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack2022-09-303-2/+48
| * | | | | | | | KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack2022-09-303-12/+44
| * | | | | | | | KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachableDavid Matlack2022-09-301-2/+4
| * | | | | | | | Revert "KVM: selftests: Fix nested SVM tests when built with clang"Sean Christopherson2022-09-301-13/+1
| * | | | | | | | KVM: selftests: Dedup subtests of fix_hypercall_testSean Christopherson2022-09-301-32/+13
| * | | | | | | | KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==offSean Christopherson2022-09-301-8/+18
| * | | | | | | | KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" testSean Christopherson2022-09-301-27/+16
| * | | | | | | | KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_testSean Christopherson2022-09-301-14/+8
* | | | | | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1026-511/+1500
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | 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
| * | | | | | | | 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
| * | | | | | | | 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-261-2/+116
| * | | | | | | | 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
| * | | | | | | | 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
| * | | | | | | | 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
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-101-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | selftest: tpm2: Add Client.__del__() to close /dev/tpm* handleStefan Berger2022-10-051-0/+4
* | | | | | | | | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-103-11/+74
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave2022-09-292-11/+47
| * | | | | | | | | selftests/ftrace: Add eprobe syntax error testcaseMasami Hiramatsu (Google)2022-09-261-0/+27
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-103-2/+123
|\ \ \ \ \ \ \ \ \