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.


Expose HVM state to host + Linux host /proc additions for it
[palacios.git] / palacios / src / palacios /
2015-06-29 Peter Dinda Expose HVM state to host + Linux host /proc additions...
2015-06-29 Peter Dinda VM Reset Bugfixes
2015-06-19 Peter Dinda Minor bugfix
2015-06-18 Peter Dinda Multiboot and HVM reset integrated into VMX
2015-06-18 Peter Dinda VM reset capability
2015-06-18 Peter Dinda SVM reset capability + integration with multiboot+hvm...
2015-06-18 Peter Dinda HVM enhancements
2015-06-18 Peter Dinda Multiboot enhancements
2015-06-18 Peter Dinda Detailed segmentation output from v3_debug
2015-06-18 Peter Dinda Guest mem gpa/gva memset functions
2015-06-18 Peter Dinda Factoring of BIOS setup so that it can be reused during...
2015-05-19 Peter Dinda Addition of basic multiboot functionality plus refactor...
2015-04-28 Peter Dinda Minor compile warning fixup and error checks
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...
2015-04-01 Peter Dinda Minor tweak to fix accidental new feature leak
2015-03-25 Peter Dinda Typo fix
2015-03-25 Peter Dinda Basic HRT startup for HVM, plus assorted cleanup
2015-03-23 Peter Dinda HVM configuration logic (create mptables, acpi tables...
2015-03-23 Peter Dinda Add HVM configuration capability, init/deinit, etc
2015-03-23 Peter Dinda HVM updates to support apic partitioning
2015-03-22 Peter Dinda Basic HVM data structures and functions
2015-03-22 Peter Dinda Use page allocation for base memory region array
2015-03-12 Peter Dinda Add proper cleanup for a nested VMX guest This also...
2014-10-09 Maciek Swiech More debugging output (APIC, LDT, etc)
2014-10-09 Maciek Swiech Added guest GDT and IDT printing
2014-09-11 Kyle Hale add ability to load custom BIOS ROMs.
2014-08-25 Oscar Mondragon v3_cpu_mapper_admit_vm function call moved from start_t...
2014-08-24 Peter Dinda Bug fix and cleanup
2014-08-18 Oscar Mondragon Hook for thread creation split into create and start...
2014-07-07 Peter Dinda Assorted bug fixes and defensive programming
2014-06-30 Peter Dinda Minor cleanup in memory tracking
2014-06-30 Peter Dinda Better support for dynamic changes to page event callbacks
2014-06-30 Peter Dinda Add shared-exclusive (readers-writer) locks
2014-06-27 Peter Dinda Linux user-space tools for memory tracking functionality
2014-06-27 Peter Dinda Add memory tracking functionality to Palacios
2014-06-22 Peter Dinda Expose swapping and pinning to host + add visibility...
2014-06-22 Peter Dinda Minor bug fixes and defensive programming
2014-06-22 Daniel Zuo, Nikhat... Add swapping and pinning capability to Palacios
2014-06-09 Peter Dinda Minor fixes
2014-06-09 Peter Dinda Refactoring and additions to direct paging (nested...
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Remove 32 Bit...
2014-05-26 Peter Dinda Convert shadow paging to use 32 PAE (Require Long Mode)
2014-05-26 Peter Dinda Convert shadow paging to use 32 PAE (VMX)
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (SVM)
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Direct Paging)
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Core)
2014-04-06 Chunxiao Diao Corrected corner case in VTLB (shadow paging) handling
2014-04-06 Kyle Hale significant refactoring of RTM emulation code
2014-04-04 Kevin Pedretti Add comment
2014-04-04 Kevin Pedretti Fix xed build error
2014-03-24 Kyle Hale add ability to destroy hashtable iterators
2014-02-18 Peter Dinda Minor cleanups on shadow paging build/debug
2014-01-22 Maciek Swiech Addition of state to checkpoint
2014-01-14 Peter Dinda Error checking fixes, minor bug in keyed stream, minor...
2013-12-22 Kyle Hale Add missing case to print all debugging info in vmm_debug
2013-12-16 Maciek Swiech Fix for floating point save/restore in case where fp...
2013-11-26 Peter Dinda Bugfix to base memory region lookup
2013-11-26 Peter Dinda Minor tweaks
2013-11-26 Peter Dinda Allow strict MSR semantics
2013-11-26 Peter Dinda Allow custom CPUID
2013-11-26 Peter Dinda Floating point context-switching and checkpoint/load
2013-10-10 Peter Dinda Dynamic migration of memory from node to node
2013-10-07 Kyle Hale more paranoid error checking
2013-10-04 Peter Dinda Clean up hashtable frees to fix rmmod crash on redhat
2013-10-01 Patrick G. Bridges EDF scheduler bugfixes from Oscar
2013-09-20 Peter Dinda Graceful teardown of seabios fw config and fix of memor...
2013-09-20 Peter Dinda Assorted cleanup
2013-09-19 Peter Dinda Cleaned up deinitialization of VMM and free of VMs
2013-09-15 Patrick Bridges Basic host scheduler bug fix
2013-08-28 Peter Dinda Checkpoint/Restore fixes
2013-08-18 Peter Dinda Improved /proc/v3vee/v3-guests* output
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-08-07 Peter Dinda VM configuration attempts to roll back on failure
2013-08-04 Peter Dinda Add load-time configurable memory block size
2013-08-04 Jack Lange Enable barrier participation and core stop while in...
2013-08-04 Peter Dinda Mask hyperthreading CPUID bit
2013-08-04 Jack Lange Enable cores to be reset via INIT IPI
2013-08-04 Peter Dinda Further changes to support new non-contiguous memory...
2013-08-04 Jack Lange Added non-contiguous memory region support.
2013-08-04 Peter Dinda Minor tweaks and configuration comments for vmm_fw_cfg...
2013-08-04 Peter Dinda Allow selection of different BIOSes for the PC hardware...
2013-08-04 Jack Lange updates to enable functionality necessary for SEABIOS...
2013-08-04 Maciek Swiech quix86 instruction patches
2013-08-04 Alexander Kudryavtsev add FW_CFG interface implementation for SEABIOS
2013-08-02 Peter Dinda Fixes to interrupt (IRQ and VIRQ) injection logic:
2013-07-15 Peter Dinda Fallback to shadow paging if nested not supported or...
2013-07-15 Kyle Hale Add interface for power monitoring and telemetry option...
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...
next