KVM: cleanup io_device code
[safe/jmp/linux-2.6] / arch / x86 / kvm / x86.c
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-09-10 Jan KiszkaKVM: Allow PIT emulation without speaker port
2009-09-10 Gregory HaskinsKVM: irqfd
2009-09-10 Gleb NatapovKVM: Drop interrupt shadow when single stepping should...
2009-09-10 Mark McLoughlinKVM: fix cpuid E2BIG handling for extended request...
2009-09-10 Jaswinder Singh... KVM: Use MSR names in place of address
2009-09-10 Huang YingKVM: Add MCE support
2009-09-10 Jaswinder Singh... KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_...
2009-08-05 Marcelo TosattiKVM: x86: verify MTRR/PAT validity
2009-08-05 Jan KiszkaKVM: Fix KVM_GET_MSR_INDEX_LIST
2009-06-28 Amit ShahKVM: Ignore reads to K7 EVNTSEL MSRs
2009-06-10 Gleb NatapovKVM: Disable CR8 intercept if tpr patching is active
2009-06-10 Gleb NatapovKVM: Do not migrate pending software interrupts.
2009-06-10 Gleb NatapovKVM: Always request IRQ/NMI window if an interrupt...
2009-06-10 Gleb NatapovKVM: Do not re-execute INTn instruction.
2009-06-10 Gleb NatapovKVM: Remove irq_pending bitmap
2009-06-10 Gleb NatapovKVM: Do not allow interrupt injection from userspace...
2009-06-10 Marcelo TosattiKVM: x86: check for cr3 validity in mmu_alloc_roots
2009-06-10 Marcelo TosattiKVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
2009-06-10 Glauber CostaKVM: Deal with interrupt shadow state for emulated...
2009-06-10 Glauber CostaKVM: Replace ->drop_interrupt_shadow() by ->set_interru...
2009-06-10 Marcelo TosattiKVM: use smp_send_reschedule in kvm_vcpu_kick
2009-06-10 Avi KivityKVM: Update cpuid 1.ecx reporting
2009-06-10 Avi KivityKVM: Add AMD cpuid bit: cr8_legacy, abm, misaligned...
2009-06-10 Avi KivityKVM: Fix cpuid feature misreporting
2009-06-10 Jan KiszkaKVM: Drop request_nmi from stats
2009-06-10 Sheng YangKVM: Replace get_mt_mask_shift with get_mt_mask
2009-06-10 Jan BlunckKVM: Wake up waitqueue before calling get_cpu()
2009-06-10 Gleb NatapovKVM: Get rid of get_irq() callback
2009-06-10 Gleb NatapovKVM: Fix userspace IRQ chip migration
2009-06-10 Gleb NatapovKVM: SVM: Add NMI injection support
2009-06-10 Gleb NatapovKVM: Remove inject_pending_vectors() callback
2009-06-10 Gleb NatapovKVM: Remove exception_injected() callback.
2009-06-10 Gleb NatapovKVM: Use kvm_arch_interrupt_allowed() instead of checki...
2009-06-10 Gleb NatapovKVM: VMX: Consolidate userspace and kernel interrupt...
2009-06-10 Gleb NatapovKVM: Make kvm_cpu_(has|get)_interrupt() work for usersp...
2009-06-10 Marcelo TosattiKVM: x86: check for cr3 validity in ioctl_set_sregs
2009-06-10 Avi KivityKVM: Replace kvmclock open-coded get_cpu_var() with...
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 Gleb NatapovKVM: Fix unneeded instruction skipping during task...
2009-06-10 Gleb NatapovKVM: Fix task switch back link handling.
2009-06-10 Dong, EddieKVM: Use rsvd_bits_mask in load_pdptrs()
2009-06-10 Wei YongjunKVM: remove pointless conditional before kfree() in...
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: Timer event should not unconditionally unhalt...
2009-06-10 Amit ShahKVM: x86: Ignore reads to EVNTSEL MSRs
2009-06-10 Sheng YangKVM: Device assignment framework rework
2009-06-10 Matt T. YourstKVM: x86: silence preempt warning on kvm_write_guest_time
2009-05-25 Avi KivityKVM: Fix PDPTR reloading on CR4 writes
2009-05-11 Avi KivityKVM: Make EFER reads safe when EFER does not exist
2009-05-11 Avi KivityKVM: Fix NX support reporting
2009-04-22 Jan KiszkaKVM: Unregister cpufreq notifier on unload
2009-04-22 Joerg RoedelKVM: x86: release time_page on vcpu destruction
2009-03-24 Hannes EderKVM: fix sparse warnings: Should it be static?
2009-03-24 Gleb NatapovKVM: Report IRQ injection status to userspace.
2009-03-24 Gerd HoffmannKVM: Fix kvmclock on !constant_tsc boxes
2009-03-24 Alexander GrafKVM: Add FFXSR support
2009-03-24 Avi KivityKVM: Userspace controlled irq routing
2009-03-24 Amit ShahKVM: x86: Fix typos and whitespace errors
2009-03-24 Avi KivityKVM: MMU: Only enable cr4_pge role in shadow mode
2009-03-24 Avi KivityKVM: Properly lock PIT creation
2009-03-24 Marcelo TosattiKVM: PIT: provide an option to disable interrupt reinje...
2009-03-24 Avi KivityKVM: Fallback support for MSR_VM_HSAVE_PA
2009-03-24 Izik EidusKVM: remove the vmap usage
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 Jan KiszkaKVM: x86: Wire-up hardware breakpoints for guest debugging
2009-03-24 Jan KiszkaKVM: x86: Virtualize debug registers
2009-03-24 Jan KiszkaKVM: New guest debug interface
2009-03-24 Alexander GrafKVM: SVM: Only allow setting of EFER_SVME when CPUID...
2009-03-24 Alexander GrafKVM: SVM: Implement hsave
2009-02-15 Marcelo TosattiKVM: x86: disable kvmclock on non constant TSC hosts
2009-02-15 Sheng YangKVM: Fix racy in kvm_free_assigned_irq
2009-02-15 Sheng YangKVM: Add kvm_arch_sync_events to sync with asynchronize...
2009-01-03 Joerg RoedelKVM: change KVM to use IOMMU API
2008-12-31 Jan KiszkaKVM: x86: Rework user space NMI injection as KVM_CAP_US...
2008-12-31 Avi KivityKVM: Consolidate userspace memory capability reporting...
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 Nitin A KambleKVM: Fix cpuid iteration on multiple leaves per eac
2008-12-31 Nitin A KambleKVM: Fix cpuid leaf 0xb loop termination
2008-12-31 Sheng YangKVM: Enable Function Level Reset for assigned device
2008-12-31 Guillaume ThouveninKVM: allow emulator to adjust rip for emulated pio...
2008-12-31 Amit ShahKVM: x86: Fix typo in function name
2008-12-31 Sheng YangKVM: Enable MTRR for EPT
2008-12-31 Sheng YangKVM: VMX: Add PAT support for EPT
2008-12-31 Sheng YangKVM: Improve MTRR structure
2008-12-31 Gleb NatapovKVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_...
2008-12-31 Jan KiszkaKVM: x86: Support for user space injected NMIs
2008-12-31 Jan KiszkaKVM: x86: VCPU with pending NMI is runnabled
2008-12-31 Jan KiszkaKVM: x86: Reset pending/inject NMI state on CPU reset
2008-10-28 Sheng YangKVM: Fix guest shared interrupt with in-kernel irqchip
2008-10-16 Linus TorvaldsMerge branch 'kvm-updates/2.6.28' of git://git./linux...
2008-10-16 Harvey Harrisonmisc: replace __FUNCTION__ with __func__
2008-10-15 Xiantao ZhangKVM: Move device assignment logic to common code
2008-10-15 Jan KiszkaKVM: x86: Silence various LAPIC-related host kernel...
next