- Update to 3.4-rc7.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / kvm / x86.c
2011-05-22 Avi KivityKVM: x86 emulator: consolidate segment accessors
2011-05-22 BrillyWu@viatech... KVM: Add CPUID support for VIA CPU
2011-05-22 Gleb NatapovKVM: call cache_all_regs() only once during instruction...
2011-05-22 Gleb NatapovKVM: Fix compound mmio
2011-05-22 Gleb NatapovKVM: mmio_fault_cr2 is not used
2011-05-22 Avi KivityKVM: x86 emulator: drop x86_emulate_ctxt::vcpu
2011-05-22 Avi KivityKVM: Avoid using x86_emulate_ctxt.vcpu
2011-05-22 Avi KivityKVM: x86 emulator: add new ->wbinvd() callback
2011-05-22 Avi KivityKVM: x86 emulator: add ->fix_hypercall() callback
2011-05-22 Avi KivityKVM: x86 emulator: add new ->halt() callback
2011-05-22 Avi KivityKVM: x86 emulator: make emulate_invlpg() an emulator...
2011-05-22 Avi KivityKVM: x86 emulator: emulate CLTS internally
2011-05-22 Avi KivityKVM: x86 emulator: add and use new callbacks set_idt...
2011-05-22 Avi KivityKVM: x86 emulator: drop vcpu argument from intercept...
2011-05-22 Avi KivityKVM: x86 emulator: drop vcpu argument from cr/dr/cpl...
2011-05-22 Avi KivityKVM: x86 emulator: drop vcpu argument from segment...
2011-05-11 Avi KivityKVM: x86 emulator: drop vcpu argument from pio callbacks
2011-05-11 Avi KivityKVM: x86 emulator: drop vcpu argument from memory read...
2011-05-11 Joerg RoedelKVM: X86: Update last_guest_tsc in vcpu_put
2011-05-11 Serge E. HallynKVM: fix push of wrong eip when doing softint
2011-05-11 Gleb NatapovKVM: emulator: do not needlesly sync registers from...
2011-05-11 Joerg RoedelKVM: X86: Implement userspace interface to set virtual_...
2011-05-11 Joerg RoedelKVM: X86: Delegate tsc-offset calculation to architectu...
2011-05-11 Joerg RoedelKVM: X86: Make tsc_delta calculation a function of...
2011-05-11 Joerg RoedelKVM: X86: Let kvm-clock report the right tsc frequency
2011-05-11 Joerg RoedelKVM: SVM: Add intercept check for emulated cr accesses
2011-05-11 Joerg RoedelKVM: x86: Add x86 callback for intercept check
2011-05-11 Joerg RoedelKVM: x86 emulator: Don't write-back cpu-state on X86EMU...
2011-05-11 Avi KivityKVM: x86 emulator: add framework for instruction intercepts
2011-05-11 Avi KivityKVM: x86 emulator: define callbacks for using the guest...
2011-05-11 Avi KivityKVM: 16-byte mmio support
2011-05-11 Avi KivityKVM: Split mmio completion into a function
2011-05-11 Avi KivityKVM: extend in-kernel mmio to handle >8 byte transactions
2011-05-11 Gleb NatapovKVM: x86: better fix for race between nmi injection...
2011-05-11 Marcelo TosattiRevert "KVM: Fix race between nmi injection and enablin...
2011-05-11 Glauber CostaKVM: expose async pf through our standard mechanism
2011-05-11 Avi KivityKVM: Use kvm_get_rflags() and kvm_set_rflags() instead...
2011-04-12 Jeff Mahoney- Updated to 2.6.39-rc3.
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-04-06 Andre PrzywaraKVM: move and fix substitue search for missing CPUID...
2011-04-06 Andre PrzywaraKVM: fix XSAVE bit scanning
2011-03-18 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2011-03-18 Lucas De Marchix86: Fix common misspellings
2011-03-17 Nikola CiprichKVM: fix kvmclock regression due to missing clock update
2011-03-17 Gleb NatapovKVM: emulator: Fix io permission checking for 64bit...
2011-03-17 Xiao GuangrongKVM: MMU: move mmu pages calculated out of mmu lock
2011-03-17 Lai JiangshanKVM: better readability of efer_reserved_bits
2011-03-17 Lai JiangshanKVM: Clear async page fault hash after switching to...
2011-03-17 Jan KiszkaKVM: x86: Convert tsc_write_lock to raw_spinlock
2011-03-17 Gleb NatapovKVM: remove isr_ack logic from PIC
2011-03-17 Jan KiszkaKVM: Convert kvm_lock to raw_spinlock
2011-03-17 Avi KivityKVM: Fix race between nmi injection and enabling nmi...
2011-03-17 Avi KivityKVM: Drop ad-hoc vendor specific instruction restriction
2011-03-17 Avi KivityKVM: Drop bogus x86_decode_insn() error check
2011-03-17 Glauber CostaKVM: x86: release kvmclock page on reset
2011-03-17 john cooperKVM: x86: handle guest access to BBL_CR_CTL3 MSR
2011-03-17 Xiao GuangrongKVM: Add "exiting guest mode" state
2011-03-17 Jan KiszkaKVM: x86: Remove user space triggerable MCE error message
2011-03-17 Xiao GuangrongKVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_s...
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-13 Linus TorvaldsMerge branch 'kvm-updates/2.6.38' of git://git./virt...
2011-01-12 Avi KivityKVM: Initialize fpu state in preemptible context
2011-01-12 Avi KivityKVM: Fetch guest cr3 from hardware on demand
2011-01-12 Avi KivityKVM: Replace reads of vcpu->arch.cr3 by an accessor
2011-01-12 Andre PrzywaraKVM: SVM: copy instruction bytes from VMCB
2011-01-12 Andre PrzywaraKVM: cleanup emulate_instruction
2011-01-12 Andre PrzywaraKVM: move complete_insn_gp() into x86.c
2011-01-12 Andre PrzywaraKVM: x86: fix CR8 handling
2011-01-12 Takuya YoshikawaKVM: Take missing slots_lock for kvm_io_bus_unregister_...
2011-01-12 Lai JiangshanKVM: return true when user space query KVM_CAP_USER_NMI...
2011-01-12 Avi KivityKVM: Correct kvm_pio tracepoint count field
2011-01-12 Xiao GuangrongKVM: MMU: retry #PF for softmmu
2011-01-12 Joerg RoedelKVM: X86: Don't report L2 emulation failures to user...
2011-01-12 Avi KivityKVM: Pull extra page fault information into struct...
2011-01-12 Avi KivityKVM: Push struct x86_exception info the various gva_to_...
2011-01-12 Avi KivityKVM: x86 emulator: make emulator memory callbacks retur...
2011-01-12 Avi KivityKVM: x86 emulator: introduce struct x86_exception to...
2011-01-12 Avi KivityKVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid...
2011-01-12 Xiao GuangrongKVM: MMU: fix apf prefault if nested guest is enabled
2011-01-12 Xiao GuangrongKVM: MMU: clear apfs if page state is changed
2011-01-12 Jan KiszkaKVM: Clean up vm creation and release
2011-01-12 Xiao GuangrongKVM: avoid unnecessary wait for a async pf
2011-01-12 Xiao GuangrongKVM: fix searching async gfn in kvm_async_pf_gfn_slot
2011-01-12 Jan KiszkaKVM: x86: Avoid issuing wbinvd twice
2011-01-12 Takuya YoshikawaKVM: pre-allocate one more dirty bitmap to avoid vmalloc()
2011-01-12 Marcelo TosattiKVM: MMU: remove kvm_mmu_set_base_ptes
2011-01-12 Gleb NatapovKVM: Send async PF when guest is not in userspace too.
2011-01-12 Gleb NatapovKVM: Let host know whether the guest can handle async...
2011-01-12 Gleb NatapovKVM: Inject asynchronous page fault into a PV guest...
2011-01-12 Gleb NatapovKVM: Add PV MSR to enable asynchronous page faults...
2011-01-12 Gleb NatapovKVM: Add memory slot versioning and use it to provide...
2011-01-12 Gleb NatapovKVM: Retry fault before vmentry
2011-01-12 Gleb NatapovKVM: Halt vcpu if page it tries to access is swapped out
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2011-01-02 Avi KivityKVM: Don't reset mmu context unnecessarily when updatin...
2010-12-30 Tejun Heox86: Use this_cpu_ops to optimize code
2010-12-27 Jeff Mahoney- Update to 2.6.37-rc7.
2010-12-16 Avi KivityKVM: Fix preemption counter leak in kvm_timer_init()
2010-12-08 Joerg RoedelKVM: SVM: Do not report xsave in supported cpuid
2010-12-08 Sheng YangKVM: Fix OSXSAVE after migration
next