2015-09-20 |
Peter Dinda |
Correct VM deallocation on fail before nested paging... |
tree | commitdiff |
2015-09-17 |
Peter Dinda |
HRT image replacement from ROS application |
tree | commitdiff |
2015-09-09 |
Kyle Hale |
fix potential overflow condition in VMX assist |
tree | commitdiff |
2015-09-08 |
Peter Dinda |
HVM support for forwarding events to ROS |
tree | commitdiff |
2015-09-08 |
Peter Dinda |
More init checks to allow graceful fail out when VM... |
tree | commitdiff |
2015-09-07 |
Peter Dinda |
Minor tweak to fix handling of extensions without initi... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of assorted additional... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of unintentional integer... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of endianness, dead code... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of switch issues, negative... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of integer overflow, null... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of explicit null derefs... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of divide-by-zero and float... |
tree | commitdiff |
2015-09-01 |
Peter Dinda |
Cleanup and sanity-checking of before/after null-check... |
tree | commitdiff |
2015-08-31 |
Peter Dinda |
Cleanup and sanity-checking of OOB accesses and pointer... |
tree | commitdiff |
2015-08-31 |
Peter Dinda |
Cleanup and sanity-checking of use of strncpy/strcpy... |
tree | commitdiff |
2015-08-31 |
Peter Dinda |
Assorted cleanup of memory-related user-level stuff |
tree | commitdiff |
2015-08-31 |
Peter Dinda |
Cache partitioning support |
tree | commitdiff |
2015-08-31 |
Peter Dinda |
Resource control extensions to host OS interface |
tree | commitdiff |
2015-08-03 |
Peter Dinda |
HVM synchronous operation facility |
tree | commitdiff |
2015-08-03 |
Peter Dinda |
Removal of debugging code from halt code |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
Minor fix |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
HVM capability enhancments |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
Have unregistered hypercalls fail to guest |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
Leave a HLT on exception injection |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
Avoid physical/virtual contiguity assumptions using... |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
SVM Bug Fixes and Enhancements (Missing changed file) |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
Deallocation bug fix in device manager to allow backing... |
tree | commitdiff |
2015-08-02 |
Peter Dinda |
SVM Bug Fixes and Enhancements |
tree | commitdiff |
2015-07-12 |
Peter Dinda |
Cleanup of linkage issues for non-Linux hosts |
tree | commitdiff |
2015-07-01 |
Peter Dinda |
Cleanup based on cppcheck pass (Core) |
tree | commitdiff |
2015-06-29 |
Peter Dinda |
Expose HVM state to host + Linux host /proc additions... |
tree | commitdiff |
2015-06-29 |
Peter Dinda |
VM Reset Bugfixes |
tree | commitdiff |
2015-06-19 |
Peter Dinda |
Minor bugfix |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
Multiboot and HVM reset integrated into VMX |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
VM reset capability |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
SVM reset capability + integration with multiboot+hvm... |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
HVM enhancements |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
Multiboot enhancements |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
Detailed segmentation output from v3_debug |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
Guest mem gpa/gva memset functions |
tree | commitdiff |
2015-06-18 |
Peter Dinda |
Factoring of BIOS setup so that it can be reused during... |
tree | commitdiff |
2015-05-19 |
Peter Dinda |
Addition of basic multiboot functionality plus refactor... |
tree | commitdiff |
2015-04-28 |
Peter Dinda |
Minor compile warning fixup and error checks |
tree | commitdiff |
2015-04-17 |
Peter Dinda |
Generalization of constraints on page allocation and... |
tree | commitdiff |
2015-04-17 |
Peter Dinda |
Expose vmalloc-like os interface to Palacios, and updat... |
tree | commitdiff |
2015-04-01 |
Peter Dinda |
Minor tweak to fix accidental new feature leak |
tree | commitdiff |
2015-03-25 |
Peter Dinda |
Typo fix |
tree | commitdiff |
2015-03-25 |
Peter Dinda |
Basic HRT startup for HVM, plus assorted cleanup |
tree | commitdiff |
2015-03-23 |
Peter Dinda |
HVM configuration logic (create mptables, acpi tables... |
tree | commitdiff |
2015-03-23 |
Peter Dinda |
Add HVM configuration capability, init/deinit, etc |
tree | commitdiff |
2015-03-23 |
Peter Dinda |
HVM updates to support apic partitioning |
tree | commitdiff |
2015-03-22 |
Peter Dinda |
Basic HVM data structures and functions |
tree | commitdiff |
2015-03-22 |
Peter Dinda |
Use page allocation for base memory region array |
tree | commitdiff |
2015-03-12 |
Peter Dinda |
Add proper cleanup for a nested VMX guest This also... |
tree | commitdiff |
2014-10-09 |
Maciek Swiech |
More debugging output (APIC, LDT, etc) |
tree | commitdiff |
2014-10-09 |
Maciek Swiech |
Added guest GDT and IDT printing |
tree | commitdiff |
2014-09-11 |
Kyle Hale |
add ability to load custom BIOS ROMs. |
tree | commitdiff |
2014-08-25 |
Oscar Mondragon |
v3_cpu_mapper_admit_vm function call moved from start_t... |
tree | commitdiff |
2014-08-24 |
Peter Dinda |
Bug fix and cleanup |
tree | commitdiff |
2014-08-18 |
Oscar Mondragon |
Hook for thread creation split into create and start... |
tree | commitdiff |
2014-07-07 |
Peter Dinda |
Assorted bug fixes and defensive programming |
tree | commitdiff |
2014-06-30 |
Peter Dinda |
Minor cleanup in memory tracking |
tree | commitdiff |
2014-06-30 |
Peter Dinda |
Better support for dynamic changes to page event callbacks |
tree | commitdiff |
2014-06-30 |
Peter Dinda |
Add shared-exclusive (readers-writer) locks |
tree | commitdiff |
2014-06-27 |
Peter Dinda |
Linux user-space tools for memory tracking functionality |
tree | commitdiff |
2014-06-27 |
Peter Dinda |
Add memory tracking functionality to Palacios |
tree | commitdiff |
2014-06-22 |
Peter Dinda |
Expose swapping and pinning to host + add visibility... |
tree | commitdiff |
2014-06-22 |
Peter Dinda |
Minor bug fixes and defensive programming |
tree | commitdiff |
2014-06-22 |
Daniel Zuo, Nikhat... |
Add swapping and pinning capability to Palacios |
tree | commitdiff |
2014-06-09 |
Peter Dinda |
Minor fixes |
tree | commitdiff |
2014-06-09 |
Peter Dinda |
Refactoring and additions to direct paging (nested... |
tree | commitdiff |
2014-05-26 |
Chunxiao Diao, Dan... |
Convert shadow paging to use 32 PAE (Remove 32 Bit... |
tree | commitdiff |
2014-05-26 |
Peter Dinda |
Convert shadow paging to use 32 PAE (Require Long Mode) |
tree | commitdiff |
2014-05-26 |
Peter Dinda |
Convert shadow paging to use 32 PAE (VMX) |
tree | commitdiff |
2014-05-26 |
Chunxiao Diao, Dan... |
Convert shadow paging to use 32 PAE (SVM) |
tree | commitdiff |
2014-05-26 |
Chunxiao Diao, Dan... |
Convert shadow paging to use 32 PAE (Direct Paging) |
tree | commitdiff |
2014-05-26 |
Chunxiao Diao, Dan... |
Convert shadow paging to use 32 PAE (Core) |
tree | commitdiff |
2014-04-06 |
Chunxiao Diao |
Corrected corner case in VTLB (shadow paging) handling |
tree | commitdiff |
2014-04-06 |
Kyle Hale |
significant refactoring of RTM emulation code |
tree | commitdiff |
2014-04-04 |
Kevin Pedretti |
Add comment |
tree | commitdiff |
2014-04-04 |
Kevin Pedretti |
Fix xed build error |
tree | commitdiff |
2014-03-24 |
Kyle Hale |
add ability to destroy hashtable iterators |
tree | commitdiff |
2014-02-18 |
Peter Dinda |
Minor cleanups on shadow paging build/debug |
tree | commitdiff |
2014-01-22 |
Maciek Swiech |
Addition of state to checkpoint |
tree | commitdiff |
2014-01-14 |
Peter Dinda |
Error checking fixes, minor bug in keyed stream, minor... |
tree | commitdiff |
2013-12-22 |
Kyle Hale |
Add missing case to print all debugging info in vmm_debug |
tree | commitdiff |
2013-12-16 |
Maciek Swiech |
Fix for floating point save/restore in case where fp... |
tree | commitdiff |
2013-11-26 |
Peter Dinda |
Bugfix to base memory region lookup |
tree | commitdiff |
2013-11-26 |
Peter Dinda |
Minor tweaks |
tree | commitdiff |
2013-11-26 |
Peter Dinda |
Allow strict MSR semantics |
tree | commitdiff |
2013-11-26 |
Peter Dinda |
Allow custom CPUID |
tree | commitdiff |
2013-11-26 |
Peter Dinda |
Floating point context-switching and checkpoint/load |
tree | commitdiff |
2013-10-10 |
Peter Dinda |
Dynamic migration of memory from node to node |
tree | commitdiff |
2013-10-07 |
Kyle Hale |
more paranoid error checking |
tree | commitdiff |
2013-10-04 |
Peter Dinda |
Clean up hashtable frees to fix rmmod crash on redhat |
tree | commitdiff |
2013-10-01 |
Patrick G. Bridges |
EDF scheduler bugfixes from Oscar |
tree | commitdiff |
2013-09-20 |
Peter Dinda |
Graceful teardown of seabios fw config and fix of memor... |
tree | commitdiff |
2013-09-20 |
Peter Dinda |
Assorted cleanup |
tree | commitdiff |
2013-09-19 |
Peter Dinda |
Cleaned up deinitialization of VMM and free of VMs |
tree | commitdiff |
next |