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.h
2015-04-17 Peter Dinda Generalization of constraints on page allocation and...
2013-10-04 Peter Dinda Handle oddball NUMA alloc/dealloc cases when kernel...
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 Buddy allocator metadata for pools
2013-08-04 Jack Lange added modified buddy allocator derived from Kitten...