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 /
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
2012-06-20 Peter Dinda New style printk for vnet
2012-06-20 Diana Palsetia and... Network support for keyed streams "net:"
2012-06-19 Peter Dinda Prefaced output from V3_Print on linux module
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-06-19 Ben Scholbrock Linux printing macros for linux module
2012-06-04 Kyle Hale Added host interface for selective system call exiting...
2012-04-27 Lei Xia Remove Linux header file for newer version of Linux...
2012-04-26 Peter Dinda Implementation of host-driven rendering in graphics...
2012-04-24 Jack Lange various fixes
2012-04-24 Kyle Hale added include to fix compilation on certain linux versions
2012-04-20 Jack Lange added exit reporting to thread exit path
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
2012-04-13 Kyle Hale Linux implementation of Gears interfaces
2012-04-13 Peter Dinda Linux host hypercall interface implementation
2012-02-24 Patrick G. Bridges Fixed host device and keyed stream compilation on diffe...
2012-02-17 Peter Dinda Clean up compat ioctl handlers in host-dev and keyed...
2012-02-10 Jack Lange initial simulation functionality
2012-02-08 Jack Lange bug fixes for VMX
2012-01-20 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-01-20 Peter Dinda Corrected calling convention for user requests in the...
2012-01-17 Patrick G. Bridges Fixed compile error in host device for newer linux...
2011-11-22 Lei Xia Fix bugs when deinit a list, use list_for_each_entry_sa...
2011-11-19 Jack Lange updated kernel version numbers for file interface Release-1.3
2011-11-16 Peter Dinda Typo fix
2011-11-16 Peter Dinda Use GFP_DMA32 for small page allocations
2011-11-11 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2011-11-11 Patrick G. Bridges Minor change to linux version numbers in module build...
2011-11-10 Peter Dinda More cleanup to avoid possible race
2011-11-10 Peter Dinda Changed memory allocation to avoid possible deadlock...
2011-11-03 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-11-03 Lei Xia Fix to direct nework bridge on how to get index of...
2011-11-03 Jack Lange linux file interface fixes
2011-11-01 Lei Xia Restructure of direct host network bridge.
2011-10-27 Jack Lange removed debugging mkdir call
2011-10-27 Jack Lange updated file interface to work with earlier 2.6 kernels...
2011-10-27 Jack Lange added directory creation to the file interface
2011-10-27 Jack Lange added error checking to guest launch to handle core...
2011-10-24 Patrick G. Bridges Cleaned up time management stuff, being more careful...
2011-10-18 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2011-10-07 Jack Lange fix thread exit behavior to allow stopping of guests
2011-10-07 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2011-10-06 Jack Lange userspace changes to break apart VM lifecycle management
2011-10-06 Patrick G. Bridges Fix compile error in keyed stream for newer linux kernels
2011-09-22 Jack Lange Remove non-multithreaded OS option. Change VM creation...
2011-09-16 Jack Lange fixed merge error
2011-09-16 Jack Lange Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-09-16 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-09-16 Jack Lange hooking checkpoints into vmm execution
2011-09-16 Madhav Suresh hooked checkpoint code up to the linux module and added...
2011-09-16 Jack Lange added module linker script for checkpoint code
2011-09-16 Jack Lange reworked VM stopping to avoid deallocation ordering...
2011-09-14 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-09-14 Jack Lange Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-09-14 Jack Lange various bug fixes to the block layer
2011-09-13 Jack Lange Added barrier locking to the core migration functionality
2011-09-08 Peter Dinda Merge fix
2011-09-01 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-30 Jack Lange various linux fixes
2011-08-26 Jack Lange various minor bug fixes
2011-08-26 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-26 Jack Lange update headers
2011-08-26 Patrick G. Bridges First cut at changes to enhance/fix machine check injec...
2011-08-18 Lei Xia Initial support for moving virtual cores among differen...
2011-08-18 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-18 Lei Xia change poll mode for each VNET device
2011-08-17 Jack Lange added virtio console, finished the stream interface...
2011-08-16 Jack Lange added O_RDWR flag to console file descriptor to allow...
2011-08-12 Kevin Pedretti palacios_alloc() patch
2011-07-30 Jack Lange added barrier synchronization and integrated it with...
2011-07-25 Peter Dinda Cleanups and bug fixing for user-space keyed stream...
2011-07-23 Clint Sbisa Initial integration and reimplementation of user-space...
2011-07-18 Peter Dinda Preallocation in keyed stream interface + bug fixes
2011-07-14 Peter Dinda Keyed stream updates - creation of directories and...
2011-07-10 Peter Dinda Added file stream functionality to keyed stream interface
2011-06-30 Lei Xia alignment format fix
2011-06-30 Lei Xia clean/revert copyright header
next