KVM: Add kvm_arch_sync_events to sync with asynchronize events
[safe/jmp/linux-2.6] / arch / x86 / kvm / x86.c
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
2008-07-29 Andrea ArcangeliKVM: Allow browsing memslots with mmu_lock
2008-07-29 Andrea ArcangeliKVM: Allow reading aliases with mmu_lock
2008-07-27 Marcelo TosattiKVM: task switch: translate guest segment limit to...
2008-07-27 Marcelo TosattiKVM: task switch: use seg regs provided by subarch...
2008-07-27 Marcelo TosattiKVM: task switch: segment base is linear address
2008-07-20 Marcelo TosattiKVM: MMU: nuke shadowed pgtable pages and ptes on memsl...
2008-07-20 Avi KivityKVM: Prefix some x86 low level function with kvm_,...
2008-07-20 Avi KivityKVM: Apply the kernel sigmask to vcpus blocked due...
2008-07-20 Marcelo TosattiKVM: move slots_lock acquision down to vapic_exit
2008-07-20 Avi KivityKVM: x86 emulator: lazily evaluate segment registers
2008-07-20 Avi KivityKVM: Use printk_rlimit() instead of reporting emulation...
2008-07-20 Glauber CostaKVM: Do not calculate linear rip in emulation failure...
2008-07-20 Laurent VivierKVM: Add coalesced MMIO support (x86 part)
2008-07-20 Laurent VivierKVM: kvm_io_device: extend in_range() to manage len...
2008-07-20 Guillaume ThouveninKVM: Prefixes segment functions that will be exported...
2008-07-20 Avi KivityKVM: MTRR support
2008-07-20 Sheng YangKVM: VMX: Enable NMI with in-kernel irqchip
2008-07-20 Sheng YangKVM: IOAPIC/LAPIC: Enable NMI support
2008-07-20 Avi KivityKVM: Remove unnecessary ->decache_regs() call
2008-07-20 Avi KivityKVM: Remove decache_vcpus_on_cpu() and related callbacks
2008-07-20 Avi KivityKVM: VMX: Add list of potentially locally cached vcpus
2008-07-20 Joerg RoedelKVM: add missing kvmtrace bits
2008-07-20 Harvey HarrisonKVM: add statics were possible, function definition...
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-24 Gerd HoffmannKVM: Make kvm host use the paravirt clocksource structs
2008-06-24 Marcelo TosattiKVM: close timer injection race window in __vcpu_run
2008-06-24 Marcelo TosattiKVM: Fix race between timer migration and vcpu migration
2008-06-06 Marcelo TosattiKVM: migrate PIT timer
2008-05-04 Andrea ArcangeliKVM: avoid fx_init() schedule in atomic
2008-05-04 Jan KiszkaKVM: Avoid spurious execeptions after setting registers
2008-05-04 Izik EidusKVM: x86: task switch: fix wrong bit setting for the...
2008-05-04 Sheng YangKVM: VMX: Prepare an identity page table for EPT in...
2008-05-04 Sheng YangKVM: MMU: Add EPT support
2008-04-27 Marcelo TosattiKVM: fix kvm_vcpu_kick vs __vcpu_run race
2008-04-27 Marcelo TosattiKVM: add ioctls to save/store mpstate
2008-04-27 Avi KivityKVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
2008-04-27 Feng (Eric) LiuKVM: Add trace markers
2008-04-27 Avi KivityKVM: Free apic access page on vm destruction
2008-04-27 Marcelo TosattiKVM: MMU: unify slots_lock usage
2008-04-27 Izik EidusKVM: x86: hardware task switching support
2008-04-27 Marcelo TosattiKVM: MMU: hypercall based pte updates and TLB flushes
2008-04-27 Avi KivityKVM: Provide unlocked version of emulator_write_phys()
2008-04-27 Marcelo TosattiKVM: add basic paravirt support
2008-04-27 Sheng YangKVM: Add save/restore supporting of in kernel PIT
2008-04-27 Sheng YangKVM: In kernel PIT model
2008-04-27 Harvey HarrisonKVM: replace remaining __FUNCTION__ occurances
2008-04-27 Joerg RoedelKVM: detect if VCPU triple faults
2008-04-27 Avi KivityKVM: Prefix control register accessors with kvm_ to...
2008-04-27 Marcelo TosattiKVM: MMU: large page support
2008-04-27 Marcelo TosattiKVM: MMU: ignore zapped root pagetables
2008-04-27 Alexander GrafKVM: Implement dummy values for MSR_PERF_STATUS
next