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.


Memory manager fixes and assorted other fixes
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 7 Aug 2013 21:32:32 +0000 (16:32 -0500)
committerroot <root@v-test-r415-3.localdomain>
Wed, 7 Aug 2013 21:32:32 +0000 (16:32 -0500)
commite26f7efb461ea8fba7eb0fd14809618c22dd475b
tree9636780164bdba0cc894c99eafa7b264d40bf195
parentd1931b46120e40eb7389983043add48586858d1d
Memory manager fixes and assorted other fixes

- MM allocates seeed pool from 32 bit memory to facilitate 32 bit shadow guests
- MM page allocation falls back to any node (-1) if request
  cannot be satisfied for the specific requested node
- MM fixes for in-kernel allocated regions
- init now falls back gracefully on failure
- early procdir creation to support MM and VNET
linux_module/buddy.c
linux_module/main.c
linux_module/mm.c