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.


Basic HVM data structures and functions
[palacios.git] / palacios / src / palacios / Makefile
2015-03-22 Peter Dinda Basic HVM data structures and functions
2014-06-27 Peter Dinda Add memory tracking functionality to Palacios
2014-06-22 Daniel Zuo, Nikhat... Add swapping and pinning capability to Palacios
2014-06-09 Peter Dinda Refactoring and additions to direct paging (nested...
2013-11-26 Peter Dinda Floating point context-switching and checkpoint/load
2013-08-04 Jack Lange updates to enable functionality necessary for SEABIOS...
2013-07-15 Kyle Hale Add interface for power monitoring and telemetry option...
2013-05-06 Oscar Mondragon Add CPU mapper extension and fix to scheduler for time...
2013-02-21 Peter Dinda PMU-based telemetry extension to monitor guest and...
2013-02-20 Patrick G. Bridges Added missed Makefile update for option handling
2013-02-06 Oscar Mondragon Initial commit of new scheduling infrastructure. The...
2012-09-10 Peter Dinda Added functionality for MONITOR and MWAIT instructions...
2012-08-09 Peter Dinda Configuration of global performance parameters
2012-07-27 Jack Lange enabled VMX exit hooks
2012-07-27 Jack Lange added event hooking framework
2012-07-27 Jack Lange initial implementation of hookable exits
2012-02-10 Jack Lange initial simulation functionality
2012-02-08 Alexander Kudryavtsev Integration of QUIX86 decoder libraries. Debug and...
2011-09-16 Madhav Suresh core checkpoint import
2011-08-24 Jack Lange removed obsolete MTRR extension that was in the wrong...
2011-07-30 Jack Lange added barrier synchronization and integrated it with...
2011-06-18 Jack Lange reverted syscall changes
2011-06-17 Kyle Hale minor changes to organization
2011-05-31 Kyle Hale Added ability to hook execution of arbitrary binary...
2011-05-18 Kyle Hale added ability to inject an env variable into guest...
2011-05-04 Lei Xia move vnet code outside of palacios core directory
2011-05-02 Jack Lange moved mptable to a device for the moment
2011-05-02 Jack Lange removed instrumentation
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Kyle Hale Merge branch 'devel' of /home-remote/palacios/palacios...
2011-04-29 Kyle Hale additions for syscall hijacking
2011-04-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2011-04-21 Jack Lange vmx cleanup
2011-04-20 Jack Lange removed muxer
2011-04-19 Jack Lange added extension framework with initial inspector extension
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2011-04-08 Jack Lange added inspection framework
2011-04-07 Peter Dinda Fixed interface error in keyed streams and build error
2011-04-07 Lei Xia Typo fix
2011-04-07 Peter Dinda Added host keyed stream support
2011-04-05 Peter Dinda Added graphics console host interface
2011-03-04 Jack Lange initial checking of internal decoder
2011-03-02 Jack Lange updates to make things more configurable
2010-11-21 Lei Xia Minor fix on virtio network device config
2010-11-12 Lei Xia Rename vmm_vnet.c to vmm_vnet_core.c
2010-11-03 Lei Xia stream implementation and interface between searial...
2010-10-06 Jack Lange linux fixes
2010-08-05 Jack Lange File support added (interface to file support in host)
2010-07-07 Peter Dinda Partially functional Intel MP table support
2010-05-18 Jack Lange moved memory hooks out of core memory map implementation,
2010-05-04 Jack Lange restructuring of shadow paging implementations
2010-04-14 Erik van der Kouwe add console hook support
2010-04-02 Jack Lange Added guest multiplexing support
2010-02-06 Jack Lange reorganized swapbypass to isolate it to a special shado...
2010-02-06 Jack Lange reorganization of the symbiotic infrastructure
2010-02-04 Jack Lange added swapbypass paging implemenation
2010-02-04 Jack Lange New Shadow paging implementation to allow pluggable...
2009-11-17 Jack Lange added xml parser for configuration
2009-11-16 Lei Xia Move vnet to src/palacios/
2009-10-30 Jack Lange symbiotic fixups
2009-09-18 Jack Lange added cpuid hooking
2009-09-14 Jack Lange added symbiotic interface
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-14 Jack Lange added initial symbiotic swapping framework
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-13 Jack Lange Ported palacios to Kbuild