KVM: Lazify fpu activation and deactivation
[safe/jmp/linux-2.6] / arch / x86 / include / asm / kvm_host.h
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: VMX: Allow the guest to own some cr0 bits
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Avi KivityKVM: Bump maximum vcpu count to 64
2010-03-01 Marcelo TosattiKVM: x86: switch kvm_set_memory_alias to SRCU update
2010-03-01 Marcelo TosattiKVM: modify alias layout in x86s struct kvm_arch
2010-03-01 Sheng YangKVM: VMX: Add instruction rdtscp support for guest
2010-03-01 Sheng YangKVM: Add cpuid_update() callback to kvm_x86_ops
2010-03-01 Avi KivityKVM: Add accessor for reading cr4 (or some bits of...
2010-03-01 Avi KivityKVM: VMX: Move some cr[04] related constants to vmx.c
2009-12-03 Avi KivityKVM: VMX: Fix comparison of guest efer with stale host...
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
2009-12-03 Avi KivityKVM: x86 shared msr infrastructure
2009-12-03 Glauber CostaKVM: allow userspace to adjust kvmclock offset
2009-12-03 Jan KiszkaKVM: SVM: Cleanup NMI singlestep
2009-12-03 Jan KiszkaKVM: x86: Fix guest single-stepping while interruptible
2009-12-03 Ed SwierkKVM: Xen PV-on-HVM guest support
2009-12-03 Jan KiszkaKVM: x86: Rework guest single-step flag injection and...
2009-12-03 Jan KiszkaKVM: x86: Refactor guest debug IOCTL handling
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
2009-12-03 Gleb NatapovKVM: Move irq ack notifier list to arch independent...
2009-12-03 Gleb NatapovKVM: Move irq sharing information to irqchip level
2009-12-03 Avi KivityKVM: Don't pass kvm_run arguments
2009-10-04 Izik EidusKVM: add support for change_pte mmu notifiers
2009-09-10 Avi KivityKVM: VMX: Check cpl before emulating debug register...
2009-09-10 Avi KivityKVM: Use thread debug register storage instead of kvm...
2009-09-10 Avi KivityKVM: Rename x86_emulate.c to emulate.c
2009-09-10 Joerg RoedelKVM: report 1GB page support to userspace
2009-09-10 Joerg RoedelKVM: MMU: enable gbpages by increasing nr of pagesizes
2009-09-10 Joerg RoedelKVM: MMU: shadow support for 1gb pages
2009-09-10 Joerg RoedelKVM: MMU: make direct mapping paths aware of mapping...
2009-09-10 Sheng YangKVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
2009-09-10 Gleb NatapovKVM: Reduce runnability interface with arch support...
2009-09-10 Gleb NatapovKVM: Move kvm_cpu_get_interrupt() declaration to x86...
2009-09-10 Joerg RoedelKVM: Prepare memslot data structures for multiple hugep...
2009-09-10 Marcelo TosattiKVM: convert custom marker based tracing to event traces
2009-09-10 Avi KivityKVM: VMX: Move rmode structure to vmx-specific code
2009-09-10 Nitin A KambleKVM: VMX: Support Unrestricted Guest feature
2009-09-10 Avi KivityKVM: Cache pdptrs
2009-09-10 Huang YingKVM: Add MCE support
2009-09-10 Jaswinder Singh... KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_...
2009-06-10 Nitin A KambleKVM: VMX: Rename rmode.active to rmode.vm86_active
2009-06-10 Gleb NatapovKVM: inject NMI after IRET from a previous NMI, not...
2009-06-10 Gleb NatapovKVM: Do not re-execute INTn instruction.
2009-06-10 Gleb NatapovKVM: Remove irq_pending bitmap
2009-06-10 Glauber CostaKVM: Replace ->drop_interrupt_shadow() by ->set_interru...
2009-06-10 Jan KiszkaKVM: Drop request_nmi from stats
2009-06-10 Sheng YangKVM: Enable snooping control for supported hardware
2009-06-10 Sheng YangKVM: Replace get_mt_mask_shift with get_mt_mask
2009-06-10 Gleb NatapovKVM: Get rid of get_irq() callback
2009-06-10 Gleb NatapovKVM: SVM: Add NMI injection support
2009-06-10 Gleb NatapovKVM: Get rid of arch.interrupt_window_open & arch.nmi_w...
2009-06-10 Gleb NatapovKVM: Remove inject_pending_vectors() callback
2009-06-10 Gleb NatapovKVM: Remove exception_injected() callback.
2009-06-10 Gleb NatapovKVM: VMX: Consolidate userspace and kernel interrupt...
2009-06-10 Gleb NatapovKVM: x86 emulator: Add new mode of instruction emulatio...
2009-06-10 Marcelo TosattiKVM: MMU: remove global page optimization logic
2009-06-10 Avi KivityKVM: MMU: Use different shadows when EFER.NXE changes
2009-06-10 Dong, EddieKVM: MMU: Emulate #PF error code of reserved bits violation
2009-06-10 Gleb NatapovKVM: Fix interrupt unhalting a vcpu when it shouldn't
2009-06-10 Gleb NatapovKVM: change the way how lowest priority vcpu is calculated
2009-03-24 Gleb NatapovKVM: Report IRQ injection status to userspace.
2009-03-24 Avi KivityKVM: MMU: Rename "metaphysical" attribute to "direct"
2009-03-24 Avi KivityKVM: Move struct kvm_pio_request into x86 kvm_host.h
2009-03-24 Izik EidusKVM: introduce kvm_read_guest_virt, kvm_write_guest_virt
2009-03-24 Marcelo TosattiKVM: VMX: initialize TSC offset relative to vm creation...
2009-03-24 Avi KivityKVM: MMU: Segregate mmu pages created with different...
2009-03-24 Avi KivityKVM: MMU: Inherit a shadow page's guest level count...
2009-03-24 Jan KiszkaKVM: x86: Virtualize debug registers
2009-03-24 Jan KiszkaKVM: New guest debug interface
2009-03-24 Alexander GrafKVM: SVM: Add VMRUN handler
2009-03-24 Alexander GrafKVM: SVM: Implement GIF, clgi and stgi
2009-03-24 Alexander GrafKVM: SVM: Move EFER and MSR constants to generic x86...
2009-01-03 Joerg RoedelKVM: change KVM to use IOMMU API
2008-12-31 Marcelo TosattiKVM: MMU: prepopulate the shadow on invlpg
2008-12-31 Marcelo TosattiKVM: MMU: skip global pgtables on sync due to cr3 switch
2008-12-31 Marcelo TosattiKVM: MMU: use page array in unsync walk
2008-12-31 Eduardo HabkostKVM: VMX: move ASM_VMX_* definitions from asm/kvm_host...
2008-12-31 Izik EidusKVM: MMU: Fix aliased gfns treated as unaliased
2008-12-31 Jan KiszkaKVM: x86: Optimize NMI watchdog delivery
2008-12-31 Sheng YangKVM: MMU: Extend kvm_mmu_page->slot_bitmap size
2008-12-31 Sheng YangKVM: Enable MTRR for EPT
2008-12-31 Sheng YangKVM: Improve MTRR structure
2008-12-31 Jan KiszkaKVM: x86: Support for user space injected NMIs
2008-12-31 Jan KiszkaKVM: VMX: refactor/fix IRQ and NMI injectability determ...
2008-10-28 Sheng YangKVM: Fix guest shared interrupt with in-kernel irqchip
2008-10-23 H. Peter Anvinx86: Fix ASM_X86__ header guards
2008-10-23 Al Virox86, um: ... and asm-x86 move