summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-2916-170/+1491
|\
| * selftests: kvm: fix overlapping addresses in memslot_perf_testPaolo Bonzini2021-05-291-1/+1
| * selftests: kvm: do only 1 memslot_perf_test run by defaultPaolo Bonzini2021-05-271-1/+1
| * KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen2021-05-274-4/+33
| * KVM: selftests: allow using UFFD minor faults for demand pagingAxel Rasmussen2021-05-271-33/+79
| * KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen2021-05-273-0/+52
| * KVM: selftests: add shmem backing source typeAxel Rasmussen2021-05-273-1/+22
| * KVM: selftests: refactor vm_mem_backing_src_type flagsAxel Rasmussen2021-05-272-18/+20
| * KVM: selftests: allow different backing source typesAxel Rasmussen2021-05-271-4/+11
| * KVM: selftests: compute correct demand paging sizeAxel Rasmussen2021-05-271-4/+7
| * KVM: selftests: simplify setup_demand_paging error handlingAxel Rasmussen2021-05-271-32/+18
| * KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack2021-05-274-32/+39
| * KVM: selftests: trivial comment/logging fixesAxel Rasmussen2021-05-272-3/+3
| * KVM: selftests: Fix hang in hardware_disable_testDavid Matlack2021-05-271-1/+31
| * KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_testDavid Matlack2021-05-271-0/+5
| * KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack2021-05-274-10/+16
| * KVM: selftests: add a memslot-related performance benchmarkMaciej S. Szmigiero2021-05-273-0/+1039
| * KVM: selftests: Keep track of memslots more efficientlyMaciej S. Szmigiero2021-05-274-35/+124
| * selftests: kvm: fix potential issue with ELF loadingPaolo Bonzini2021-05-271-5/+4
| * selftests: kvm: make allocation of extra memory take effectZhenzhong Duan2021-05-271-1/+1
| * Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-05-1718-304/+1200
| |\
* | \ Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2612-277/+893
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-256-193/+457
| |\ \ \
| | * | | bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann2021-05-252-10/+0
| | * | | selftests/bpf: Add test for l3 use of bpf_redirect_peerJussi Maki2021-05-252-178/+405
| | * | | selftests/bpf: Test ringbuf mmap read-only and read-write restrictionsAndrii Nakryiko2021-05-201-1/+48
| | * | | selftests/bpf: Convert static to global in tc_redirect progsStanislav Fomichev2021-05-202-4/+4
| * | | | net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-231-4/+4
| * | | | selftests: Add .gitignore for nci test suiteDavid Matlack2021-05-201-0/+1
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-117-266/+617
| |\ \ \ | | |_|/ | |/| |
| | * | selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.cJussi Maki2021-05-117-266/+617
* | | | Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-05-231-9/+18
|\ \ \ \
| * | | | powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2021-05-211-9/+18
* | | | | tools/testing/selftests/exec: fix link errorYang Yingliang2021-05-221-3/+3
* | | | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-7/+7
* | | | | Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-152-18/+26
|\ \ \ \ \
| * | | | | ACPI: NFIT: Fix support for variable 'SPA' structure sizeDan Williams2021-05-121-17/+25
| * | | | | tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' staticZou Wei2021-05-121-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-141-0/+1
|\ \ \ \ \
| * | | | | kselftest/arm64: Add missing stddef.h include to BTI testsMark Brown2021-05-101-0/+1
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-102-20/+72
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | selftests: kvm: remove reassignment of non-absolute variablesBill Wendling2021-05-071-2/+2
| * | | KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVM...Vitaly Kuznetsov2021-05-071-11/+55
| * | | KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UDVitaly Kuznetsov2021-05-071-8/+16
* | | | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-1/+1
|\ \ \ \
| * | | | kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-021-1/+1
* | | | | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-082-0/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | selftests/bpf: Fix the snprintf testFlorent Revest2021-04-302-0/+7
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-077-4/+169
|\ \ \ \ \