summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | KVM: PPC: Book3S: Enable IRQs during exit handlingAlexander Graf2012-05-061-0/+3
| | * | | | KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf2012-05-061-13/+22
| | * | | | KVM: PPC: Fix stbux emulationAlexander Graf2012-05-061-1/+1
| | * | | | KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fieldsMihai Caraman2012-05-061-8/+8
| | * | | | KVM: PPC: Book3S: PR: No isync in slbie pathAlexander Graf2012-05-061-2/+0
| | * | | | KVM: PPC: Book3S: PR: Optimize entry pathAlexander Graf2012-05-061-6/+7
| | * | | | KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs.Varun Sethi2012-05-062-12/+12
| | * | | | KVM: PPC: Restrict PPC_[L|ST]D macro to asm codeAlexander Graf2012-05-061-0/+2
| | * | | | KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from t...Varun Sethi2012-05-062-20/+12
| | * | | | KVM: PPC: Use clockevent multiplier and shifter for decrementerBharat Bhushan2012-05-063-3/+10
| | * | | | KVM: Use minimum and maximum address mapped by TLB1Bharat Bhushan2012-05-062-2/+90
| * | | | | KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decodingTakuya Yoshikawa2012-05-061-5/+3
| * | | | | KVM: x86 emulator: Move ModRM flags for groups to top level opcode tablesTakuya Yoshikawa2012-05-061-55/+56
| * | | | | KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leafGleb Natapov2012-05-061-8/+10
| * | | | | KVM: fix cpuid eax for KVM leafMichael S. Tsirkin2012-05-061-1/+1
| |/ / / /
| * | | | KVM: s390: implement KVM_CAP_NR/MAX_VCPUSChristian Borntraeger2012-05-021-0/+4
| * | | | KVM: s390: Handle sckpf instructionCornelia Huck2012-04-303-0/+33
| * | | | KVM: s390: use kvm_vcpu_on_spin for diag 0x44Christian Borntraeger2012-04-301-3/+1
| * | | | KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz2012-04-303-0/+27
| * | | | KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-272-14/+24
| * | | | KVM: x86 emulator: fix asm constraint in flush_pending_x87_faultsAvi Kivity2012-04-241-1/+1
| * | | | KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-242-5/+11
| * | | | KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-241-0/+1
| * | | | KVM: ia64: fix build due to typoAvi Kivity2012-04-191-1/+1
| * | | | KVM: Fix page-crossing MMIOAvi Kivity2012-04-193-38/+88
| * | | | Merge branch 'linus' into queueMarcelo Tosatti2012-04-1990-919/+763
| |\ \ \ \
| * | | | | KVM: MMU: use page table level macroDavidlohr Bueso2012-04-182-2/+2
| * | | | | KVM: dont clear TMR on EOIMichael S. Tsirkin2012-04-161-6/+13
| * | | | | KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)Avi Kivity2012-04-161-1/+1
| * | | | | KVM: x86 emulator: MMX supportAvi Kivity2012-04-162-5/+102
| * | | | | KVM: x86 emulator: implement movntpsAvi Kivity2012-04-161-1/+6
| * | | | | KVM: x86: emulate movdqaStefan Hajnoczi2012-04-161-8/+2
| * | | | | KVM: x86 emulator: add support for vector alignmentAvi Kivity2012-04-161-1/+29
| * | | | | KVM: SVM: Auto-load on CPUs with SVMJosh Triplett2012-04-161-0/+7
| * | | | | KVM: PPC: add CPU_FTR_EMB_HV to CPU tableScott Wood2012-04-111-1/+1
| * | | | | KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa2012-04-082-82/+124
| * | | | | KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa2012-04-081-2/+3
| * | | | | KVM: x86: add paging gcc optimizationDavidlohr Bueso2012-04-081-1/+1
| * | | | | KVM: VMX: Auto-load on CPUs with VMXJosh Triplett2012-04-081-0/+7
| * | | | | powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64Benjamin Herrenschmidt2012-04-082-0/+21
| * | | | | KVM: PPC: Ignore unhalt request from kvm_vcpu_blockAlexander Graf2012-04-083-0/+3
| * | | | | KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7Alexander Graf2012-04-081-0/+4
| * | | | | KVM: PPC: Emulate tw and td instructionsAlexander Graf2012-04-081-0/+14
| * | | | | KVM: PPC: Pass EA to updating emulation opsAlexander Graf2012-04-085-30/+17
| * | | | | KVM: PPC: Work around POWER7 DABR corruption problemPaul Mackerras2012-04-082-41/+61
| * | | | | KVM: PPC: Book 3S: Fix compilation for !HV configsPaul Mackerras2012-04-081-3/+3
| * | | | | Restore guest CR after exit timing calculationBharat Bhushan2012-04-081-3/+8
| * | | | | KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras2012-04-082-1/+49
| * | | | | KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras2012-04-084-76/+190
| * | | | | KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras2012-04-086-46/+124