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 / main.c
2015-12-22 Peter Dinda Linux kernel compatability enhancements (through 3.19)
2015-09-27 Kyle Hale Linux compatibility fixes
2015-09-01 Peter Dinda Cleanup and sanity-checking of integer overflow, null...
2015-08-31 Peter Dinda Cleanup and sanity-checking of OOB accesses and pointer...
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2015-08-31 Peter Dinda Implementation of resource control host os interface...
2015-06-29 Peter Dinda Expose HVM state to host + Linux host /proc additions...
2015-06-18 Peter Dinda Expose VM reset capability to Linux and Linux user
2014-07-07 Peter Dinda Assorted bug fixes and defensive programming
2014-06-22 Peter Dinda Expose swapping and pinning to host + add visibility...
2014-01-14 Peter Dinda Error checking fixes, minor bug in keyed stream, minor...
2013-10-10 Peter Dinda Dynamic migration of memory from node to node
2013-09-19 Peter Dinda minor numa interface cleanup, and make sure initializat...
2013-09-19 Peter Dinda Cleaned up deinitialization of VMM and free of VMs
2013-09-15 Peter Dinda Memory management and /proc enhancements
2013-08-20 Peter Dinda Made memory manager reset distinct from removal of...
2013-08-20 Peter Dinda Memory management enhancements: dynamic removal, clean...
2013-08-18 Peter Dinda Improved /proc/v3vee/v3-guests* output
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-08-07 Peter Dinda VNET compatibility with NUMA interfaces
2013-08-07 Peter Dinda Memory manager fixes and assorted other fixes
2013-08-04 Peter Dinda Enhanced user-space memory interface, allowing dynamic...
2013-08-04 Peter Dinda Further changes to support new non-contiguous memory...
2013-08-04 Jack Lange updates to enable functionality necessary for SEABIOS...
2013-05-27 Peter Dinda Memory allocation checking framework
2013-05-24 Peter Dinda Lock checking framework and cleanup of linux module...
2013-03-13 Peter Dinda Support for optional full /dev/mem access even if host...
2013-02-11 Patrick G. Bridges Added first cut at options processing for the palacios...
2012-12-29 Peter Dinda Use of information interface to enhance output of ...
2012-10-01 Kyle Hale check for out-of-bounds index when freeing a VM
2012-08-17 Peter Dinda Avoid corruption when freeing a guest fails
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-20 Kyle Hale stop and free all VMs on Linux module exit
2012-07-07 Kyle Hale Fail gracefully on VM create or free errors
2012-07-07 Peter Dinda Fixes to allocation order and functions
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-07-07 Peter Dinda Changes to linux interfaces:
2012-06-22 Ferrol Aderholdt /proc info showing vm device and vm name mapping, and...
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
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 Jack Lange reworked VM stopping to avoid deallocation ordering...
2011-06-14 Jack Lange module reorganization