KVM: Replace get_mt_mask_shift with get_mt_mask
[safe/jmp/linux-2.6] / arch / x86 / kvm / x86.c
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...
2008-10-15 Marcelo TosattiKVM: PIC: enhance IPI avoidance
2008-10-15 Marcelo TosattiKVM: MMU: out of sync shadow core
2008-10-15 Marcelo TosattiKVM: x86: trap invlpg
2008-10-15 Marcelo TosattiKVM: MMU: sync roots on mmu reload
2008-10-15 Gleb NatapovKVM: don't enter guest after SIPI was received by a CPU
2008-10-15 Harvey HarrisonKVM: x86.c make kvm_load_realmode_segment static
2008-10-15 Marcelo TosattiKVM: switch to get_user_pages_fast
2008-10-15 Amit ShahKVM: Device Assignment: Free device structures if IRQ...
2008-10-15 Ben-Ami YassourKVM: Device Assignment with VT-d
2008-10-15 Marcelo TosattiKVM: x86: unhalt vcpu0 on reset
2008-10-15 Marcelo TosattiKVM: x86: do not execute halted vcpus
2008-10-15 Avi KivityKVM: Add statistics for guest irq injections
2008-10-15 Joerg RoedelKVM: add MC5_MISC msr read support
2008-10-15 Avi KivityKVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED
2008-10-15 Avi KivityKVM: Load real mode segments correctly
2008-10-15 Harvey HarrisonKVM: make irq ack notifier functions static
2008-10-15 Amit ShahKVM: Use kvm_set_irq to inject interrupts
2008-10-15 Amit ShahKVM: Device assignment: Check for privileges before...
2008-10-15 Marcelo TosattiKVM: set debug registers after "schedulable" section
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_arch_vcpu_ioctl()
2008-10-15 Dave HansenKVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()
2008-10-15 Ben-Ami YassourKVM: pci device assignment
2008-10-15 Alexander GrafKVM: Ignore DEBUGCTL MSRs with no effect
2008-10-15 Avi KivityKVM: Clear exception queue before emulating an instruction
2008-10-15 Marcelo TosattiKVM: x86: accessors for guest registers
2008-07-29 Avi KivityKVM: Advertise synchronized mmu support to userspace
next