Age | Commit message (Expand) | Author |
2014-03-12 | KVM: SVM: fix cr8 intercept window | Radim Krčmář |
2014-02-27 | kvm, vmx: Really fix lazy FPU on nested guest | Paolo Bonzini |
2014-02-27 | kvm: x86: fix emulator buffer overflow (CVE-2014-0049) | Andrew Honig |
2014-02-26 | KVM: MMU: drop read-only large sptes when creating lower level sptes | Marcelo Tosatti |
2014-01-29 | kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef | Paolo Bonzini |
2014-01-27 | KVM: x86: Validate guest writes to MSR_IA32_APICBASE | Jan Kiszka |
2014-01-24 | KVM: x86: mark hyper-v vapic assist page as dirty | Vadim Rozenfeld |
2014-01-23 | KVM: x86: mark hyper-v hypercall page as dirty | Vadim Rozenfeld |
2014-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2014-01-20 | kvm: make KVM_MMU_AUDIT help text more readable | Randy Dunlap |
2014-01-17 | KVM: nVMX: Update guest activity state field on L2 exits | Jan Kiszka |
2014-01-17 | KVM: nVMX: Fix nested_run_pending on activity state HLT | Jan Kiszka |
2014-01-17 | KVM: nVMX: Clean up handling of VMX-related MSRs | Jan Kiszka |
2014-01-17 | KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_inject | Jan Kiszka |
2014-01-17 | KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit | Jan Kiszka |
2014-01-17 | KVM: nVMX: Leave VMX mode on clearing of feature control MSR | Jan Kiszka |
2014-01-17 | KVM: VMX: Fix DR6 update on #DB exception | Jan Kiszka |
2014-01-17 | KVM: SVM: Fix reading of DR6 | Jan Kiszka |
2014-01-17 | KVM: x86: Sync DR7 on KVM_SET_DEBUGREGS | Jan Kiszka |
2014-01-17 | add support for Hyper-V reference time counter | Vadim Rozenfeld |
2014-01-15 | KVM: remove useless write to vcpu->hv_clock.tsc_timestamp | Paolo Bonzini |
2014-01-15 | KVM: x86: fix tsc catchup issue with tsc scaling | Marcelo Tosatti |
2014-01-15 | kvm: x86: fix apic_base enable check | Andrew Jones |
2014-01-15 | KVM: x86: limit PIT timer frequency | Marcelo Tosatti |
2014-01-15 | KVM: x86: handle invalid root_hpa everywhere | Marcelo Tosatti |
2014-01-08 | KVM: VMX: fix use after free of vmx->loaded_vmcs | Marcelo Tosatti |
2014-01-08 | KVM: x86: Fix debug typo error in lapic | Chen Fan |
2014-01-08 | KVM: VMX: check use I/O bitmap first before unconditional I/O exit | Zhihui Zhang |
2014-01-02 | KVM: nVMX: Unconditionally uninit the MMU on nested vmexit | Jan Kiszka |
2013-12-30 | KVM: x86: Fix APIC map calculation after re-enabling | Jan Kiszka |
2013-12-20 | KVM: MMU: handle invalid root_hpa at __direct_map | Marcelo Tosatti |
2013-12-20 | KVM: VMX: Do not skip the instruction if handle_dr injects a fault | Jan Kiszka |
2013-12-18 | KVM: nVMX: Support direct APIC access from L2 | Jan Kiszka |
2013-12-13 | KVM: x86: Add comment on vcpu_enter_guest()'s return value | Takuya Yoshikawa |
2013-12-13 | KVM: Use cond_resched() directly and remove useless kvm_resched() | Takuya Yoshikawa |
2013-12-12 | KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376) | Gleb Natapov |
2013-12-12 | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) | Andy Honig |
2013-12-12 | KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367) | Andy Honig |
2013-12-12 | KVM: nVMX: Add support for activity state HLT | Jan Kiszka |
2013-12-12 | KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs field | Gleb Natapov |
2013-11-20 | kvm: mmu: delay mmu audit activation | Sasha Levin |
2013-11-13 | kvm, vmx: Fix lazy FPU on nested guest | Anthoine Bourgeois |
2013-11-07 | kvm, cpuid: Fix sparse warning | Borislav Petkov |
2013-11-06 | kvm: optimize out smp_mb after srcu_read_unlock | Michael S. Tsirkin |
2013-11-05 | KVM: x86: trace cpuid emulation when called from emulator | Gleb Natapov |
2013-11-05 | KVM: emulator: cleanup decode_register_operand() a bit | Gleb Natapov |
2013-11-05 | KVM: emulator: check rex prefix inside decode_register() | Gleb Natapov |
2013-11-04 | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue | Gleb Natapov |
2013-11-03 | KVM: x86: fix emulation of "movzbl %bpl, %eax" | Paolo Bonzini |
2013-10-31 | KVM: x86: emulate SAHF instruction | Paolo Bonzini |