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.


Cleanup and sanity-checking of before/after null-check and copy+paste errors (Coverit...
[palacios.git] / palacios / src / extensions /
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Devices and Extensions)
2014-06-09 Peter Dinda Minor fixes
2014-04-06 Peter Dinda Assorted minor fixes to the transactional memory code
2014-04-06 Kyle Hale XEND instruction now correctly generates GPF when not...
2014-04-06 Kyle Hale small fixes in RTM code
2014-04-06 Kyle Hale RTM code: abort on extern irqs and fixed bug in abort...
2014-04-06 Kyle Hale correct XTEST behavior in RTM code
2014-04-06 Kyle Hale steps toward correct exception emulation in RTM code
2014-04-06 Kyle Hale RAX is now set with a status code on aborts for RTM...
2014-04-06 Kyle Hale expose RTM cap in CPUID
2014-04-06 Maciek Swiech addition of print macros for RTM code
2014-04-06 Kyle Hale significant refactoring of RTM emulation code
2013-10-01 Patrick G. Bridges EDF scheduler bugfixes from Oscar
2013-05-06 Oscar Mondragon Add missing CPU mapper files
2013-05-06 Oscar Mondragon Add CPU mapper extension and fix to scheduler for time...
2013-02-21 Patrick G. Bridges Use passed in options to set scheduler
2013-02-11 Oscar Mondragon remove extraneous dos linefeeds from scheduling files
2013-02-11 Oscar Mondragon Update of scheduling infrastructure and newest version...
2013-02-11 Patrick G. Bridges Copyright header corrections to scheduler interface
2013-02-06 Oscar Mondragon Initial commit of new scheduling infrastructure. The...
2013-02-05 Patrick G. Bridges Added global initialization hook for extensions to...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-09-24 Jack Lange update CPUID to disable unsupported features (MTRRS...
2012-07-27 Jack Lange added vmware paravirtual extension
2012-07-20 Kyle Hale add cleanup for Palacios extensions, add per-core data...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-04-20 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-13 Kyle Hale Removal of old gears code in preparation for restructuring
2012-04-09 Patrick G. Bridges Removed spurious time configuration options
2011-08-26 Patrick G. Bridges First cut at changes to enhance/fix machine check injec...
2011-08-16 Jack Lange added basic caching MTRR extension.
2011-06-23 Jack Lange moved software interrupt injection to core interrupt...
2011-06-23 Kyle Hale changed Makefile for syscall extension
2011-06-23 Kyle Hale added extension for syscall interception
2011-06-23 Kyle Hale moved syscall reference to header file
2011-06-23 Kyle Hale small fixes in Kconfig, cleaned up debugs in swint...
2011-06-23 Kyle Hale added extension code for software interrupts
2011-06-23 Kyle Hale fixed paren in Makefile
2011-06-23 Kyle Hale moved syscall lookup functions to static funcs in ext_s...
2011-06-23 Kyle Hale Changes for software interrupt extension code
2011-06-23 Kyle Hale Makefile now only includes swintr stuff. Temporarily...
2011-06-23 Kyle Hale added extension file specifically for software interrup...
2011-06-23 Kyle Hale removed old extension files
2011-06-23 Kyle Hale matched extension file-naming conditions, changed a...
2011-06-23 Kyle Hale isolated syscall config options to extensions
2011-06-23 Kyle Hale applied syscall patch
2011-06-18 Jack Lange reverted syscall changes
2011-06-17 Kyle Hale added missing extension files
2011-06-17 Kyle Hale fix merge
2011-06-17 Kyle Hale minor changes to organization
2011-06-16 Philip Soltero ported machine check to extension (w/ impl file)
2011-06-16 Philip Soltero ported machine check to extension
2011-05-04 Jack Lange separated virtual cores from physical cores
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-20 Jack Lange added null build file
2011-04-19 Jack Lange added extension framework with initial inspector extension