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.


Linux kernel compatability enhancements (through 3.19)
[palacios.git] / linux_module / palacios-stubs.c
2015-12-22 Peter Dinda Linux kernel compatability enhancements (through 3.19)
2015-08-31 Peter Dinda Implementation of resource control host os interface...
2015-04-17 Peter Dinda Generalization of constraints on page allocation and...
2015-04-17 Peter Dinda Expose vmalloc-like os interface to Palacios, and updat...
2014-12-29 Kyle Hale FPU stub change to support more recent kernels
2014-09-21 Peter Dinda Revert mistakenly overwritten lazy FP change (no functi...
2014-08-25 Kyle Hale, Shiva... P-State control interface - Linux implementation
2014-08-24 Peter Dinda Bug fix and cleanup
2014-08-18 Oscar Mondragon Hook for thread creation split into create and start...
2014-03-24 Peter Dinda Ignore frees of null in all cases (kfree, vfree, pagefree)
2014-01-14 Peter Dinda Error checking fixes, minor bug in keyed stream, minor...
2013-11-26 Peter Dinda Floating point context-switching and checkpoint/load
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-08-04 Jack Lange Added non-contiguous memory region support.
2013-06-18 Peter Dinda Lock and memory checking enhancements
2013-05-28 Peter Dinda Special-cased handling of zero-byte mallocs since Linux...
2013-05-27 Peter Dinda Minor bug fix
2013-05-27 Peter Dinda Memory allocation checking framework
2013-05-24 Peter Dinda Lock checking framework and cleanup of linux module...
2013-02-11 Patrick G. Bridges Added first cut at options processing for the palacios...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-09-21 Patrick G. Bridges Added updated sleep/wakeup functionality
2012-08-17 Peter Dinda Cleanup in thread name handling
2012-07-07 Peter Dinda Expose kmalloc flags within linux_module + add further...
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-07-07 Peter Dinda Corrected timed yield
2012-07-07 Peter Dinda Changes to linux interfaces:
2012-06-24 Peter Dinda Further printing cleanup
2012-06-20 Jack Lange cleaned up ioctl linux interfaces
2012-06-19 Peter Dinda Prefaced output from V3_Print on linux module
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-04-20 Jack Lange added exit reporting to thread exit path
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
2011-10-27 Jack Lange added error checking to guest launch to handle core...
2011-10-07 Jack Lange fix thread exit behavior to allow stopping of guests
2011-09-22 Jack Lange Remove non-multithreaded OS option. Change VM creation...
2011-09-13 Jack Lange Added barrier locking to the core migration functionality
2011-09-01 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-30 Jack Lange various linux fixes
2011-08-18 Lei Xia Initial support for moving virtual cores among differen...
2011-08-12 Kevin Pedretti palacios_alloc() patch
2011-06-14 Jack Lange rename fix