summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-16KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson
2022-11-16KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*Sean Christopherson
2022-11-16KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson
2022-11-16KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILUREDavid Matlack
2022-11-16KVM: selftests: Expect #PF(RSVD) when TDP is disabledDavid Matlack
2022-11-16KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson
2022-11-16KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()Sean Christopherson
2022-11-16KVM: selftests: Copy KVM PFERR masks into selftestsDavid Matlack
2022-11-16KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masksDavid Matlack
2022-11-16KVM: selftests: Move flds instruction emulation failure handling to headerDavid Matlack
2022-11-16KVM: selftests: Delete dead ucall codeDavid Matlack
2022-11-16KVM: selftests: Explicitly require instructions bytesDavid Matlack
2022-11-16KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_testDavid Matlack
2022-11-16KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state testGautam Menghani
2022-11-16KVM: selftests: Add arch specific post vm creation hookVishal Annapurve
2022-11-16KVM: selftests: Add arch specific initializationVishal Annapurve
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-11-16KVM: selftests: Play nice with huge pages when getting PTEs/GPAsSean Christopherson
2022-11-16KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()Sean Christopherson
2022-11-16KVM: selftests: Use virt_get_pte() when getting PTE pointerSean Christopherson
2022-11-16KVM: selftests: Verify parent PTE is PRESENT when getting child PTESean Christopherson
2022-11-16KVM: selftests: Remove useless shifts when creating guest page tablesSean Christopherson
2022-11-16KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson
2022-11-16KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson
2022-11-16KVM: selftests: Fix spelling mistake "begining" -> "beginning"Colin Ian King
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson
2022-11-16KVM: selftests: Make arm64's MMIO ucall multi-VM friendlySean Christopherson
2022-11-16tools: Add atomic_test_and_set_bit()Peter Gonda
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson
2022-11-16KVM: arm64: selftests: Disable single-step without relying on ucall()Sean Christopherson
2022-11-16KVM: arm64: selftests: Disable single-step with correct KVM defineSean Christopherson
2022-11-16KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack
2022-11-16KVM: selftests: Rename pta (short for perf_test_args) to argsDavid Matlack
2022-11-16KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack
2022-11-16KVM: selftests: randomize page access orderColton Lewis
2022-11-16KVM: selftests: randomize which pages are written vs readColton Lewis
2022-11-16KVM: selftests: create -r argument to specify random seedColton Lewis
2022-11-16KVM: selftests: implement random number generator for guest codeColton Lewis
2022-11-16KVM: selftests: Allowing running dirty_log_perf_test on specific CPUsVipin Sharma
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma
2022-11-16KVM: selftests: Shorten the test args in memslot_modification_stress_test.cVipin Sharma
2022-11-16KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.cVipin Sharma
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma
2022-11-16KVM: selftests: Put command line options in alphabetical order in dirty_log_p...Vipin Sharma
2022-11-16KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_...Vipin Sharma
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini
2022-11-09KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counterLike Xu