summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-08-02KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's nested exceptions test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the Hyper-V extended hypercalls test to printf assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert steal_time test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the memslot performance test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Add a selftest for guest prints and formatted assertsAaron Lewis
2023-08-02KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson
2023-08-02KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson
2023-08-02KVM: selftests: Add string formatting options to ucallAaron Lewis
2023-08-02KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis
2023-08-02KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis
2023-08-02KVM: selftests: Add strnlen() to the string overridesAaron Lewis
2023-08-02KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson
2023-08-02KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()Sean Christopherson
2023-08-02KVM: selftests: Rename the ASSERT_EQ macroThomas Huth
2023-08-02KVM: selftests: Remove superfluous variable assignmentMinjie Du
2023-08-02selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti
2023-08-02selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard
2023-08-02KVM: selftests: use unified time type for comparisonBibo Mao
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for exception racesMichal Luczaj
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for event vector racesMichal Luczaj
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for CR4 racesMichal Luczaj
2023-08-01selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima
2023-08-01perf test parse-events: Test complex name has required event formatIan Rogers
2023-08-01perf pmus: Create placholder regardless of scanning core_onlyIan Rogers
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson
2023-07-29selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson