Age | Commit message (Expand) | Author |
2010-04-01 | KVM: x86: check for cr3 validity in ioctl_set_sregs | Marcelo Tosatti |
2010-04-01 | KVM: VMX: Check cpl before emulating debug register access | Avi Kivity |
2010-04-01 | KVM: x86 emulator: limit instructions to 15 bytes | Avi Kivity |
2010-01-06 | Revert: KVM: MMU: do not free active mmu pages in free_mmu_pages() | Greg Kroah-Hartman |
2009-11-09 | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID (CVE-2009-3638) | Avi Kivity |
2009-10-12 | KVM: x86: Disallow hypercalls for guest callers in rings > 0 [CVE-2009-3290] | Jan Kiszka |
2009-09-08 | KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock | Marcelo Tosatti |
2009-09-08 | KVM: x86: check for cr3 validity in mmu_alloc_roots | Marcelo Tosatti |
2009-09-08 | KVM: MMU: do not free active mmu pages in free_mmu_pages() | Gleb Natapov |
2009-09-08 | KVM: Fix PDPTR reloading on CR4 writes | Avi Kivity |
2009-09-08 | KVM: Make paravirt tlb flush also reload the PAE PDPTRs | Avi Kivity |
2009-09-08 | KVM: VMX: Handle vmx instruction vmexits | Avi Kivity |
2009-09-08 | KVM: Make EFER reads safe when EFER does not exist | Avi Kivity |
2009-09-08 | KVM: SVM: Remove port 80 passthrough | Avi Kivity |
2009-09-08 | KVM: VMX: Don't allow uninhibited access to EFER on i386 | Avi Kivity |
2009-09-08 | KVM: VMX: Set IGMT bit in EPT entry | Sheng Yang |
2009-09-08 | KVM: MMU: increase per-vcpu rmap cache alloc size | Marcelo Tosatti |
2009-09-08 | KVM: set debug registers after "schedulable" section | Marcelo Tosatti |
2009-09-08 | KVM: add MC5_MISC msr read support | Joerg Roedel |
2009-09-08 | KVM: Reduce stack usage in kvm_pv_mmu_op() | Dave Hansen |
2009-09-08 | KVM: Reduce stack usage in kvm_arch_vcpu_ioctl() | Dave Hansen |
2009-09-08 | KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl() | Dave Hansen |
2009-09-08 | KVM: MMU: Fix setting the accessed bit on non-speculative sptes | Avi Kivity |
2009-09-08 | KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log | Avi Kivity |
2009-09-08 | KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access() | Avi Kivity |
2009-09-08 | KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED | Avi Kivity |
2009-09-08 | KVM: Load real mode segments correctly | Avi Kivity |
2009-09-08 | KVM: VMX: Change segment dpl at reset to 3 | Avi Kivity |
2009-09-08 | KVM: VMX: Change cs reset state to be a data segment | Avi Kivity |
2008-09-11 | KVM: VMX: Always return old for clear_flush_young() when using EPT | Sheng Yang |
2008-09-11 | KVM: SVM: fix guest global tlb flushes with NPT | Joerg Roedel |
2008-09-11 | KVM: SVM: fix random segfaults with NPT enabled | Joerg Roedel |
2008-08-25 | KVM: MMU: Fix torn shadow pte | Avi Kivity |
2008-07-29 | KVM: Advertise synchronized mmu support to userspace | Avi Kivity |
2008-07-29 | KVM: Synchronize guest physical memory map to host virtual memory map | Andrea Arcangeli |
2008-07-29 | KVM: Allow browsing memslots with mmu_lock | Andrea Arcangeli |
2008-07-29 | KVM: Allow reading aliases with mmu_lock | Andrea Arcangeli |
2008-07-28 | mmu-notifiers: core | Andrea Arcangeli |
2008-07-27 | KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.ko | Sheng Yang |
2008-07-27 | KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameter | Sheng Yang |
2008-07-27 | KVM: task switch: translate guest segment limit to virt-extension byte granul... | Marcelo Tosatti |
2008-07-27 | KVM: Avoid instruction emulation when event delivery is pending | Avi Kivity |
2008-07-27 | KVM: task switch: use seg regs provided by subarch instead of reading from GDT | Marcelo Tosatti |
2008-07-27 | KVM: task switch: segment base is linear address | Marcelo Tosatti |
2008-07-27 | KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module | Joerg Roedel |
2008-07-20 | KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts | Avi Kivity |
2008-07-20 | KVM: x86 emulator: emulate clflush | Glauber Costa |
2008-07-20 | KVM: MMU: improve invalid shadow root page handling | Marcelo Tosatti |
2008-07-20 | KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction | Marcelo Tosatti |
2008-07-20 | KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues | Avi Kivity |