summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/x86_64/processor.c
AgeCommit message (Expand)Author
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones
2023-08-02KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson
2023-04-14KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"Colin Ian King
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson
2023-03-24KVM: selftests: Add 'malloc' failure check in vcpu_save_stateIvan Orlov
2023-03-24KVM: selftests: Adjust VM's initial stack address to align with SysV ABI specAckerley Tng
2023-03-14KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson
2023-03-14KVM: selftests: Move the guts of kvm_hypercall() to a separate macroSean Christopherson
2023-01-24KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()Vishal Annapurve
2023-01-24KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve
2023-01-24KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve
2022-12-27KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()Sean Christopherson
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-01KVM: selftests: Disallow "get supported CPUID" before REQ_XCOMP_GUEST_PERMSean Christopherson
2022-12-01KVM: selftests: Move __vm_xsave_require_permission() below CPUID helpersSean Christopherson
2022-12-01KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()Lei Wang
2022-11-17Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini
2022-11-17KVM: selftests: move idt_entry to headerMaxim Levitsky
2022-11-16KVM: selftests: Add dedicated helpers for getting x86 Family and ModelSean Christopherson
2022-11-16KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*Sean Christopherson
2022-11-16KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* supportSean Christopherson
2022-11-16KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson
2022-11-16KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson
2022-11-16KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson
2022-11-16KVM: selftests: Add arch specific post vm creation hookVishal 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-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller
2022-09-30KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack
2022-09-30KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack
2022-08-01selftests: kvm: set rax before vmcallAndrei Vagin
2022-07-13KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()Sean Christopherson
2022-07-13KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson
2022-07-13KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supportedSean Christopherson
2022-07-13KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFDSean Christopherson
2022-07-13KVM: selftests: Inline "get max CPUID leaf" helpersSean Christopherson
2022-07-13KVM: selftests: Set input function/index in raw CPUID helper(s)Sean Christopherson
2022-07-13KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson
2022-07-13KVM: selftests: Use vCPU's CPUID directly in Hyper-V testSean Christopherson
2022-07-13KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)Sean Christopherson
2022-07-13KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddrSean Christopherson
2022-07-13KVM: selftests: Use vm->pa_bits to generate reserved PA bitsSean Christopherson