Age | Commit message (Expand) | Author |
2010-03-01 | KVM: Fill out ftrace exit reason strings | Avi Kivity |
2010-03-01 | KVM: convert slots_lock to a mutex | Marcelo Tosatti |
2010-03-01 | KVM: switch vcpu context to use SRCU | Marcelo Tosatti |
2010-03-01 | KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update | Marcelo Tosatti |
2010-03-01 | KVM: modify memslots layout in struct kvm | Marcelo Tosatti |
2010-03-01 | KVM: VMX: Add instruction rdtscp support for guest | Sheng Yang |
2010-03-01 | KVM: Add cpuid_update() callback to kvm_x86_ops | Sheng Yang |
2010-03-01 | KVM: VMX: Remove redundant variable | Sheng Yang |
2010-03-01 | KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller | Avi Kivity |
2010-03-01 | KVM: VMX: When using ept, allow the guest to own cr4.pge | Avi Kivity |
2010-03-01 | KVM: VMX: Make guest cr4 mask more conservative | Avi Kivity |
2010-03-01 | KVM: Add accessor for reading cr4 (or some bits of cr4) | Avi Kivity |
2010-03-01 | KVM: VMX: Move some cr[04] related constants to vmx.c | Avi Kivity |
2010-03-01 | KVM: VMX: Trap and invalid MWAIT/MONITOR instruction | Sheng Yang |
2009-12-03 | KVM: VMX: Fix comparison of guest efer with stale host value | Avi Kivity |
2009-12-03 | KVM: VMX: Disable unrestricted guest when EPT disabled | Sheng Yang |
2009-12-03 | KVM: x86: Add KVM_GET/SET_VCPU_EVENTS | Jan Kiszka |
2009-12-03 | KVM: VMX: Report unexpected simultaneous exceptions as internal errors | Avi Kivity |
2009-12-03 | KVM: Allow internal errors reported to userspace to carry extra data | Avi Kivity |
2009-12-03 | KVM: VMX: Remove vmx->msr_offset_efer | Avi Kivity |
2009-12-03 | KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 | Marcelo Tosatti |
2009-12-03 | KVM: VMX: Use shared msr infrastructure | Avi Kivity |
2009-12-03 | KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area | Avi Kivity |
2009-12-03 | KVM: VMX: Use macros instead of hex value on cr0 initialization | Eduardo Habkost |
2009-12-03 | KVM: VMX: fix handle_pause declaration | Marcelo Tosatti |
2009-12-03 | KVM: VMX: Add support for Pause-Loop Exiting | Zhai, Edwin |
2009-12-03 | KVM: x86: Refactor guest debug IOCTL handling | Jan Kiszka |
2009-12-03 | KVM: Fix hotplug of CPUs | Zachary Amsden |
2009-12-03 | KVM: Activate Virtualization On Demand | Alexander Graf |
2009-12-03 | KVM: VMX: Enhance invalid guest state emulation | Mohammed Gamal |
2009-12-03 | KVM: Don't pass kvm_run arguments | Avi Kivity |
2009-10-04 | KVM: VMX: flush TLB with INVEPT on cpu migration | Marcelo Tosatti |
2009-09-10 | KVM: VMX: Check cpl before emulating debug register access | Avi Kivity |
2009-09-10 | KVM: VMX: call vmx_load_host_state() only if msr is cached | Gleb Natapov |
2009-09-10 | KVM: VMX: Conditionally reload debug register 6 | Avi Kivity |
2009-09-10 | KVM: VMX: Fix cr8 exiting control clobbering by EPT | Gleb Natapov |
2009-09-10 | KVM: VMX: Fix EPT with WP bit change during paging | Sheng Yang |
2009-09-10 | KVM: VMX: Adjust rflags if in real mode emulation | Avi Kivity |
2009-09-10 | KVM: fix EFER read buffer overflow | Roel Kluin |
2009-09-10 | KVM: VMX: Optimize vmx_get_cpl() | Avi Kivity |
2009-09-10 | KVM: report 1GB page support to userspace | Joerg Roedel |
2009-09-10 | KVM: VMX: Avoid to return ENOTSUPP to userland | Jan Kiszka |
2009-09-10 | KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl | Sheng Yang |
2009-09-10 | KVM: convert custom marker based tracing to event traces | Marcelo Tosatti |
2009-09-10 | KVM: VMX: Only reload guest cr2 if different from host cr2 | Avi Kivity |
2009-09-10 | KVM: VMX: conditionally disable 2M pages | Marcelo Tosatti |
2009-09-10 | KVM: VMX: EPT misconfiguration handler | Marcelo Tosatti |
2009-09-10 | KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits | Marcelo Tosatti |
2009-09-10 | KVM: Move performance counter MSR access interception to generic x86 path | Andre Przywara |
2009-09-10 | KVM: Introduce kvm_vcpu_is_bsp() function. | Gleb Natapov |