summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-04-25KVM: x86: Kick VCPU outside PIC lock againJan Kiszka2-15/+39
2010-04-25KVM: PPC: Destory timer on vcpu destructionAlexander Graf1-0/+4
2010-04-25KVM: PPC: Memset vcpu to zerosAlexander Graf1-0/+1
2010-04-25KVM: x86: Add support for saving&restoring debug registersJan Kiszka2-0/+64
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka6-13/+23
2010-04-25KVM: x86: Do not return soft events in vcpu_eventsJan Kiszka1-3/+6
2010-04-25KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel1-9/+8
2010-04-25KVM: drop unneeded kvm_run check in emulate_instruction()Gleb Natapov1-1/+1
2010-04-25KVM: PPC: Allocate vcpu struct using vmallocAlexander Graf1-4/+3
2010-04-25KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX)Alexander Graf1-11/+2
2010-04-25KVM: PPC: Enable use of secondary htab bucketAlexander Graf1-8/+1
2010-04-25KVM: PPC: Add capability for paired singlesAlexander Graf1-0/+1
2010-04-25KVM: PPC: Implement Paired Single emulationAlexander Graf4-0/+1294
2010-04-25KVM: PPC: Enable program interrupt to do MMIOAlexander Graf1-0/+4
2010-04-25KVM: PPC: Add helpers to modify ppc fieldsAlexander Graf1-0/+33
2010-04-25KVM: PPC: Fix error in BAT assignmentAlexander Graf1-2/+2
2010-04-25KVM: PPC: Add helpers to call FPU instructionsAlexander Graf4-0/+361
2010-04-25KVM: PPC: Make ext giveup non-staticAlexander Graf2-2/+2
2010-04-25KVM: PPC: Make software load/store return eaddrAlexander Graf3-23/+33
2010-04-25KVM: PPC: Implement mtsr instruction emulationAlexander Graf1-0/+6
2010-04-25KVM: PPC: Fix typo in book3s_32 debug codeAlexander Graf1-1/+1
2010-04-25KVM: PPC: Preload FPU when possibleAlexander Graf1-0/+8
2010-04-25KVM: PPC: Combine extension interrupt handlersAlexander Graf1-5/+50
2010-04-25KVM: PPC: Add Gekko SPRsAlexander Graf3-0/+81
2010-04-25KVM: PPC: Add hidden flag for paired singlesAlexander Graf2-0/+5
2010-04-25KVM: PPC: Add AGAIN type for emulation returnAlexander Graf3-1/+7
2010-04-25KVM: PPC: Teach MMIO SignednessAlexander Graf4-0/+47
2010-04-25KVM: PPC: Enable MMIO to do 64 bits, fprs and qprsAlexander Graf3-3/+30
2010-04-25KVM: PPC: Make fpscr 64-bitAlexander Graf1-1/+1
2010-04-25KVM: PPC: Add QPR registersAlexander Graf1-0/+5
2010-04-25KVM: SVM: Remove newlines from nested trace pointsJoerg Roedel1-6/+6
2010-04-25KVM: SVM: Make lazy FPU switching work with nested svmJoerg Roedel1-4/+39
2010-04-25KVM: SVM: Activate nested state only when guest state is completeJoerg Roedel1-6/+9
2010-04-25KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel1-15/+31
2010-04-25KVM: SVM: Fix nested msr intercept handlingJoerg Roedel1-10/+3
2010-04-25KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel1-0/+2
2010-04-25KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel1-0/+4
2010-04-25KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel1-4/+19
2010-04-25KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel1-23/+24
2010-04-25KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa1-1/+0
2010-04-25KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-...Takuya Yoshikawa1-9/+6
2010-04-25KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its hel...Takuya Yoshikawa1-33/+29
2010-04-25KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x...Takuya Yoshikawa1-9/+9
2010-04-25KVM: inject #UD in 64bit mode from instruction that are not valid thereGleb Natapov1-5/+5
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov4-66/+61
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds4-3/+7
2010-04-21Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-61/+61
2010-04-21KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka1-1/+5
2010-04-21m68knommu: fix coldfire tcdrainPhilippe De Muyter1-0/+5
2010-04-21m68knommu: remove a duplicate vector setting line for 68360Greg Ungerer1-1/+0