Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / arch / x86 / kvm /
2010-06-09 Avi KivityKVM: MMU: Remove user access when allowing kernel acces...
2010-06-09 Marcelo TosattiKVM: MMU: invalidate and flush on spte small->large...
2010-06-09 Joerg RoedelKVM: SVM: Implement workaround for Erratum 383
2010-06-09 Joerg RoedelKVM: SVM: Handle MCEs early in the vmexit process
2010-05-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.35' of git://git./virt...
2010-05-19 Avi KivityKVM: x86: Add missing locking to arch specific vcpu...
2010-05-19 Avi KivityKVM: MMU: Segregate shadow pages with different cr0.wp
2010-05-19 Sheng YangKVM: x86: Check LMA bit before set_efer
2010-05-19 Avi KivityKVM: Don't allow lmsw to clear cr0.pe
2010-05-19 Glauber CostaKVM: x86: Tell the guest we'll warn it about tsc stability
2010-05-19 Glauber CostaKVM: x86: export paravirtual cpuid flags in KVM_GET_SUP...
2010-05-19 Glauber CostaKVM: x86: change msr numbers for kvmclock
2010-05-19 Roedel, JoergKVM: x86: Inject #GP with the right rip on efer writes
2010-05-19 Joerg RoedelKVM: SVM: Don't allow nested guest to VMMCALL into...
2010-05-19 Joerg RoedelKVM: x86: Fix exception reinjection forced to true
2010-05-19 Avi KivityKVM: Fix wallclock version writing race
2010-05-19 Avi KivityKVM: MMU: Don't read pdptrs with mmu spinlock held...
2010-05-19 Shane WangKVM: VMX: enable VMXON check with SMX enabled (Intel...
2010-05-19 Marcelo TosattiKVM: x86: properly update ready_for_interrupt_injection
2010-05-19 Avi KivityKVM: VMX: Atomically switch efer if EPT && !EFER.NX
2010-05-19 Avi KivityKVM: VMX: Add facility to atomically switch MSRs on...
2010-05-19 Avi KivityKVM: Let vcpu structure alignment be determined at...
2010-05-19 Xiao GuangrongKVM: MMU: cleanup invlpg code
2010-05-19 Xiao GuangrongKVM: MMU: move unsync/sync tracpoints to proper place
2010-05-19 Xiao GuangrongKVM: MMU: convert mmu tracepoints
2010-05-19 Xiao GuangrongKVM: MMU: fix for calculating gpa in invlpg code
2010-05-19 Gui JianfengKVM: Fix mmu shrinker error
2010-05-19 Eric NorthupKVM: MMU: fix hashing for TDP and non-paging modes
2010-05-18 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-05-17 Gui JianfengKVM: MMU: fix sp->unsync type error in trace event...
2010-05-17 Joerg RoedelKVM: SVM: Handle MCE intercepts always on host level
2010-05-17 Joerg RoedelKVM: x86: Allow marking an exception as reinjected
2010-05-17 Joerg RoedelKVM: SVM: Report emulated SVM features to userspace
2010-05-17 Joerg RoedelKVM: x86: Add callback to let modules decide over some...
2010-05-17 Joerg RoedelKVM: SVM: Propagate nested entry failure into guest...
2010-05-17 Joerg RoedelKVM: SVM: Sync cr0 and cr3 to kvm state before nested...
2010-05-17 Joerg RoedelKVM: SVM: Make sure rip is synced to vmcb before nested...
2010-05-17 Joerg RoedelKVM: SVM: Fix nested nmi handling
2010-05-17 Avi KivityMerge remote branch 'tip/perf/core'
2010-05-17 Lai JiangshanKVM: VMX: free vpid when fail to create vcpu
2010-05-17 Wei YongjunKVM: MMU: cleanup for function unaccount_shadowed()
2010-05-17 Gui JianfengKVM: Get rid of dead function gva_to_page()
2010-05-17 Gui JianfengKVM: MMU: Remove unused varialbe in rmap_next()
2010-05-17 Gui JianfengKVM: MMU: Make use of is_large_pte() in walker
2010-05-17 Gui JianfengKVM: MMU: Move sync_page() first pte address calculatio...
2010-05-17 Avi KivityKVM: MMU: Drop cr4.pge from shadow page role
2010-05-17 Lai JiangshanKVM: use the correct RCU API for PROVE_RCU=y
2010-05-17 Avi KivityMerge branch 'perf'
2010-05-17 Xiao GuangrongKVM: MMU: cleanup for hlist walk restart
2010-05-17 Gleb NatapovKVM: prevent spurious exit to userspace during task...
2010-05-17 Xiao GuangrongKVM: MMU: remove unused parameter in mmu_parent_walk()
2010-05-17 Xiao GuangrongKVM: MMU: remove unused struct kvm_unsync_walk
2010-05-17 Gleb NatapovKVM: fix emulator_task_switch() return value.
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 Jan KiszkaKVM: x86: Terminate early if task_switch_16/32 failed
2010-05-17 Gleb NatapovKVM: x86: get rid of mmu_only parameter in emulator_wri...
2010-05-17 Gleb NatapovKVM: move DR register access handling into generic...
2010-05-17 Andre PrzywaraKVM: SVM: implement NEXTRIPsave SVM feature
2010-05-17 Avi KivityKVM: Fix MAXPHYADDR calculation when cpuid does not...
2010-05-17 Avi KivityKVM: Trace emulated instructions
2010-05-17 Avi KivityKVM: x86 emulator: Don't overwrite decode cache
2010-05-17 Xiao GuangrongKVM: MMU: remove unnecessary NX check in walk_addr
2010-05-17 Xiao GuangrongKVM: MMU: remove unused field
2010-05-17 Xiao GuangrongKVM: MMU: cleanup/fix mmu audit code
2010-05-17 Avi KivityKVM: MMU: Disassociate direct maps from guest levels
2010-05-17 Xiao GuangrongKVM: MMU: check reserved bits only if CR4.PSE=1 or...
2010-05-17 Marcelo TosattiKVM: x86: document KVM_REQ_PENDING_TIMER usage
2010-05-17 Gleb NatapovKVM: x86 emulator: fix unlocked CMPXCHG8B emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: add decoding of CMPXCHG8B dst operand
2010-05-17 Gleb NatapovKVM: x86 emulator: commit rflags as part of registers...
2010-05-17 Jan KiszkaKVM: x86: Fix 32-bit build breakage due to typo
2010-05-17 Gleb NatapovKVM: small kvm_arch_vcpu_ioctl_run() cleanup.
2010-05-17 Gleb NatapovKVM: x86 emulator: introduce pio in string read ahead.
2010-05-17 Gleb NatapovKVM: x86 emulator: restart string instruction without...
2010-05-17 Gleb NatapovKVM: x86 emulator: remove saved_eip
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: x86 emulator: during rep emulation decrement ECX...
2010-05-17 Gleb NatapovKVM: x86 emulator: add decoding of X,Y parameters from...
2010-05-17 Gleb NatapovKVM: x86 emulator: populate OP_MEM operand during decoding.
2010-05-17 Gleb NatapovKVM: Use task switch from emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Use load_segment_descriptor() instea...
2010-05-17 Gleb NatapovKVM: x86 emulator: Emulate task switch in emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Provide more callbacks for x86 emulator.
2010-05-17 Gleb NatapovKVM: x86 emulator: cleanup grp3 return value
2010-05-17 Gleb NatapovKVM: x86 emulator: If LOCK prefix is used dest arg...
2010-05-17 Gleb NatapovKVM: x86 emulator: do not call writeback if msr access...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix return values of syscall/sysente...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix mov dr to inject #UD when needed.
2010-05-17 Gleb NatapovKVM: x86 emulator: inject #UD on access to non-existing CR
2010-05-17 Gleb NatapovKVM: x86 emulator: 0f (20|21|22|23) ignore mod bits.
2010-05-17 Gleb NatapovKVM: x86 emulator: fix 0f 01 /5 emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: fix mov r/m, sreg emulation.
2010-05-17 Gleb NatapovKVM: Provide current eip as part of emulator context.
2010-05-17 Gleb NatapovKVM: Provide x86_emulate_ctxt callback to get current cpl
2010-05-17 Gleb NatapovKVM: remove realmode_lmsw function.
2010-05-17 Gleb NatapovKVM: Provide callback to get/set control registers...
2010-05-17 Gui JianfengKVM: VMX: change to use bool return values
2010-05-17 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
next