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.


Lock bugfixes - missing lock deinits This also adds deinit calls in the linux_module...
[palacios.git] / palacios / src / palacios /
2013-05-28 Peter Dinda Lock bugfixes - missing lock deinits This also adds...
2013-05-28 Peter Dinda Memory alloction bugfix for vmm_events
2013-05-24 Maciek Swiech Checkpointing fixes
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-03-18 Peter Dinda Checkpointing and migration now support options, the...
2013-03-01 Peter Dinda Removal of debugging crud
2013-03-01 Peter Dinda Corrected UCPI and UMPL estimation in PMU telemetry
2013-02-25 Oscar null check in host_sched_yield
2013-02-24 Peter Dinda Correct scheduler startup when no option given
2013-02-21 Peter Dinda PMU-based telemetry extension to monitor guest and...
2013-02-21 Peter Dinda Range-based invalidation for nested and direct paging...
2013-02-21 Patrick G. Bridges Use passed in options to set scheduler
2013-02-20 Patrick G. Bridges Fix for option processing
2013-02-20 Patrick G. Bridges Added missed Makefile update for option handling
2013-02-20 Patrick G. Bridges Split global option processing code into a separate...
2013-02-20 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2013-02-19 Chang Bae Fixed major palacios barrier implementation error with...
2013-02-19 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2013-02-19 Patrick G. Bridges Added null check to option processing call.
2013-02-14 Patrick G. Bridges Correction of scheduler registration check
2013-02-11 Patrick G. Bridges Added first cut at options processing for the palacios...
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 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2013-02-06 Oscar Mondragon Commented in scheduler call previously commented out.
2013-02-06 Kyle Hale bugfix: memory region is now removed from hook table...
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...
2013-01-27 Alexander Kudryavtsev Updated quix86 patch from Alexander. With latest versio...
2013-01-25 Patrick G. Bridges Updated quix86 patch from Alexander. With latest versio...
2013-01-01 Peter Dinda Additional error checking / output for failing memory...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-12-29 Peter Dinda information request api for the host - gives a more...
2012-12-27 Madhav Suresh Explictly tags in saves for PIT, APIC, IOAPIC, SVM...
2012-12-26 Peter Dinda Device manager updated with extended save/load model...
2012-12-26 Peter Dinda Update svm and vmx checkpoint functionality to new...
2012-12-26 Peter Dinda Implementation of revised checkpoint/migrate interface...
2012-09-24 Jack Lange add correct caching behavior to VMX EPT environments
2012-09-24 Jack Lange update CPUID to disable unsupported features (MTRRS...
2012-09-24 Jack Lange correctly handle NMI exits on VMX architectures
2012-09-21 Patrick G. Bridges Added updated sleep/wakeup functionality
2012-09-10 Peter Dinda Added functionality for MONITOR and MWAIT instructions...
2012-08-17 Peter Dinda Disallow startup with shadow paging + memory region...
2012-08-17 Peter Dinda Virtio NIC's guest-driven, vmm-driven, or adaptive...
2012-08-09 Peter Dinda Halt handling uses global performance parameters to...
2012-08-09 Peter Dinda Configuration of global performance parameters
2012-08-06 Peter Dinda Enhancements to VNET and to halting:
2012-08-05 Kyle Hale Support for new Palacios image file format (Version 1)
2012-08-03 Peter Dinda APIC and CR8 changes for vector priorization vs TPR
2012-07-28 Jack Lange typo fix
2012-07-27 Jack Lange memory leak fixes
2012-07-27 Jack Lange make bitmap operations atomic, fixes potential barrier...
2012-07-27 Jack Lange added state checks for VM control commands
2012-07-27 Jack Lange incorporate changes to intelligent barriers
2012-07-27 Jack Lange enabled VMX exit hooks
2012-07-27 Jack Lange revert to earlier rdtsc intercepts
2012-07-27 Jack Lange exit handler tweaks
2012-07-27 Jack Lange event tweaks
2012-07-27 Jack Lange added event hooking framework
2012-07-27 Jack Lange added runstate checks in barrier to allow locking opera...
2012-07-27 Jack Lange initial implementation of hookable exits
2012-07-27 Jack Lange fix for 1GB pages
2012-07-20 Kyle Hale add cleanup for Palacios extensions, add per-core data...
2012-07-19 Mark Cartwright... Live Migration Functionality
2012-07-19 Mark Cartwright Additional features for vmm_bitmap
2012-07-19 Peter Dinda Shadow-paging event callbacks
2012-07-13 Peter Dinda Added ability to hook memory by access (no instruction...
2012-07-13 Peter Dinda patch for v3_dump_mem print output
2012-07-08 Kyle Hale compilation fix in vmm_debug.c
2012-07-07 Kyle Hale Revised check for already-launched VM
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
2012-07-07 Kyle Hale Check to make sure extension name is provided
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-07-07 Kyle Hale don't allow launch of an already running VM
2012-07-07 Peter Dinda Fixes to allocation order and functions
2012-07-07 Peter Dinda Timed yielding in vmm_halt to avoid pegging CPU
2012-07-07 Peter Dinda Updated lock/unlock irq save/restore to directly use...
2012-07-07 Peter Dinda Make V3_Yield and V3_Yield_Timed macros globally visibl...
2012-06-20 Jack Lange type fix
2012-06-20 Jack Lange added symbolic backtrace functionality
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-20 Jack Lange vmx fixes
2012-06-20 Peter Dinda More extensive error checking in checkpoint/restore...
2012-05-23 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-05-23 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-05-22 Patrick G. Bridges Added hypercall to read host TSC
2012-05-22 Peter Dinda Corrected vmcs load/save in checkpoint/restore code
2012-05-19 Peter Dinda Further cleanup
2012-05-18 Madhav Suresh Corrected write ordering in device manager state save...
2012-05-15 Patrick G. Bridges Added TSC passthrough specification to time handling
2012-04-27 Patrick G. Bridges Added RDTSC trapping if we are dilating time.
2012-04-27 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-26 Jack Lange rename exit codes to avoid namespace collisions
2012-04-25 Jack Lange VMX updates to fix multicore and unrestricted guest...
2012-04-25 Patrick G. Bridges Fixed bug in v3_advance_time() found by Oscar (omondrag...
2012-04-25 Patrick G. Bridges Fixed merge conflict in vmm_halt.c
2012-04-24 Jack Lange Added run state checks to halt handler. This allows...
2012-04-24 Jack Lange various fixes
next