summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-07-01userfaultfd/selftests: only dump counts if mode enabledPeter Xu1-10/+20
2021-07-01userfaultfd/selftests: dropping VERIFY check in locking_threadPeter Xu1-54/+1
2021-07-01userfaultfd/selftests: remove the time() check on delayed uffdPeter Xu1-8/+0
2021-07-01userfaultfd/selftests: use user mode onlyPeter Xu1-1/+1
2021-07-01khugepaged: selftests: remove debug_cowNanyong Sun1-4/+0
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds160-720/+5549
2021-06-30Merge tag 'fs.openat2.unknown_flags.v5.14' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+6
2021-06-30Merge tag 'fs.mount_setattr.nosymfollow.v5.14' of git://git.kernel.org/pub/sc...Linus Torvalds1-3/+85
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+65
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-49/+442
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-1/+6
2021-06-29mm/gup_benchmark: support threadingPeter Xu1-31/+65
2021-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds5-0/+171
2021-06-29Merge tag 'seccomp-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+55
2021-06-29selftests: net: devlink_port_split: check devlink returned an element before ...Paolo Pisati1-0/+3
2021-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds48-575/+3161
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-06-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2021-06-28selftests/seccomp: Avoid using "sysctl" for reportKees Cook1-2/+6
2021-06-28selftests/seccomp: Flush benchmark outputKees Cook1-0/+2
2021-06-28selftests/seccomp: More closely track fds being assignedKees Cook1-7/+12
2021-06-28selftests/seccomp: Add test for atomic addfd+sendRodrigo Campos1-0/+38
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-0/+354
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-18/+430
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow4-24/+105
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov2-55/+99
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini32-469/+1834
2021-06-25selftests/powerpc: Use req_max_processed_len from sysfs NX capabilitiesHaren Myneni2-4/+17
2021-06-25selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis5-0/+317
2021-06-25KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang5-0/+256
2021-06-24bootconfig/tracing/ktest: Add ktest examples of testing bootconfigSteven Rostedt (VMware)9-0/+385
2021-06-24tools/testing: add a selftest for SO_NETNS_COOKIELorenz Bauer4-1/+64
2021-06-24KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updatesSean Christopherson4-0/+152
2021-06-24KVM: selftests: Add hugepage support for x86-64Sean Christopherson2-25/+68
2021-06-24KVM: selftests: Genericize upper level page table entry structSean Christopherson1-65/+26
2021-06-24KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson1-28/+31
2021-06-24KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson1-25/+22
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson6-39/+23
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson4-22/+17
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson16-35/+31
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson7-21/+18
2021-06-24lkdtm/heap: Add init_on_alloc testsKees Cook2-0/+3
2021-06-24selftests/lkdtm: Enable various testable CONFIGsKees Cook1-0/+6
2021-06-24lkdtm: Add CONFIG hints in errors where possibleKees Cook1-0/+1
2021-06-24lkdtm/heap: Add vmalloc linear overflow testKees Cook1-1/+2
2021-06-24selftests/lkdtm: Fix expected text for free poisonKees Cook1-2/+2
2021-06-24selftests/lkdtm: Fix expected text for CR4 pinningKees Cook1-1/+1
2021-06-24selftests/lkdtm: Avoid needing explicit sub-shellKees Cook1-4/+8
2021-06-24KVM: selftests: Use "standard" min virtual address for CPUID test allocSean Christopherson1-2/+1