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 / mm.c
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-09-20 Peter Dinda Fixed spurious warning when memory block size is overrriden
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 Correct memory addition calculations
2013-08-04 Jack Lange Integration of buddy allocator
2013-08-04 Jack Lange Added non-contiguous memory region support.
2012-12-26 Peter Dinda Minor changes to eliminate warnings, and second-try...
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
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
2011-11-16 Peter Dinda Typo fix
2011-11-16 Peter Dinda Use GFP_DMA32 for small page allocations
2011-10-24 Patrick G. Bridges Cleaned up time management stuff, being more careful...
2011-08-30 Jack Lange various linux fixes
2011-06-14 Jack Lange module reorganization