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.


correct XTEST behavior in RTM code
[palacios.git] / linux_module /
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-10-10 Peter Dinda Switch VNET to use adaptive yielding by default, to...
2013-10-10 Peter Dinda Dynamic migration of memory from node to node
2013-10-08 Kyle Hale error checking in file close
2013-10-07 Kyle Hale Reduced debugging output from consoles / ioctls
2013-10-04 Peter Dinda Handle oddball NUMA alloc/dealloc cases when kernel...
2013-10-04 Peter Dinda Clean up hashtable frees to fix rmmod crash on redhat
2013-10-04 Peter Dinda VNET memory interface and deinit cleanup
2013-09-20 Peter Dinda Graceful teardown of seabios fw config and fix of memor...
2013-09-20 Peter Dinda Fixed spurious warning when memory block size is overrriden
2013-09-20 Peter Dinda Assorted cleanup
2013-09-19 Peter Dinda minor numa interface cleanup, and make sure initializat...
2013-09-19 Peter Dinda Cleaned up deinitialization of VMM and free of VMs
2013-09-15 Peter Dinda Memory management and /proc enhancements
2013-08-28 Peter Dinda Checkpoint/Restore fixes
2013-08-20 Peter Dinda Made memory manager reset distinct from removal of...
2013-08-20 Peter Dinda Memory management enhancements: dynamic removal, clean...
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 VNET compatibility with NUMA interfaces
2013-08-07 Peter Dinda Memory manager fixes and assorted other fixes
2013-08-07 Peter Dinda VNET control /proc permission fixes
2013-08-04 Peter Dinda Correct memory addition calculations
2013-08-04 Peter Dinda Enhanced user-space memory interface, allowing dynamic...
2013-08-04 Peter Dinda Buddy allocator metadata for pools
2013-08-04 Jack Lange Integration of buddy allocator
2013-08-04 Jack Lange updated host pci interface to support non-contiguous...
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 Jack Lange updates to enable functionality necessary for SEABIOS...
2013-08-04 Jack Lange added NUMA query support for Linux to allow Palacios...
2013-08-04 Jack Lange added modified buddy allocator derived from Kitten...
2013-08-04 Peter Dinda Polling changes in host devices and keyed stream
2013-08-02 Peter Dinda Changes to stream interface to allow for flow control...
2013-08-02 Peter Dinda Copyrights for lock and memory checking
2013-07-22 Peter Dinda Lock-checking enhancements - simple deadlock detection
2013-07-15 Kyle Hale Add interface for power monitoring and telemetry option...
2013-06-18 Peter Dinda Lock checking enhancement to find frequently used ...
2013-06-18 Peter Dinda Lock and memory checking enhancements
2013-06-18 Kyle Hale cpuid bugfix for iface-pmu code
2013-05-28 Peter Dinda Lock bugfixes - missing lock deinits This also adds...
2013-05-28 Peter Dinda Special-cased handling of zero-byte mallocs since Linux...
2013-05-28 Peter Dinda Memory checking enhancements
2013-05-28 Peter Dinda Lock checking enhancements
2013-05-27 Peter Dinda Minor bug fix
2013-05-27 Peter Dinda Memory allocation checking framework
2013-05-26 Peter Dinda Enhancements to lock checking and its configurability
2013-05-24 Peter Dinda Lock checking framework and cleanup of linux module...
2013-04-24 Kyle Hale Add guarded module infrastructure
2013-04-12 Peter Dinda Revised mouse-related host events, graphics console...
2013-03-18 Peter Dinda Checkpointing and migration now support options, the...
2013-03-18 Peter Dinda General cleanup and help on v3_debug
2013-03-13 Peter Dinda Support for optional full /dev/mem access even if host...
2013-03-01 Peter Dinda AMD PMU - load/store counts now use data cache access...
2013-02-21 Peter Dinda Minor PMU bugfix
2013-02-21 Chang Bae PMU Host Interface and initial implementation for Linux...
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-12-29 Peter Dinda Use of information interface to enhance output of ...
2012-12-27 Peter Dinda Allow spaces in key names for textfile: saves
2012-12-26 Peter Dinda Implemntation of newer keyed stream interface on linux...
2012-12-26 Peter Dinda Minor changes to eliminate warnings, and second-try...
2012-10-01 Kyle Hale check for out-of-bounds index when freeing a VM
2012-09-21 Patrick G. Bridges Added updated sleep/wakeup functionality
2012-08-17 Peter Dinda Cleanup in thread name handling
2012-08-17 Peter Dinda Avoid corruption when freeing a guest fails
2012-08-09 Peter Dinda Configurable yielding strategies in VNET bridge thread...
2012-08-06 Peter Dinda Enhancements to VNET and to halting:
2012-08-03 Peter Dinda Typo fix
2012-08-03 Kyle Hale update palacios mempool status when onlining memory...
2012-08-03 Peter Dinda APIC and CR8 changes for vector priorization vs TPR
2012-07-27 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-07-27 Peter Dinda Further cleanup of vnet /proc interface
2012-07-27 Peter Dinda Cleaned up /proc parsing for vnet
2012-07-27 Jack Lange added 64bit bar support to passthrough PCI
2012-07-27 Jack Lange memory leak fixes
2012-07-27 Jack Lange added host_pci passthrough PCI support
2012-07-27 Peter Dinda Corrected vnet locking with irqsave/restore
2012-07-20 Kyle Hale stop and free all VMs on Linux module exit
2012-07-20 Kyle Hale add cleanup to graphics console code
2012-07-19 Diana Palsetia,... Linux-side availability of live migration functionality
2012-07-13 Kyle Hale proper cleanup in iface-file and iface-host-dev
2012-07-07 Peter Dinda Expose kmalloc flags within linux_module + add further...
2012-07-07 Kyle Hale Fail gracefully on VM create or free errors
2012-07-07 Kyle Hale Actually do cleanup in guest deinit in stream iface
2012-07-07 Kyle Hale add file and line number to linux module error prints
2012-07-07 Peter Dinda Fixes to allocation order and functions
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 VNET fixes and adaptation to new API
2012-07-07 Peter Dinda Changes to linux interfaces:
2012-06-24 Peter Dinda Further printing cleanup
2012-06-22 Peter Dinda Compilation fixes for more recent kernels
2012-06-22 Ferrol Aderholdt /proc info showing vm device and vm name mapping, and...
2012-06-20 Peter Dinda Update host dev and keyed stream user to reflect change...
2012-06-20 Peter Dinda replace errant printks in linux module with macro calls
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-20 Jack Lange cleaned up ioctl linux interfaces
next