summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2008-02-17KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa
2008-02-17KVM: make MMU_DEBUG compile againMarcelo Tosatti
2008-02-17KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti
2008-02-14KVM: SVM: enable LBR virtualizationJoerg Roedel
2008-02-14KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel
2008-02-14KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel
2008-02-14KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel
2008-02-12KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus
2008-02-12KVM: VMX: fix typo in VMX header defineRyan Harper
2008-02-12KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel
2008-02-11KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity
2008-02-11KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles
2008-02-10KVM: x86 emulator: fix group 5 decodingAvi Kivity
2008-02-10KVM: x86 emulator: Fix 'jmp abs'Avi Kivity
2008-02-10KVM: SVM: add support for Nested PagingJoerg Roedel
2008-02-10KVM: MMU: add TDP support to the KVM MMUJoerg Roedel
2008-02-10KVM: export the load_pdptrs() function to modulesJoerg Roedel
2008-02-10KVM: MMU: make the __nonpaging_map function genericJoerg Roedel
2008-02-10KVM: export information about NPT to generic x86 codeJoerg Roedel
2008-02-10KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel
2008-02-10KVM: SVM: add detection of Nested Paging featureJoerg Roedel
2008-02-10KVM: SVM: move feature detection to hardware setup codeJoerg Roedel
2008-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Avi Kivity
2008-02-05kvm: i386 fixAndrew Morton
2008-02-04virtio: Put the virtio under the virtualization menuAnthony Liguori
2008-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Avi Kivity
2008-01-31KVM: allow access to EFER in 32bit KVMJoerg Roedel
2008-01-31KVM: VMX: unifdef the EFER specific codeJoerg Roedel
2008-01-31KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-01-31KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity
2008-01-30KVM: Fix unbounded preemption latencyAvi Kivity
2008-01-30KVM: Initialize the mmu caches only after verifying cpu supportAvi Kivity
2008-01-30KVM: MMU: Fix dirty page setting for pages removed from rmapIzik Eidus
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang
2008-01-30KVM: MMU: Merge shadow level check in FNAME(fetch)Dong, Eddie
2008-01-30KVM: MMU: Move kvm_free_some_pages() into critical sectionAvi Kivity
2008-01-30KVM: MMU: Switch to mmu spinlockMarcelo Tosatti
2008-01-30KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity
2008-01-30KVM: Add kvm_read_guest_atomic()Marcelo Tosatti
2008-01-30KVM: MMU: Concurrent guest walkersMarcelo Tosatti
2008-01-30KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity
2008-01-30KVM: Accelerated apic supportAvi Kivity
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity
2008-01-30KVM: Print data for unimplemented wrmsrAvi Kivity
2008-01-30KVM: MMU: Add cache miss statisticAvi Kivity
2008-01-30KVM: MMU: Coalesce remote tlb flushesEddie Dong
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao
2008-01-30KVM: Move ioapic code to common directory.Zhang Xiantao
2008-01-30KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao