summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-09-17Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini12-151/+140
2024-09-17Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-25/+77
2024-09-17Merge tag 'kvm-x86-generic-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-0/+265
2024-09-17Merge branch 'kvm-memslot-zap-quirk' into HEADPaolo Bonzini3-11/+49
2024-09-17Merge tag 'kvm-s390-next-6.12-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini12-16/+664
2024-09-16selftests: kvm: s390: Add VM run test caseChristoph Schlameuss1-0/+125
2024-09-15Merge tag 'loongarch-kvm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini18-156/+213
2024-09-12Merge branch kvm-arm64/selftests-6.12 into kvmarm-master/nextMarc Zyngier6-7/+1094
2024-09-09KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson1-4/+7
2024-09-06Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-71/+0
2024-09-05Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+34
2024-09-05Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+6
2024-09-05tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski1-3/+4
2024-09-05selftests: net: enable bind testsJamie Bainbridge1-1/+2
2024-09-04selftests/bpf: Add a selftest to check for incorrect namesJeongjun Park1-0/+34
2024-09-04Merge tag 'perf-tools-fixes-for-v6.11-2024-09-04' of git://git.kernel.org/pub...Linus Torvalds4-5/+11
2024-09-02perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo1-4/+4
2024-09-02perf python: include "util/sample.h"Xu Yang1-0/+1
2024-09-02perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim1-0/+3
2024-09-02perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova1-1/+3
2024-09-01selftests: mm: fix build errors on armhfMuhammad Usama Anjum2-36/+14
2024-08-31Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-08-30KVM: arm64: selftests: Add arch_timer_edge_cases selftestColton Lewis3-1/+1080
2024-08-30KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis3-6/+14
2024-08-29KVM: selftests: Explicitly include committed one-off assets in .gitignoreSean Christopherson1-0/+4
2024-08-29KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)Sean Christopherson3-0/+265
2024-08-29KVM: selftests: Add SEV-ES shutdown testPeter Gonda1-0/+32
2024-08-29KVM: selftests: Always unlink memory regions when deleting (VM free)Sean Christopherson1-9/+6
2024-08-29KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson2-72/+0
2024-08-29KVM: selftests: Play nice with AMD's AVIC errataSean Christopherson1-4/+19
2024-08-29KVM: selftests: Verify the guest can read back the x2APIC ICR it wroteSean Christopherson1-2/+4
2024-08-29KVM: selftests: Test x2APIC ICR reserved bitsSean Christopherson1-13/+10
2024-08-29KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabledSean Christopherson1-6/+12
2024-08-29KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPsSean Christopherson1-1/+20
2024-08-29KVM: selftests: Report unhandled exceptions on x86 as regular guest assertsSean Christopherson1-5/+3
2024-08-29KVM: selftests: Open code vcpu_run() equivalent in guest_printf testSean Christopherson1-2/+17
2024-08-30Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-32/+143
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt3-71/+0
2024-08-29riscv: selftests: Remove mmap hint address checksCharlie Jenkins3-71/+0
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 signalMatthieu Baerts (NGI0)1-11/+21
2024-08-29selftests: mptcp: join: validate event numbersMatthieu Baerts (NGI0)2-3/+75
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)1-12/+15
2024-08-29selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)1-8/+8
2024-08-29selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)1-5/+16
2024-08-29selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)1-7/+18
2024-08-29KVM: arm64: selftests: Cope with lack of GICv3 in set_id_regsOliver Upton1-0/+1
2024-08-27selftests: mptcp: join: cannot rm sf if closedMatthieu Baerts (NGI0)1-7/+4
2024-08-27selftests: forwarding: local_termination: Down ports on cleanupPetr Machata1-0/+4
2024-08-27selftests: forwarding: no_forwarding: Down ports on cleanupPetr Machata1-0/+3
2024-08-28Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+2