summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2010-04-01KVM: x86: check for cr3 validity in ioctl_set_sregsMarcelo Tosatti
2010-04-01KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2010-04-01KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity
2010-01-06Revert: KVM: MMU: do not free active mmu pages in free_mmu_pages()Greg Kroah-Hartman
2009-11-09KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID (CVE-2009-3638)Avi Kivity
2009-10-12KVM: x86: Disallow hypercalls for guest callers in rings > 0 [CVE-2009-3290]Jan Kiszka
2009-09-08KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti
2009-09-08KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti
2009-09-08KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov
2009-09-08KVM: Fix PDPTR reloading on CR4 writesAvi Kivity
2009-09-08KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity
2009-09-08KVM: VMX: Handle vmx instruction vmexitsAvi Kivity
2009-09-08KVM: Make EFER reads safe when EFER does not existAvi Kivity
2009-09-08KVM: SVM: Remove port 80 passthroughAvi Kivity
2009-09-08KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity
2009-09-08KVM: VMX: Set IGMT bit in EPT entrySheng Yang
2009-09-08KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti
2009-09-08KVM: set debug registers after "schedulable" sectionMarcelo Tosatti
2009-09-08KVM: add MC5_MISC msr read supportJoerg Roedel
2009-09-08KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen
2009-09-08KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen
2009-09-08KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen
2009-09-08KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity
2009-09-08KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity
2009-09-08KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity
2009-09-08KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity
2009-09-08KVM: Load real mode segments correctlyAvi Kivity
2009-09-08KVM: VMX: Change segment dpl at reset to 3Avi Kivity
2009-09-08KVM: VMX: Change cs reset state to be a data segmentAvi Kivity
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang
2008-09-11KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel
2008-09-11KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel
2008-08-25KVM: MMU: Fix torn shadow pteAvi Kivity
2008-07-29KVM: Advertise synchronized mmu support to userspaceAvi Kivity
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli
2008-07-29KVM: Allow reading aliases with mmu_lockAndrea Arcangeli
2008-07-28mmu-notifiers: coreAndrea Arcangeli
2008-07-27KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang
2008-07-27KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang
2008-07-27KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity
2008-07-27KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti
2008-07-27KVM: task switch: segment base is linear addressMarcelo Tosatti
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity
2008-07-20KVM: x86 emulator: emulate clflushGlauber Costa
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity