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.


Avoid strict-aliasing related issues when compiling with optimization
[palacios.git] / linux_module /
2015-05-19 Peter Dinda Cleanup of locking in host device interface
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...
2014-12-29 Kyle Hale FPU stub change to support more recent kernels
2014-09-21 Peter Dinda Revert mistakenly overwritten lazy FP change (no functi...
2014-09-11 Kyle Hale changes and fixes to support QEMU integration with...
2014-08-31 Peter Dinda P-State more detailed hw info from ACPI
2014-08-31 Peter Dinda P-State control - minor tweaks and change to proc interface
2014-08-30 Kyle Hale P-State: add notifier block for linux frequency transit...
2014-08-30 Kyle Hale fix pstate set lockup by setting frequency using linux...
2014-08-26 Peter Dinda P-State (DVFS) Enhancements
2014-08-25 Kyle Hale added linux cpufreq interface to dvfs code.
2014-08-25 Peter Dinda Additional functionality for pstate-ctrl
2014-08-25 Kyle Hale, Shiva... P-State control interface - Linux implementation
2014-08-25 Peter Dinda Update host device framework to support PCI and other...
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-27 Peter Dinda Linux front-end for memory tracking interface
2014-06-23 Peter Dinda Guest control cleanup
2014-06-22 Peter Dinda Expose swapping and pinning to host + add visibility...
2014-06-21 Peter Dinda Make newly created files 0600 by default
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
next