KVM: MMU: Drop cr4.pge from shadow page role
[safe/jmp/linux-2.6] / arch / x86 / include / asm / kvm_host.h
2010-05-17 Avi KivityKVM: MMU: Drop cr4.pge from shadow page role
2010-05-17 Xiao GuangrongKVM: MMU: reduce 'struct kvm_mmu_page' size
2010-05-17 Avi KivityKVM: MMU: Replace role.glevels with role.cr4_pae
2010-05-17 Jan KiszkaKVM: x86: Push potential exception error code on task...
2010-05-17 Gleb NatapovKVM: move DR register access handling into generic...
2010-05-17 Xiao GuangrongKVM: MMU: remove unused field
2010-05-17 Gleb NatapovKVM: x86 emulator: Move string pio emulation into emula...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix in/out emulation.
2010-05-17 Gleb NatapovKVM: remove realmode_lmsw function.
2010-05-17 Gleb NatapovKVM: Provide callback to get/set control registers...
2010-05-17 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
2010-05-17 Avi KivityKVM: MMU: Reinstate pte prefetch on invlpg
2010-05-17 Wei YongjunKVM: x86: Use native_store_idt() instead of kvm_get_idt()
2010-04-25 Gleb NatapovKVM: move segment_base() into vmx.c
2010-04-25 Gleb NatapovKVM: Drop kvm_get_gdt() in favor of generic linux function
2010-04-25 Jan KiszkaKVM: x86: Add kvm_is_linear_rip
2010-04-25 Takuya YoshikawaKVM: remove redundant prototype of load_pdptrs()
2010-04-25 Gleb NatapovKVM: use desc_ptr struct instead of kvm private descrip...
2010-03-01 Gleb NatapovKVM: Fix segment descriptor loading
2010-03-01 Gleb NatapovKVM: x86 emulator: Check IOPL level during io instructi...
2010-03-01 Gleb NatapovKVM: x86 emulator: fix memory access during x86 emulation
2010-03-01 Avi KivityKVM: Rename vcpu->shadow_efer to efer
2010-03-01 Avi KivityKVM: Activate fpu on clts
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Gleb NatapovKVM: Add HYPER-V apic access MSRs
2010-03-01 Gleb NatapovKVM: Implement bare minimum of HYPER-V MSRs
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
next