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.


added modified buddy allocator derived from Kitten implementation
authorJack Lange <jacklange@cs.pitt.edu>
Fri, 7 Jun 2013 20:16:59 +0000 (15:16 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sun, 4 Aug 2013 22:31:19 +0000 (17:31 -0500)
commita61cac5cf9cf6beb6dccec02b94bb5a37429e7fb
tree6447d339c55d5f5583ac44363a3c05a68f339345
parent2311ec427a582889e4b62ffc8cbd2249a8ade07f
added modified buddy allocator derived from Kitten implementation

This version allows discontiguous memory pools, to enable NUMA support for Palacios VMs
linux_module/buddy.c [new file with mode: 0644]
linux_module/buddy.h [new file with mode: 0644]