summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson2021-11-163-21/+10
* KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson2021-11-161-16/+5
* KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson2021-11-162-5/+5
* KVM: selftests: Use shorthand local var to access struct perf_tests_argsSean Christopherson2021-11-161-16/+19
* KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson2021-11-162-1/+8
* KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson2021-11-163-0/+17
* KVM: selftests: Expose align() helpers to testsSean Christopherson2021-11-166-19/+34
* KVM: selftests: Explicitly state indicies for vm_guest_mode_params arraySean Christopherson2021-11-161-9/+9
* KVM: selftests: Add event channel upcall support to xen_shinfo_testDavid Woodhouse2021-11-161-9/+66
* Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-3161-276/+3561
|\
| * Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier2021-10-212-22/+36
| |\
| | * KVM: selftests: Build the memslot tests for arm64Ricardo Koller2021-10-211-0/+2
| | * KVM: selftests: Make memslot_perf_test arch independentRicardo Koller2021-10-211-22/+34
| * | Merge branch kvm-arm64/selftest/timer into kvmarm-master/nextMarc Zyngier2021-10-1721-48/+2626
| |\ \
| | * | KVM: arm64: selftests: arch_timer: Support vCPU migrationRaghavendra Rao Ananta2021-10-171-1/+114
| | * | KVM: arm64: selftests: Add arch_timer testRaghavendra Rao Ananta2021-10-173-0/+368
| | * | KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta2021-10-174-3/+92
| | * | KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta2021-10-176-1/+448
| | * | KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta2021-10-173-1/+41
| | * | KVM: arm64: selftests: Add guest support to get the vcpuidRaghavendra Rao Ananta2021-10-172-0/+8
| | * | KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta2021-10-172-2/+2
| | * | KVM: arm64: selftests: Add support to disable and enable local IRQsRaghavendra Rao Ananta2021-10-171-0/+10
| | * | KVM: arm64: selftests: Add basic support to generate delaysRaghavendra Rao Ananta2021-10-171-0/+25
| | * | KVM: arm64: selftests: Add basic support for arch_timersRaghavendra Rao Ananta2021-10-171-0/+142
| | * | KVM: arm64: selftests: Add support for cpu_relaxRaghavendra Rao Ananta2021-10-171-0/+5
| | * | KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta2021-10-174-19/+21
| | * | tools: arm64: Import sysreg.hRaghavendra Rao Ananta2021-10-173-26/+1311
| | * | KVM: arm64: selftests: Add MMIO readl/writel supportRaghavendra Rao Ananta2021-10-171-1/+45
| | |/
| * | KVM: arm64: selftests: Add init ITS device testRicardo Koller2021-10-111-0/+42
| * | KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above ...Ricardo Koller2021-10-111-0/+34
| * | KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA rangeRicardo Koller2021-10-111-12/+26
| * | KVM: arm64: selftests: Add some tests for GICv2 in vgic_initRicardo Koller2021-10-111-32/+79
| * | KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnosticRicardo Koller2021-10-111-9/+10
| * | KVM: arm64: selftests: Make vgic_init gic version agnosticRicardo Koller2021-10-111-61/+95
| |/
| * objtool: print out the symbol type when complaining about itLinus Torvalds2021-10-031-4/+8
| * Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-031-7/+25
| |\
| | * objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra2021-10-011-7/+25
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-012-11/+60
| |\ \
| * \ \ Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-305-7/+482
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-283-7/+17
| | |\ \ \
| | | * | | selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc2021-09-281-5/+8
| | | * | | selftests, bpf: Fix makefile dependencies on libbpfJiri Benc2021-09-281-1/+2
| | | * | | libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi2021-09-281-1/+7
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-252-0/+465
| | |\ \ \ \
| | | * | | | selftests: netfilter: add zone stress test with colliding tuplesFlorian Westphal2021-09-211-0/+156
| | | * | | | selftests: netfilter: add selftest for directional zone supportFlorian Westphal2021-09-211-0/+309
| * | | | | | Merge tag 'perf-tools-fixes-for-v5.15-2021-09-27' of git://git.kernel.org/pub...Linus Torvalds2021-09-2720-43/+70
| |\ \ \ \ \ \
| | * | | | | | perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'Like Xu2021-09-271-1/+1
| | * | | | | | perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu2021-09-271-0/+2
| | * | | | | | perf config: Refine error message to eliminate confusionLike Xu2021-09-271-1/+1