summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftest/damon: add a test for duplicate context dirs creationSeongJae Park2022-10-032-0/+28
* 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-271-1/+48
* selftest: vm: remove deleted local_config.* from .gitignoreTarun Sahu2022-09-121-1/+0
* Kselftests: remove support of libhugetlbfs from kselftestsTarun Sahu2022-09-123-86/+74
* selftests: vm: add /dev/userfaultfd test cases to run_vmtests.shAxel Rasmussen2022-09-121-7/+10
* userfaultfd: selftests: modify selftest to use /dev/userfaultfdAxel Rasmussen2022-09-121-10/+66
* selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.shAxel Rasmussen2022-09-121-2/+4
* selftests/vm: add selftest to verify multi THP collapseZach O'Keefe2022-09-121-67/+73
* selftests/vm: add selftest to verify recollapse of THPsZach O'Keefe2022-09-121-0/+31
* selftests/vm: add MADV_COLLAPSE collapse context to selftestsZach O'Keefe2022-09-121-46/+125
* selftests/vm: dedup hugepage allocation logicZach O'Keefe2022-09-121-39/+23
* selftests/vm: modularize collapse selftestsZach O'Keefe2022-09-121-141/+110
* 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-235-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-201-0/+1
| * | selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warningKristen Carlson Accardi2022-08-161-0/+6
* | | Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-202-4/+34
|\ \ \ | |_|/ |/| |
| * | selftests/powerpc: Add missing PMU selftests to .gitignoresRussell Currey2022-08-152-4/+34
| |/
* | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-191-170/+207
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-181-170/+207
| |\ \
| | * | testing: selftests: nft_flowtable.sh: rework test to detect offload failureFlorian Westphal2022-08-171-57/+84
| | * | testing: selftests: nft_flowtable.sh: use random netns namesFlorian Westphal2022-08-171-118/+128
* | | | selftests/landlock: fix broken include of linux/landlock.hGuillaume Tucker2022-08-151-2/+5
| |_|/ |/| |
* | | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-131-0/+1
|\ \ \ | |/ / |/| |
| * | wireguard: selftests: set CONFIG_NONPORTABLE on riscv32Jason A. Donenfeld2022-08-121-0/+1
* | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1114-43/+887
|\ \ \
| * | | selftests: forwarding: Fix failing tests with old libnetIdo Schimmel2022-08-113-24/+48
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-116-3/+309
| |\ \ \ | | |_|/ | |/| |
| | * | selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
| | * | selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
| | * | selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
| | * | selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2022-08-102-0/+70
| | * | selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev2022-08-081-0/+95
| * | | selftests: netfilter: add test case for nf trace infrastructureFlorian Westphal2022-08-061-5/+76
| * | | selftests: add few test cases for tap driverCezar Bulinaru2022-08-053-2/+437
| * | | selftests: mptcp: make sendfile selftest workFlorian Westphal2022-08-051-9/+17
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-113-37/+45
|\ \ \
| * | | KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT valsSean Christopherson2022-08-101-5/+12
| * | | KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_testGavin Shan2022-08-101-15/+27
| * | | KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan2022-08-102-22/+9
| * | | selftests: kvm: fix compilationPaolo Bonzini2022-08-101-0/+2
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-077-7/+199
|\ \ \
| * | | proc: fix test for "vsyscall=xonly" boot optionAlexey Dobriyan2022-07-181-7/+68
| * | | Merge branch 'master' into mm-nonmm-stableakpm2022-06-2727-296/+582
| |\ \ \
| * | | | selftests/filesystems: add a vfat RENAME_EXCHANGE testJavier Martinez Canillas2022-06-176-0/+131
* | | | | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-0754-219/+2877
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests/powerpc: Avoid GCC 12 uninitialised variable warningMichael Ellerman2022-08-011-0/+1
| * | | | selftests/powerpc: Fix matrix multiply assist testRashmica Gupta2022-07-281-0/+3