summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: Explicitly clobber the IDT in the "delete memslot" testcaseSean Christopherson
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean 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: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2024-04-29KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson
2024-04-29KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini
2024-04-12KVM: SEV: use u64_to_user_ptr throughoutPaolo Bonzini
2024-04-12KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argumentSean Christopherson
2024-04-12KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDXPaolo Bonzini
2024-04-12KVM: x86: Split core of hypercall emulation to helper functionSean Christopherson
2024-04-12Merge branch 'kvm-sev-init2' into HEADPaolo Bonzini
2024-04-12Merge branch 'mm-delete-change-gpte' into HEADPaolo Bonzini
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini
2024-04-11mmu_notifier: remove the .change_pte() callbackPaolo Bonzini
2024-04-11KVM: remove unused argument of kvm_handle_hva_range()Paolo Bonzini
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini
2024-04-11selftests: kvm: add test for transferring FPU state into VMSAPaolo Bonzini
2024-04-11selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini
2024-04-11selftests: kvm: add tests for KVM_SEV_INIT2Paolo Bonzini
2024-04-11KVM: SEV: allow SEV-ES DebugSwap againPaolo Bonzini
2024-04-11KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini
2024-04-11KVM: SEV: introduce to_kvm_sev_infoPaolo Bonzini
2024-04-11KVM: x86: Add supported_vm_types to kvm_capsPaolo Bonzini
2024-04-11KVM: x86: add fields to struct kvm_arch for CoCo featuresPaolo Bonzini
2024-04-11KVM: SEV: store VMSA features in kvm_sev_infoPaolo Bonzini
2024-04-11KVM: SEV: publish supported VMSA featuresPaolo Bonzini
2024-04-11KVM: introduce new vendor op for KVM_GET_DEVICE_ATTRPaolo Bonzini
2024-04-11KVM: x86: use u64_to_user_ptr()Paolo Bonzini