summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01Change AEHD minimal requirement from Windows 7 to Windows 8.1.upstream-masterHaitao Shan
2024-04-01Do not wait for timer in ExDeleteTimer when closing VM.Haitao Shan
2024-04-01Use high resolution timer API (ExXXXTimer) to implement LAPIC timer.Haitao Shan
2024-04-01Replace copy_from_user and memdup_user with safe memory copies.Haitao Shan
2024-04-01Use IoCreateDeviceSecure instead of IoCreateDevice.Haitao Shan
2024-04-01Check whether an address is in user space before copying.Haitao Shan
2024-04-01KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev
2024-04-01KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2024-04-01Remove unnecessary second assignment around kvm io bus.Haitao Shan
2024-04-01Clean up: removing Win32 configurations.Haitao Shan
2024-04-01Update LICENSE file to include MIT license.Haitao Shan
2024-04-01Bump version to 2.2Haitao Shan
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-10Update INF-based installation according to Microsoft requirements.Haitao Shan
2023-02-10Bump version to 2.1.Haitao Shan
2023-02-10Rename GVM to AEHD.Haitao Shan
2022-12-08Bump version to 2.0.Haitao Shan
2022-12-01Product renamed to "Android Emulator Hypervisor Driver".Haitao Shan
2022-06-23Update README for Windows 7 users.Haitao Shan
2022-06-23Bump version to 1.8.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
2022-01-18Use threaded DPC for timer.Haitao Shan
2022-01-18Fix test-signing error on latest Visual Studio 2019.Haitao Shan
2020-09-24Include a patch QEMU in README. Provided as it is.Haitao Shan
2020-09-22Bump version to 1.7.Haitao Shan
2020-09-22Revert "Enable "Whole Program Optimization"."Haitao Shan
2020-09-22Fix a crash of driver_overran_stack_buffer on Windows Insider build.Haitao Shan
2020-08-04Bump version to 1.6.Haitao Shan
2020-08-04Enable "Whole Program Optimization".Haitao Shan
2020-08-04Fix a race condition regarding allocating/freeing memory.Haitao Shan
2020-06-04Remove affinity pinning for Intel CPUs.Haitao Shan
2020-05-20Provide more information about disabling Hyper-V.Haitao Shan
2020-04-30Bump version to 1.5.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-30Get the right physical address from MDL directly.Haitao Shan
2020-04-30Refine __copy_user logic when SMAP is in place.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