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
path: root/shv.h
AgeCommit message (Expand)Author
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-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-29Death to global data!ionescu007
2016-08-29Continue WIP VP data cleanup.ionescu007
2016-08-29WIP Cleaner way to launch.ionescu007
2016-08-29Fix race condition and support >64 LP. Don't free data on unload.ionescu007
2016-08-29Simplify access to VP_DATA in the hypervisor, save 4KB per CPU.ionescu007
2016-08-29Fix regressionionescu007
2016-08-29WIP Cleanup VP Dataionescu007
2016-08-29Use per-processor data. Track per-processor initialization state.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 EPT SupportAlex Ionescu
2016-04-14Adjusted the MsrData in order to avoid reading from the MSR_IA32_VMX_VMFUNC M...Joe Sylve
2016-03-17Final round of cleanupsionescu007
2016-03-17Continued cleanupsionescu007
2016-03-17First round of cleanupionescu007
2016-03-16Initial check-inionescu007