Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-09Added parens to match code styleHEADmasterMichael
2018-12-09Fixed off-by-one edge case in memory type assignmentMichael
2018-08-13Merge pull request #32 from wbenny/masterAlex Ionescu
2018-08-05Fix BSOD on shutdown when DriverEntry failsPetr Benes
2018-08-03Remove unnecessary VM_EXIT_ACK_INTR_ON_EXIT flagParallel Xenoexcite
2018-01-04Update README.mdAlex Ionescu
2017-12-12Merge pull request #24 from tandasat/support-invpcidAlex Ionescu
2017-12-12Merge pull request #25 from tandasat/fix-warnings-and-typoAlex Ionescu
2017-11-26Fix code analysis warnings and typoSatoshi Tanda
2017-11-26Fix bugcheck on Windows 10 RS4Satoshi Tanda
2017-11-07Fix UEFI issues -- SimpleVisor now works on UEFI MP systems.Alex Ionescu
2017-11-06Fix Issue #20Alex Ionescu
2017-11-06Properly support building for UEFI vs NT with VisualUefiAlex Ionescu
2017-03-25Add power-state callback to handle sleep/hibernate/resume correctly.Alex Ionescu
2017-03-25Fix bug on unload when no hypervisor loaded. CPUID still returns valid data w...Alex Ionescu
2017-03-25Use 2MB pages. It's only a few more lines of code and avoids the perf costs o...Alex Ionescu
2017-03-20Re-enable EPT support, with correct parsing of MTRR registers to respect cach...Alex Ionescu
2017-03-20Update EPT structure definitions and add MTRR structure definitions.Alex Ionescu
2017-03-20Fix ShvOsDebugPrint (at least on Windows).Alex Ionescu
2017-03-15Final RS2 Fix and Disable EPTs -- WHEA errors on some systems.Alex Ionescu
2017-03-15Cleanup sourceAlex Ionescu
2017-03-15WIP: Redstone 2 fixAlex Ionescu
2017-03-14EDK-II Build FileAlex Ionescu
2016-10-30Merge pull request #15 from saaramar/patch-1Alex Ionescu
2016-10-30Fix memory leak in ShvVpLoadCallbackSaar Amar
2016-10-27Fix memory leak in ShvVpLoadCallbackSaar Amar
2016-10-25Update shvvp.cSaar Amar
2016-10-20Merge pull request #13 from saaramar/patch-1Alex Ionescu
2016-10-20Update shvos.cSaar Amar
2016-10-15Update README.mdAlex Ionescu
2016-10-15Update README.mdAlex Ionescu
2016-09-03Officially add support for UEFI: Uefisor!ionescu007
2016-09-03Last fixes. Now builds/works in UEFI with a shared code base.ionescu007
2016-09-03Invert files... idiot.ionescu007
2016-09-03Reflect this is non-portable.ionescu007
2016-09-03Final factoring -- separate portable from non-portable ASM code.ionescu007
2016-09-03Support VMWARE/non-EPT sytems. More portability support with non-NT systems. ...ionescu007
2016-08-30More portability.ionescu007
2016-08-30Fix sign extension bug.ionescu007
2016-08-30Fix bug not correctly translating success back.ionescu007
2016-08-30A few more OS layer separations. Fix unload bug when SimpleVisor is not present.ionescu007
2016-08-29Move to what should be much more portable types. Fix straggler NT-specific APIs.ionescu007
2016-08-29Separate Hypervisor Core from OS Layer. Don't touch IRQL in Hypervisor. Separ...ionescu007
2016-08-29Remove debug printionescu007
2016-08-29When unloading the hypervisor on each core, returnt he VP Data structureionescu007
2016-08-29Fix bug which was causing us to return with hypervisor's RFLAGSionescu007
2016-08-29Death to global data!ionescu007
2016-08-29Uee nice define.ionescu007
2016-08-29Continue WIP VP data cleanup.ionescu007
2016-08-29WIP Cleaner way to launch.ionescu007