Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


debugging tweaks and minor fixes
[palacios.git] / palacios / src / palacios / vmm_shadow_paging_32.h
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-10-30 Jack Lange symbiotic fixups
2009-10-06 Jack Lange changed the symbiotic calling interface to a synchronou...
2009-08-31 Jack Lange added user page bits to enable write hook faulting
2009-08-24 Jack Lange telemetry updates
2009-08-21 Jack Lange added symbiotic swap telemetry data
2009-08-20 Jack Lange symbiotic swap updates
2009-08-19 Jack Lange symbiotic swap implementation (unsafe for kernel pages)
2009-08-17 Jack Lange initial checkin of symbiotic swap interface
2009-08-14 Jack Lange added initial symbiotic swapping framework
2009-08-12 Jack Lange added symbiotic swap check to shadow paging
2009-04-23 Jack Lange various fixes. Hopefully this fixes the transient shutd...
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
2009-03-31 Jack Lange updated shadow paging to handle cache-disabled and...
2009-03-31 Jack Lange updated shadow paging to handle cache-disabled and...
2009-03-03 Jack Lange reformatting of the source files
2009-02-06 Jack Lange added license
2009-02-04 Jack Lange fixed paging callbacks to normalize calling convention
2009-02-04 Jack Lange functional but broken 64 bit paging
2009-02-03 Jack Lange cleaned up 32 bit shadow paging implementation
2009-02-03 Jack Lange starting work on 64 bit shadow paging
2009-02-03 Jack Lange slight modifications to the shadow paging handlers
2009-02-03 Jack Lange revamped the INVLPG handler
2009-02-03 Jack Lange modified the shadow paging files to separate them based...