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-03Remove unnecessary VM_EXIT_ACK_INTR_ON_EXIT flagParallel Xenoexcite
2017-12-12Merge pull request #24 from tandasat/support-invpcidAlex 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-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-15Final RS2 Fix and Disable EPTs -- WHEA errors on some systems.Alex Ionescu
2016-09-03Last fixes. Now builds/works in UEFI with a shared code base.ionescu007
2016-09-03Support VMWARE/non-EPT sytems. More portability support with non-NT systems. ...ionescu007
2016-08-30More portability.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-29Death to global data!ionescu007
2016-08-29WIP Cleaner way to launch.ionescu007
2016-08-28Get rid of global data -- all data is now per-processorionescu007
2016-08-28Fix SimpleVisor to work on VMWare, stop using KeSaveStateForHibernate and mis...ionescu007
2016-08-26Add VPID supportAlex Ionescu
2016-08-26Add EPT SupportAlex Ionescu
2016-03-19Fixes for issue #2 and #3ionescu007
2016-03-17Final round of cleanupsionescu007
2016-03-17Continued cleanupionescu007
2016-03-17First round of cleanupionescu007