aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04KVM: x86: declare Xen HVM shared info capability and add test caseDavid Woodhouse2-0/+170
2021-02-04KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercallsJoao Martins1-6/+33
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins3-0/+125
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUIDVitaly Kuznetsov5-0/+233
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu5-1/+169
2021-02-04KVM: selftests: Disable dirty logging with vCPUs runningBen Gardon1-5/+5
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon8-15/+63
2021-02-04KVM: selftests: Add memslot modification stress testBen Gardon3-0/+213
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon4-18/+57
2021-02-04KVM: selftests: Fix population stage in dirty_log_perf_testBen Gardon1-3/+8
2021-02-04KVM: selftests: Convert iterations to int in dirty_log_perf_testBen Gardon1-13/+13
2021-02-04KVM: selftests: Avoid flooding debug log while populating memoryBen Gardon1-5/+4
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon4-13/+13
2021-02-04KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier4-0/+566
2021-01-08Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2021-01-08Merge tag 'linux-kselftest-next-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-1/+4
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-437/+363
2021-01-07selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel1-1/+1
2021-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-7/+13
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones6-146/+166
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones5-47/+21
2021-01-07KVM: selftests: Factor out guest mode codeAndrew Jones6-257/+189
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini61-264/+912
2021-01-07selftests: netfilter: add selftest for ipip pmtu discovery with enabled connection trackingFlorian Westphal2-1/+208
2021-01-07tools: selftests: add test for changing routes with PTMU exceptionsSean Tranchetti1-2/+69
2021-01-06bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2021-01-05tools/resolve_btfids: Warn when having multiple IDs for single typeJiri Olsa1-5/+12
2021-01-05selftests: fix the return value for UDP GRO testPo-Hsu Lin1-0/+34
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-9/+48
2021-01-04selftests: mlxsw: Set headroom size of correct portIdo Schimmel1-1/+1
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds1-1/+0
2021-01-04selftests/vDSO: fix -Wformat warning in vdso_test_correctnessTobias Klauser1-1/+1
2021-01-04selftests/vDSO: add additional binaries to .gitignoreTobias Klauser1-0/+3
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow1-1/+1
2020-12-29selftests/vm: fix building protection keys testHarish1-5/+5
2020-12-29selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXECJiang Wang1-1/+1
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-8/+47
2020-12-27Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-26/+42
2020-12-25Merge tag 'perf-tools-2020-12-24' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds23-391/+688
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-2/+23
2020-12-24perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo1-3/+10
2020-12-24perf stat aggregation: Add separate thread memberJames Clark4-16/+16
2020-12-24perf stat aggregation: Add separate core memberJames Clark5-28/+27
2020-12-24perf stat aggregation: Add separate die memberJames Clark5-36/+26
2020-12-24perf stat aggregation: Add separate socket memberJames Clark6-51/+41
2020-12-24perf stat aggregation: Add separate node memberJames Clark5-8/+21
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark4-11/+11
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark4-20/+35
2020-12-24perf cpumap: Add new map type for aggregationJames Clark2-0/+25
2020-12-24perf stat: Replace aggregation ID with a structJames Clark7-127/+173