summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-04-01Fix warning messages from CodeQL scan for WHCP.Haitao Shan
2024-04-01kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2024-04-01KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2024-04-01KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini
2024-04-01KVM: x86: fix singlestepping over syscallPaolo Bonzini
2024-04-01KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini
2024-04-01kvm/x86: fix icebp instruction handlingLinus Torvalds
2024-04-01KVM: x86: Introduce segmented_write_stdSteve Rutherford
2024-04-01KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini
2024-04-01KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig
2023-02-10Rename GVM to AEHD.Haitao Shan
2022-01-18Fix variable typing in insn_fetch macro so that unsigned/signedHaitao Shan
2022-01-18Enable save/restore/reset MSR holding SMM base.Haitao Shan
2022-01-18Test event pending before vcpu runs.Haitao Shan
2020-06-04Remove affinity pinning for Intel CPUs.Haitao Shan
2020-04-30Fix a BSOD triggered by Windows 10 20H1.Haitao Shan
2020-04-30Move host state save/restore routine to vmx arch code.Haitao Shan
2020-04-30Dynamically enable/disable Intel VMX for coexistence with other VMMs.Haitao Shan
2020-04-30Move FPU context switching to where it is right before entering guestHaitao Shan
2020-04-05Properly handle divide-by-zero exception in instruction emulator.Haitao Shan
2020-04-05Disable APIC virtualization.Haitao Shan
2020-02-21Implement Intel tlb flush functions.Haitao Shan
2020-02-20Keep the same number of memory slots supported as KVM.Haitao Shan
2020-02-12Using __try/__except when calling MmProbeAndLockPages.Haitao Shan
2019-12-16Turn on/off SVM dynamically at run time.Haitao Shan
2019-11-15Force vcpu thread back to user space at least every second.Haitao Shan
2019-11-06Android Emulator Hypervisor Driver for AMD Processors 1.0Haitao Shan
2017-03-29Initial Commit by Copying Codes from KernelHaitao Shan