KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
[safe/jmp/linux-2.6] / arch /
2010-03-01 Avi KivityKVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
2010-03-01 Gleb NatapovKVM: x86: fix checking of cr0 validity
2010-03-01 Jan KiszkaKVM: SVM: Trap all debug register accesses
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Jan KiszkaKVM: VMX: Clean up DR6 emulation
2010-03-01 Jan KiszkaKVM: VMX: Fix emulation of DR4 and DR5
2010-03-01 Jan KiszkaKVM: VMX: Fix exceptions of mov to dr
2010-03-01 Takuya YoshikawaKVM: x86: Use macros for x86_emulate_ops to avoid futur...
2010-03-01 Marcelo TosattiKVM: fix cleanup_srcu_struct on vm destruction
2010-03-01 Gleb NatapovKVM: fix Hyper-V hypercall warnings and wrong mask...
2010-03-01 Sheng YangKVM: VMX: Remove emulation failure report
2010-03-01 Avi KivityKVM: export <asm/hyperv.h>
2010-03-01 Takuya YoshikawaKVM: rename is_writeble_pte() to is_writable_pte()
2010-03-01 Gleb NatapovKVM: Implement NotifyLongSpinWait HYPER-V hypercall
2010-03-01 Gleb NatapovKVM: Add HYPER-V apic access MSRs
2010-03-01 Gleb NatapovKVM: Implement bare minimum of HYPER-V MSRs
2010-03-01 Gleb NatapovKVM: Add HYPER-V header file
2010-03-01 Alexander GrafKVM: PPC: Move Shadow MSR calculation to function
2010-03-01 Alexander GrafKVM: PPC: Keep SRR1 flags around in shadow_msr
2010-03-01 Alexander GrafKVM: PPC: Fix initial GPR settings
2010-03-01 Alexander GrafKVM: PPC: Add support for FPU/Altivec/VSX
2010-03-01 Alexander GrafKVM: PPC: Add helper functions to call real mode loaders
2010-03-01 Alexander GrafKVM: PPC: Export __giveup_vsx
2010-03-01 Roel KluinKVM: ia64: remove redundant kvm_get_exit_data() NULL...
2010-03-01 Avi KivityKVM: SVM: Lazy fpu with npt
2010-03-01 Avi KivityKVM: SVM: Selective cr0 intercept
2010-03-01 Avi KivityKVM: SVM: Restore unconditional cr0 intercept under npt
2010-03-01 Avi KivityKVM: SVM: Initialize fpu_active in init_vmcb()
2010-03-01 Avi KivityKVM: SVM: Fix SVM_CR0_SELECTIVE_MASK
2010-03-01 Avi KivityKVM: Set cr0.et when the guest writes cr0
2010-03-01 Avi KivityKVM: VMX: Give the guest ownership of cr0.ts when the...
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: VMX: Allow the guest to own some cr0 bits
2010-03-01 Avi KivityKVM: Replace read accesses of vcpu->arch.cr0 by an...
2010-03-01 Avi KivityKVM: VMX: trace clts and lmsw instructions as cr accesses
2010-03-01 Alexander GrafKVM: PPC: Make large pages work
2010-03-01 Alexander GrafKVM: PPC: Pass through program interrupts
2010-03-01 Alexander GrafKVM: PPC: Pass program interrupt flags to the guest
2010-03-01 Alexander GrafKVM: PPC: Fix HID5 setting code
2010-03-01 Alexander GrafKVM: PPC: Emulate trap SRR1 flags properly
2010-03-01 Alexander GrafKVM: PPC: Call SLB patching code in interrupt safe...
2010-03-01 Alexander GrafKVM: PPC: Get rid of unnecessary RFI
2010-03-01 Alexander GrafKVM: PPC: Implement 'skip instruction' mode
2010-03-01 Alexander GrafKVM: PPC: Use PACA backed shadow vcpu
2010-03-01 Alexander GrafKVM: PPC: Add helpers for CR, XER
2010-03-01 Alexander GrafKVM: PPC: Use accessor functions for GPR access
2010-03-01 Takuya YoshikawaKVM: Fix the explanation of write_emulated
2010-03-01 Sheng YangKVM: VMX: Enable EPT 1GB page support
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Sheng YangKVM: x86: Moving PT_*_LEVEL to mmu.h
2010-03-01 Alexander GrafKVM: PPC: Enable lightweight exits again
2010-03-01 Alexander GrafKVM: PPC: Fix typo in rebolting code
2010-03-01 Avi KivityKVM: Fill out ftrace exit reason strings
2010-03-01 Avi KivityKVM: Bump maximum vcpu count to 64
2010-03-01 Marcelo TosattiKVM: convert slots_lock to a mutex
2010-03-01 Marcelo TosattiKVM: switch vcpu context to use SRCU
2010-03-01 Marcelo TosattiKVM: convert io_bus to SRCU
2010-03-01 Marcelo TosattiKVM: x86: switch kvm_set_memory_alias to SRCU update
2010-03-01 Marcelo TosattiKVM: use SRCU for dirty log
2010-03-01 Marcelo TosattiKVM: introduce kvm->srcu and convert kvm_set_memory_reg...
2010-03-01 Marcelo TosattiKVM: split kvm_arch_set_memory_region into prepare...
2010-03-01 Marcelo TosattiKVM: modify alias layout in x86s struct kvm_arch
2010-03-01 Marcelo TosattiKVM: modify memslots layout in struct kvm
2010-03-01 Alexander GrafKVM: powerpc: Remove AGGRESSIVE_DEC
2010-03-01 Alexander GrafKVM: powerpc: Improve DEC handling
2010-03-01 Alexander GrafKVM: powerpc: Move vector to irqprio resolving to separ...
2010-03-01 Avi KivityKVM: Add KVM_MMIO kconfig item
2010-03-01 Joerg RoedelKVM: SVM: Adjust tsc_offset only if tsc_unstable
2010-03-01 Sheng YangKVM: VMX: Add instruction rdtscp support for guest
2010-03-01 Sheng YangKVM: Add cpuid_update() callback to kvm_x86_ops
2010-03-01 Sheng Yangx86: Raise vsyscall priority on hotplug notifier chain
2010-03-01 Sheng YangKVM: Extended shared_msr_global to per CPU
2010-03-01 Sheng YangKVM: VMX: Remove redundant variable
2010-03-01 Avi KivityKVM: VMX: Fold ept_update_paging_mode_cr4() into its...
2010-03-01 Avi KivityKVM: VMX: When using ept, allow the guest to own cr4.pge
2010-03-01 Avi KivityKVM: VMX: Make guest cr4 mask more conservative
2010-03-01 Avi KivityKVM: Add accessor for reading cr4 (or some bits of...
2010-03-01 Avi KivityKVM: VMX: Move some cr[04] related constants to vmx.c
2010-03-01 Sheng YangKVM: VMX: Trap and invalid MWAIT/MONITOR instruction
2010-03-01 Avi KivityKVM: MMU: Report spte not found in rmap before BUG()
2010-03-01 Marcelo TosattiKVM: x86: raise TSS exception for NULL CS and SS segments
2010-03-01 Eddie DongKVM: x86: make double/triple fault promotion generic...
2010-02-28 Linus TorvaldsMerge branch 'x86-uv-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-ptrace-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-pci-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-setup-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-rwsem-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-numa-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-mtrr-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-mm-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-io-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-cpu-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-cleanups-for-linus' of git://git...
2010-02-28 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2010-02-28 Linus TorvaldsMerge branch 'oprofile-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branches 'core-ipi-for-linus', 'core-locking...
2010-02-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-28 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
next