Age | Commit message (Expand) | Author |
2013-04-07 | KVM: Allow cross page reads and writes from cached translations. | Andrew Honig |
2013-03-19 | KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-... | Andy Honig |
2013-03-19 | KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201... | Andy Honig |
2013-03-18 | KVM: x86: fix deadlock in clock-in-progress request handling | Marcelo Tosatti |
2013-02-24 | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2013-02-19 | x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRs | Borislav Petkov |
2013-02-11 | KVM: Remove user_alloc from struct kvm_memory_slot | Takuya Yoshikawa |
2013-02-04 | KVM: MMU: set base_role.nxe during mmu initialization. | Gleb Natapov |
2013-01-29 | x86, apicv: add virtual interrupt delivery support | Yang Zhang |
2013-01-24 | KVM: x86: fix use of uninitialized memory as segment descriptor in emulator. | Gleb Natapov |
2013-01-21 | KVM: x86: improve reexecute_instruction | Xiao Guangrong |
2013-01-21 | KVM: x86: let reexecute_instruction work for tdp | Xiao Guangrong |
2013-01-21 | KVM: x86: clean up reexecute_instruction | Xiao Guangrong |
2013-01-14 | KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself | Takuya Yoshikawa |
2013-01-14 | KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself | Takuya Yoshikawa |
2013-01-14 | KVM: Write protect the updated slot only when dirty logging is enabled | Takuya Yoshikawa |
2013-01-08 | KVM: x86: use dynamic percpu allocations for shared msrs area | Marcelo Tosatti |
2012-12-13 | KVM: struct kvm_memory_slot.user_alloc -> bool | Alex Williamson |
2012-12-13 | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS | Alex Williamson |
2012-12-13 | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2012-12-05 | KVM: x86: Make register state after reset conform to specification | Julian Stecklina |
2012-12-02 | KVM: x86: Fix uninitialized return code | Jan Kiszka |
2012-11-30 | KVM: x86: Emulate IA32_TSC_ADJUST MSR | Will Auld |
2012-11-30 | KVM: x86: Add code to track call origin for msr assignment | Will Auld |
2012-11-27 | KVM: x86: update pvclock area conditionally, on cpu migration | Marcelo Tosatti |
2012-11-27 | KVM: x86: require matched TSC offsets for master clock | Marcelo Tosatti |
2012-11-27 | KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization | Marcelo Tosatti |
2012-11-27 | KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag | Marcelo Tosatti |
2012-11-27 | KVM: x86: notifier for clocksource changes | Marcelo Tosatti |
2012-11-27 | KVM: x86: pass host_tsc to read_l1_tsc | Marcelo Tosatti |
2012-11-27 | KVM: x86: retain pvclock guest stopped bit in guest memory | Marcelo Tosatti |
2012-11-13 | KVM: remove unnecessary return value check | Guo Chao |
2012-11-13 | KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr() | Guo Chao |
2012-11-13 | KVM: do not kfree error pointer | Guo Chao |
2012-11-12 | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) | Petr Matousek |
2012-10-31 | KVM: x86: fix vcpu->mmio_fragments overflow | Xiao Guangrong |
2012-10-29 | KVM: do not treat noslot pfn as a error pfn | Xiao Guangrong |
2012-10-18 | KVM: do not de-cache cr4 bits needlessly | Gleb Natapov |
2012-10-08 | KVM: x86: Make emulator_fix_hypercall static | Jan Kiszka |
2012-10-08 | KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset | Jan Kiszka |
2012-10-04 | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-09-23 | KVM: x86: Fix guest debug across vcpu INIT reset | Jan Kiszka |
2012-09-23 | KVM: Add resampling irqfds for level triggered interrupts | Alex Williamson |
2012-09-21 | x86, kvm: fix kvm's usage of kernel_fpu_begin/end() | Suresh Siddha |
2012-09-20 | KVM: optimize apic interrupt delivery | Gleb Natapov |
2012-09-20 | KVM: MMU: Optimize pte permission checks | Avi Kivity |
2012-09-18 | x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() | Suresh Siddha |
2012-09-17 | KVM: make processes waiting on vcpu mutex killable | Michael S. Tsirkin |
2012-09-10 | KVM: fix error paths for failed gfn_to_page() calls | Xiao Guangrong |