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] / linux_module / buddy.c
2015-04-17 Peter Dinda Generalization of constraints on page allocation and...
2014-01-14 Peter Dinda Error checking fixes, minor bug in keyed stream, minor...
2013-10-04 Peter Dinda Handle oddball NUMA alloc/dealloc cases when kernel...
2013-10-04 Peter Dinda Clean up hashtable frees to fix rmmod crash on redhat
2013-09-19 Peter Dinda Cleaned up deinitialization of VMM and free of VMs
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-07 Peter Dinda Memory manager fixes and assorted other fixes
2013-08-04 Peter Dinda Buddy allocator metadata for pools
2013-08-04 Jack Lange updates to enable functionality necessary for SEABIOS...
2013-08-04 Jack Lange added modified buddy allocator derived from Kitten...