aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov
2010-03-01KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity
2010-03-01KVM: Activate fpu on cltsAvi Kivity
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov
2010-03-01KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang
2010-03-01KVM: Bump maximum vcpu count to 64Avi Kivity
2010-03-01KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti
2010-03-01KVM: modify alias layout in x86s struct kvm_archMarcelo Tosatti
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity
2010-03-01KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity
2009-12-03KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka
2009-12-03KVM: x86 shared msr infrastructureAvi Kivity
2009-12-03KVM: allow userspace to adjust kvmclock offsetGlauber Costa
2009-12-03KVM: SVM: Cleanup NMI singlestepJan Kiszka
2009-12-03KVM: x86: Fix guest single-stepping while interruptibleJan Kiszka
2009-12-03KVM: Xen PV-on-HVM guest supportEd Swierk
2009-12-03KVM: x86: Rework guest single-step flag injection and filteringJan Kiszka
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel
2009-09-10KVM: MMU: enable gbpages by increasing nr of pagesizesJoerg Roedel
2009-09-10KVM: MMU: shadow support for 1gb pagesJoerg Roedel
2009-09-10KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-09-10KVM: Add MCE supportHuang Ying
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble