Age | Commit message (Expand) | Author | Files | Lines |
2013-01-08 | KVM: x86: use dynamic percpu allocations for shared msrs area | Marcelo Tosatti | 1 | -6/+18 |
2012-12-14 | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 11 | -253/+809 |
2012-12-12 | KVM: emulator: fix real mode segment checks in address linearization | Gleb Natapov | 1 | -2/+3 |
2012-12-12 | VMX: remove unneeded enable_unrestricted_guest check | Gleb Natapov | 1 | -1/+1 |
2012-12-12 | KVM: VMX: fix DPL during entry to protected mode | Gleb Natapov | 1 | -0/+1 |
2012-12-06 | KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump | Zhang Yanfei | 1 | -0/+67 |
2012-12-06 | KVM: MMU: optimize for set_spte | Xiao Guangrong | 1 | -4/+12 |
2012-12-05 | KVM: x86: Make register state after reset conform to specification | Julian Stecklina | 4 | -16/+17 |
2012-12-05 | kvm: don't use bit24 for detecting address-specific invalidation capability | Zhang Xiantao | 1 | -16/+0 |
2012-12-05 | kvm: remove unnecessary bit checking for ept violation | Zhang Xiantao | 1 | -5/+0 |
2012-12-02 | KVM: x86: Fix uninitialized return code | Jan Kiszka | 1 | -0/+1 |
2012-12-01 | KVM: x86: Emulate IA32_TSC_ADJUST MSR | Will Auld | 5 | -0/+49 |
2012-12-01 | KVM: x86: Add code to track call origin for msr assignment | Will Auld | 4 | -18/+47 |
2012-11-30 | KVM: VMX: fix memory order between loading vmcs and clearing vmcs | Xiao Guangrong | 1 | -0/+17 |
2012-11-29 | KVM: VMX: fix invalid cpu passed to smp_call_function_single | Xiao Guangrong | 1 | -3/+5 |
2012-11-28 | KVM: x86: update pvclock area conditionally, on cpu migration | Marcelo Tosatti | 1 | -1/+6 |
2012-11-28 | KVM: x86: require matched TSC offsets for master clock | Marcelo Tosatti | 2 | -8/+88 |
2012-11-28 | KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization | Marcelo Tosatti | 3 | -3/+13 |
2012-11-28 | KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag | Marcelo Tosatti | 2 | -8/+257 |
2012-11-28 | KVM: x86: notifier for clocksource changes | Marcelo Tosatti | 1 | -1/+93 |
2012-11-28 | KVM: x86: pass host_tsc to read_l1_tsc | Marcelo Tosatti | 4 | -8/+8 |
2012-11-28 | KVM: x86: retain pvclock guest stopped bit in guest memory | Marcelo Tosatti | 1 | -7/+13 |
2012-11-27 | x86, kvm: Remove incorrect redundant assembly constraint | H. Peter Anvin | 1 | -2/+1 |
2012-11-17 | KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update() | Takashi Iwai | 1 | -4/+7 |
2012-11-14 | KVM: remove unnecessary return value check | Guo Chao | 1 | -32/+0 |
2012-11-14 | KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr() | Guo Chao | 1 | -1/+1 |
2012-11-14 | KVM: do not kfree error pointer | Guo Chao | 1 | -13/+6 |
2012-11-13 | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) | Petr Matousek | 2 | -0/+6 |
2012-11-01 | KVM: x86: fix vcpu->mmio_fragments overflow | Xiao Guangrong | 1 | -26/+34 |
2012-10-30 | KVM: do not treat noslot pfn as a error pfn | Xiao Guangrong | 3 | -4/+4 |
2012-10-30 | Merge remote-tracking branch 'master' into queue | Marcelo Tosatti | 2 | -3/+2 |
2012-10-23 | KVM: Take kvm instead of vcpu to mmu_notifier_retry | Christoffer Dall | 2 | -3/+3 |
2012-10-22 | KVM: apic: fix LDR calculation in x2apic mode | Gleb Natapov | 1 | -1/+1 |
2012-10-22 | KVM: MMU: fix release noslot pfn | Xiao Guangrong | 1 | -2/+1 |
2012-10-22 | KVM: SVM: Cleanup error statements | Borislav Petkov | 1 | -5/+2 |
2012-10-18 | KVM: VMX: report internal error for MMIO #PF due to delivery event | Xiao Guangrong | 1 | -10/+16 |
2012-10-18 | KVM: VMX: report internal error for the unhandleable event | Xiao Guangrong | 1 | -4/+15 |
2012-10-18 | KVM: do not de-cache cr4 bits needlessly | Gleb Natapov | 1 | -1/+1 |
2012-10-17 | KVM: MMU: introduce FNAME(prefetch_gpte) | Xiao Guangrong | 1 | -31/+24 |
2012-10-17 | KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h | Xiao Guangrong | 2 | -31/+31 |
2012-10-17 | KVM: MMU: cleanup FNAME(page_fault) | Xiao Guangrong | 1 | -19/+13 |
2012-10-17 | KVM: MMU: remove mmu_is_invalid | Xiao Guangrong | 2 | -7/+2 |
2012-10-08 | KVM: x86: Make emulator_fix_hypercall static | Jan Kiszka | 1 | -2/+2 |
2012-10-08 | KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset | Jan Kiszka | 1 | -3/+5 |
2012-10-04 | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 21 | -1074/+1408 |
2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -4/+9 |
2012-10-01 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2012-10-01 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -89/+0 |
2012-09-23 | KVM: x86: Fix guest debug across vcpu INIT reset | Jan Kiszka | 3 | -41/+22 |
2012-09-23 | KVM: Add resampling irqfds for level triggered interrupts | Alex Williamson | 1 | -0/+4 |