summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: declare Xen HVM shared info capability and add test caseDavid Woodhouse2021-02-042-0/+170
* KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercallsJoao Martins2021-02-041-6/+33
* KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins2021-02-043-0/+125
* selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov2021-02-045-0/+233
* selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu2021-02-045-1/+169
* KVM: selftests: Disable dirty logging with vCPUs runningBen Gardon2021-02-041-5/+5
* KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon2021-02-048-15/+63
* KVM: selftests: Add memslot modification stress testBen Gardon2021-02-043-0/+213
* KVM: selftests: Add option to overlap vCPU memory accessBen Gardon2021-02-044-18/+57
* KVM: selftests: Fix population stage in dirty_log_perf_testBen Gardon2021-02-041-3/+8
* KVM: selftests: Convert iterations to int in dirty_log_perf_testBen Gardon2021-02-041-13/+13
* KVM: selftests: Avoid flooding debug log while populating memoryBen Gardon2021-02-041-5/+4
* KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon2021-02-044-13/+13
* KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier2021-02-044-0/+566
* Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/...Linus Torvalds2021-01-081-1/+1
|\
| * kunit: tool: Force the use of the 'tty' console for UMLDavid Gow2021-01-041-1/+1
* | Merge tag 'linux-kselftest-next-5.11-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-01-082-1/+4
|\ \
| * | selftests/vDSO: fix -Wformat warning in vdso_test_correctnessTobias Klauser2021-01-041-1/+1
| * | selftests/vDSO: add additional binaries to .gitignoreTobias Klauser2021-01-041-0/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-0810-437/+363
|\ \
| * | KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2021-01-076-146/+166
| * | KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2021-01-075-47/+21
| * | KVM: selftests: Factor out guest mode codeAndrew Jones2021-01-076-257/+189
| * | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-0761-264/+912
| |\ \
* | | | selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel2021-01-071-1/+1
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-073-7/+13
|\ \ \ \
| * | | | bpftool: Fix compilation failure for net.o with older glibcAlan Maguire2021-01-061-1/+0
| * | | | tools/resolve_btfids: Warn when having multiple IDs for single typeJiri Olsa2021-01-051-5/+12
| * | | | selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXECJiang Wang2020-12-291-1/+1
* | | | | selftests: netfilter: add selftest for ipip pmtu discovery with enabled conne...Florian Westphal2021-01-072-1/+208
* | | | | tools: selftests: add test for changing routes with PTMU exceptionsSean Tranchetti2021-01-071-2/+69
* | | | | selftests: fix the return value for UDP GRO testPo-Hsu Lin2021-01-051-0/+34
* | | | | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-054-9/+48
|\ \ \ \ \
| * | | | | selftests: mlxsw: Set headroom size of correct portIdo Schimmel2021-01-041-1/+1
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-283-8/+47
| |\ \ \ \
| | * | | | selftests/bpf: Work-around EBUSY errors from hashmap update/deleteAndrii Nakryiko2020-12-241-6/+42
| | * | | | selftests/bpf: Fix spelling mistake "tranmission" -> "transmission"Colin Ian King2020-12-181-2/+2
| | * | | | selftests/bpf: Clarify build error if no vmlinuxKamal Mostafa2020-12-161-0/+3
* | | | | | Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds2021-01-041-1/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada2020-12-021-1/+0
* | | | | | selftests/vm: fix building protection keys testHarish2020-12-291-5/+5
* | | | | | Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-12-274-26/+42
|\ \ \ \ \ \
| * | | | | | objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf2020-12-164-26/+42
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'perf-tools-2020-12-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-2523-391/+688
|\ \ \ \ \ \
| * | | | | | perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo2020-12-241-3/+10
| * | | | | | perf stat aggregation: Add separate thread memberJames Clark2020-12-244-16/+16
| * | | | | | perf stat aggregation: Add separate core memberJames Clark2020-12-245-28/+27
| * | | | | | perf stat aggregation: Add separate die memberJames Clark2020-12-245-36/+26
| * | | | | | perf stat aggregation: Add separate socket memberJames Clark2020-12-246-51/+41
| * | | | | | perf stat aggregation: Add separate node memberJames Clark2020-12-245-8/+21