summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/x86_64/processor.c
AgeCommit message (Expand)Author
2024-06-05KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-02-28KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson
2024-02-28KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda
2024-02-28KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda
2024-02-28KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson
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: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang
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