aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli1-0/+6
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel1-0/+1
2008-07-21KVM: fix exception entry / build bug, on 64-bitIngo Molnar1-3/+5
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity1-14/+12
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier1-0/+1
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin1-0/+4
2008-07-20KVM: MTRR supportAvi Kivity1-0/+3
2008-07-20KVM: Order segment register constants in the same way as cpu operand encodingAvi Kivity1-2/+2
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang1-0/+1
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang1-0/+4
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-1/+0
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity1-0/+24
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity1-0/+1
2008-06-24KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann1-1/+3
2008-05-04KVM: avoid fx_init() schedule in atomicAndrea Arcangeli1-1/+1
2008-05-04KVM: VMX: Enable EPT feature for KVMSheng Yang1-0/+1
2008-05-04KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang1-0/+3
2008-05-04KVM: MMU: Add EPT supportSheng Yang1-0/+3
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang1-0/+1
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti1-5/+0
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity1-5/+5
2008-04-27KVM: Add trace markersFeng (Eric) Liu1-0/+19
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel1-0/+1
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori1-2/+2
2008-04-27KVM: function declaration parameter name cleanupJoerg Roedel1-3/+3
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti1-1/+1
2008-04-27KVM: x86: hardware task switching supportIzik Eidus1-0/+9
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus1-0/+1
2008-04-27KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity1-0/+13
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti1-0/+4
2008-04-27KVM: Provide unlocked version of emulator_write_phys()Avi Kivity1-0/+3
2008-04-27KVM: In kernel PIT modelSheng Yang1-0/+1
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity1-6/+6
2008-04-27KVM: MMU: large page supportMarcelo Tosatti1-0/+9
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti1-0/+1
2008-04-27KVM: Add stat counter for hypercallsAmit Shah1-0/+1
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa1-0/+7
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel1-0/+2
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel1-0/+2
2008-04-27KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel1-0/+1
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang1-0/+1
2008-04-27KVM: MMU: Simplify hash table indexingDong, Eddie1-1/+2
2008-04-17include/asm-x86/kvm_host.h: checkpatch cleanups - formatting onlyJoe Perches1-11/+13
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang1-1/+3
2008-01-30KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity1-0/+5
2008-01-30KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity1-0/+1
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity1-0/+1
2008-01-30KVM: MMU: Add cache miss statisticAvi Kivity1-0/+1
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+601