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.


Generalization of constraints on page allocation and implementation/use
[palacios.git] / palacios / src / palacios / vmm_direct_paging.c
2015-04-17 Peter Dinda Generalization of constraints on page allocation and...
2015-03-12 Peter Dinda Add proper cleanup for a nested VMX guest This also...
2014-07-07 Peter Dinda Assorted bug fixes and defensive programming
2014-06-30 Peter Dinda Better support for dynamic changes to page event callbacks
2014-06-27 Peter Dinda Add memory tracking functionality to Palacios
2014-06-22 Peter Dinda Minor bug fixes and defensive programming
2014-06-09 Peter Dinda Refactoring and additions to direct paging (nested...
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Direct Paging)
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-02-21 Peter Dinda Range-based invalidation for nested and direct paging...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Jack Lange can now boot linux (slowly) with EPT enabled
2011-01-11 Jack Lange freeing of virtual paging state during guest deinitiali...
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-04-23 Jack Lange various fixes. Hopefully this fixes the transient shutd...
2009-04-23 Jack Lange added host cpu type function
2009-04-23 Jack Lange renamed guest cpu/mem mode functions
2009-04-23 Jack Lange typedef name changes
2009-04-20 Jack Lange added support for memory remapping
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-03-25 Jack Lange fixed debug flags for direct paging
2009-03-25 Peter Dinda Nested paging working to the point where we manage...
2009-03-25 Jack Lange first cut at nested paging
2009-03-09 Jack Lange Handler for 64 bit passthrough page faults
2009-03-04 Jack Lange fixed long mode bug
2009-03-03 Jack Lange reformatting of the source files
2009-02-23 Steven Jaconette changes to direct passthrough pagefault handlers
2009-02-07 Jack Lange bug fixes for:
2009-02-06 Steven Jaconette 32bit Write Hook Case for Direct Paging
2009-02-06 Steven Jaconette Direct paging changes