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
2017-11-26Fix code analysis warnings and typoSatoshi Tanda
2017-11-07Fix UEFI issues -- SimpleVisor now works on UEFI MP systems.Alex Ionescu
2017-03-25Fix bug on unload when no hypervisor loaded. CPUID still returns valid data w...Alex Ionescu
2016-10-30Fix memory leak in ShvVpLoadCallbackSaar Amar
2016-10-27Fix memory leak in ShvVpLoadCallbackSaar Amar
2016-10-25Update shvvp.cSaar Amar
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-30Fix sign extension bug.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-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
2016-08-29Fix race condition and support >64 LP. Don't free data on unload.ionescu007
2016-08-29WIPionescu007
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-03-17Final round of cleanupsionescu007
2016-03-17First round of cleanupionescu007