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.


Linux kernel compatability enhancements (through 3.19)
[palacios.git] / linux_module / palacios.h
2015-12-22 Peter Dinda Linux kernel compatability enhancements (through 3.19)
2015-09-27 Kyle Hale Linux compatibility fixes
2015-08-31 Peter Dinda Implementation of resource control host os interface...
2015-06-18 Peter Dinda Expose VM reset capability to Linux and Linux user
2015-04-17 Peter Dinda Generalization of constraints on page allocation and...
2014-08-25 Kyle Hale, Shiva... P-State control interface - Linux implementation
2014-08-24 Peter Dinda Bug fix and cleanup
2014-06-27 Peter Dinda Linux front-end for memory tracking interface
2013-11-26 Peter Dinda Floating point context-switching and checkpoint/load
2013-10-10 Peter Dinda Dynamic migration of memory from node to node
2013-08-20 Peter Dinda Memory management enhancements: dynamic removal, clean...
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-08-04 Peter Dinda Enhanced user-space memory interface, allowing dynamic...
2013-08-04 Jack Lange Added non-contiguous memory region support.
2013-08-04 Jack Lange updates to enable functionality necessary for SEABIOS...
2013-05-28 Peter Dinda Lock checking enhancements
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...
2013-02-11 Patrick G. Bridges Added first cut at options processing for the palacios...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-08-03 Kyle Hale update palacios mempool status when onlining memory...
2012-07-27 Jack Lange added host_pci passthrough PCI support
2012-07-19 Diana Palsetia,... Linux-side availability of live migration functionality
2012-07-07 Peter Dinda Expose kmalloc flags within linux_module + add further...
2012-07-07 Kyle Hale add file and line number to linux module error prints
2012-07-07 Peter Dinda Changes to linux interfaces:
2012-06-24 Peter Dinda Further printing cleanup
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-20 Jack Lange cleaned up ioctl linux interfaces
2012-06-19 Peter Dinda Prefaced output from V3_Print on linux module
2012-06-19 Ben Scholbrock Linux printing macros for linux module
2012-02-10 Jack Lange initial simulation functionality
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-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-07-23 Clint Sbisa Initial integration and reimplementation of user-space...
2011-06-14 Jack Lange interface updates
2011-06-09 Jack Lange moved host device to extension framework
2011-06-08 Jack Lange more extension ports
2011-06-08 Jack Lange ported packet to extension framework and fixed type...
2011-06-08 Jack Lange ported socket interface to extension framework
2011-06-08 Jack Lange ported inspector to the extension framework
2011-06-08 Jack Lange ported file interface to new extension framework
2011-06-08 Jack Lange bug fixes for extension framework, and porting of conso...
2011-06-08 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-06-08 Jack Lange added initial extension framework
2011-05-17 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-05-17 Jack Lange config fix
2011-05-17 Peter Dinda Updated kernel module and user tools to reflect ioctl...
2011-05-05 Peter Dinda Ported device changes and support code for keyed stream...
2011-05-02 Jack Lange updated linux module to new build framework
2011-04-06 Lei Xia merge VNET Linux backend code into Linux module directory
2011-03-18 Jack Lange more linux changes
2011-03-18 Jack Lange updated module cleanup and added user space tools
2011-03-18 Jack Lange linux build fix and deinitialization fix
2011-03-10 Jack Lange moved linux module to main Palacios tree