summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* ppc: e500_tlb memset clears nothingAlan Cox2012-08-161-4/+4
* KVM: PPC: Add cache flush on page mapAlexander Graf2012-08-163-0/+8
* KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE codePaul Mackerras2012-08-161-5/+7
* powerpc/kvm/book3s_32: Fix MTMSR_EERI macroAlexander Graf2012-07-311-1/+0Star
* powerpc/kvm/bookehv: Fix build regressionAlexander Graf2012-07-271-38/+39
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-2412-79/+260
|\
| * KVM: PPC: Critical interrupt emulation supportBharat Bhushan2012-07-111-0/+25
| * KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman2012-07-111-1/+2
| * KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman2012-07-111-1/+4
| * KVM: PPC: bookehv: Add ESR flag to Data Storage InterruptMihai Caraman2012-07-111-1/+1
| * KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi2012-07-111-0/+16
| * booke: Added crit/mc exception handler for e500v2Bharat Bhushan2012-07-111-28/+27Star
| * booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan2012-07-111-0/+21
| * KVM: PPC: booke: Added DECAR supportBharat Bhushan2012-05-303-0/+11
| * KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras2012-05-305-48/+153
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-07-246-416/+400Star
|\ \
| * | powerpc: Add VDSO version of getcpuAnton Blanchard2012-07-111-0/+4
| * | powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder2012-07-111-5/+1Star
| * | powerpc: Enforce usage of R0-R31 where possibleMichael Neuling2012-07-101-1/+2
| * | powerpc: Move and fix MTMSR_EERI definitionBenjamin Herrenschmidt2012-07-102-3/+0Star
| * | powerpc: Merge VCPU_GPRMichael Neuling2012-07-104-14/+0Star
| * | powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling2012-07-104-393/+393
* | | Merge branch 'for-upstream-master' of git://github.com/agraf/linux-2.6Avi Kivity2012-07-111-0/+1
|\ \ \ | |/ / |/| |
| * | powerpc/kvm: Fix "PR" KVM implementation of H_CEDEBenjamin Herrenschmidt2012-07-111-0/+1
* | | powerpc/kvm: sldi should be sldMichael Neuling2012-07-021-1/+1
|/ /
* / KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras2012-06-191-30/+66
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-2530-1281/+3583
|\
| * KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-067-142/+186
| * KVM: PPC: Emulator: clean up instruction parsingAlexander Graf2012-05-065-137/+56Star
| * kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-063-1/+74
| * kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt2012-05-067-111/+186
| * KVM: PPC: bookehv: Fix r8/r13 storing in level exception handlerMihai Caraman2012-05-061-1/+1
| * 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/+0Star
| * 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: bookehv: Use a Macro for saving/restoring guest registers to/from t...Varun Sethi2012-05-061-20/+4Star
| * KVM: PPC: Use clockevent multiplier and shifter for decrementerBharat Bhushan2012-05-061-2/+7
| * KVM: Use minimum and maximum address mapped by TLB1Bharat Bhushan2012-05-062-2/+90
| * 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-084-30/+16Star
| * KVM: PPC: Work around POWER7 DABR corruption problemPaul Mackerras2012-04-082-41/+61
| * 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-081-1/+45