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.


Expose VM reset capability to Linux and Linux user
[palacios.git] / linux_module / vm.c
2015-06-18 Peter Dinda Expose VM reset capability to Linux and Linux user
2014-08-25 Oscar Mondragon v3_cpu_mapper_admit_vm function call moved from start_t...
2013-10-10 Peter Dinda Dynamic migration of memory from node to node
2013-10-07 Kyle Hale Reduced debugging output from consoles / ioctls
2013-09-20 Peter Dinda Assorted cleanup
2013-05-24 Peter Dinda Lock checking framework and cleanup of linux module...
2013-03-18 Peter Dinda Checkpointing and migration now support options, the...
2012-12-26 Peter Dinda Minor changes to eliminate warnings, and second-try...
2012-08-17 Peter Dinda Avoid corruption when freeing a guest fails
2012-07-27 Jack Lange memory leak fixes
2012-07-19 Diana Palsetia,... Linux-side availability of live migration functionality
2012-07-07 Kyle Hale Fail gracefully on VM create or free errors
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-06-20 Peter Dinda replace errant printks in linux module with macro calls
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-04-24 Kyle Hale added include to fix compilation on certain linux versions
2012-02-10 Jack Lange initial simulation functionality
2011-10-27 Jack Lange added error checking to guest launch to handle core...
2011-10-06 Jack Lange userspace changes to break apart VM lifecycle management
2011-09-22 Jack Lange Remove non-multithreaded OS option. Change VM creation...
2011-09-16 Madhav Suresh hooked checkpoint code up to the linux module and added...
2011-09-16 Jack Lange reworked VM stopping to avoid deallocation ordering...
2011-09-01 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-30 Jack Lange various linux fixes
2011-08-26 Jack Lange various minor bug fixes
2011-08-18 Lei Xia Initial support for moving virtual cores among differen...
2011-07-30 Jack Lange added barrier synchronization and integrated it with...
2011-06-14 Jack Lange module reorganization