aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-11powerpc/book3s: Fix guest MC delivery mechanism to avoid soft lockups in guest.Mahesh Salgaonkar2-11/+23
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds5-35/+71
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds24-332/+803
2014-05-30KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf1-45/+38
2014-05-30KVM: PPC: Book3S PR: Use SLB entry 0Alexander Graf2-8/+6
2014-05-30KVM: PPC: Book3S HV: Fix machine check delivery to guestPaul Mackerras1-0/+1
2014-05-30KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugsPaul Mackerras1-2/+57
2014-05-30KVM: PPC: Book3S HV: Make sure we don't miss dirty pagesPaul Mackerras1-10/+37
2014-05-30KVM: PPC: Book3S HV: Fix dirty map for hugepagesAlexey Kardashevskiy1-9/+24
2014-05-30KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base addressPaul Mackerras1-2/+13
2014-05-30KVM: PPC: Book3S HV: Fix check for running inside guest in global_invalidates()Paul Mackerras1-1/+2
2014-05-30KVM: PPC: Add CAP to indicate hcall fixesAlexander Graf1-0/+1
2014-05-30KVM: PPC: MPIC: Reset IRQ source private membersAlexander Graf1-1/+4
2014-05-30KVM: PPC: Graciously fail broken LE hypercallsAlexander Graf1-0/+17
2014-05-30KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handlerAneesh Kumar K.V1-38/+1
2014-05-30KVM: PPC: BOOK3S: Always use the saved DAR valueAneesh Kumar K.V1-0/+7
2014-05-30KVM: PPC: Disable NX for old magic page using guestsAlexander Graf2-2/+15
2014-05-30KVM: PPC: BOOK3S: HV: Add mixed page-size support for guestAneesh Kumar K.V1-0/+7
2014-05-30KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocationAneesh Kumar K.V1-17/+6
2014-05-30KVM: PPC: Book3S PR: Expose TM registersAlexander Graf2-1/+41
2014-05-30KVM: PPC: Book3S PR: Expose EBB registersAlexander Graf3-18/+40
2014-05-30KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf3-6/+24
2014-05-30KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf5-6/+109
2014-05-30KVM: PPC: Book3S PR: Emulate TIR registerAlexander Graf1-0/+1
2014-05-30KVM: PPC: Book3S PR: Ignore PMU SPRsAlexander Graf1-0/+14
2014-05-30KVM: PPC: Book3S: Move little endian conflict to HV KVMAlexander Graf1-1/+1
2014-05-30KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructionsAlexander Graf2-3/+3
2014-05-30KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf15-136/+221
2014-05-30KVM: PPC: PR: Fill pvinfo hcall instructions in big endianAlexander Graf1-8/+8
2014-05-30KVM: PPC: Book3S PR: PAPR: Access RTAS in big endianAlexander Graf1-0/+29
2014-05-30KVM: PPC: Book3S PR: PAPR: Access HTAB in big endianAlexander Graf1-3/+11
2014-05-30KVM: PPC: Book3S PR: Default to big endian guestAlexander Graf1-1/+1
2014-05-30KVM: PPC: Book3S_64 PR: Access shadow slb in big endianAlexander Graf1-17/+16
2014-05-30KVM: PPC: Book3S_64 PR: Access HTAB in big endianAlexander Graf1-4/+7
2014-05-30KVM: PPC: Book3S_32: PR: Access HTAB in big endianAlexander Graf1-6/+10
2014-05-30KVM: PPC: Book3S: PR: Fix C/R bit settingAlexander Graf2-3/+3
2014-05-30KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options onAneesh Kumar K.V1-0/+8
2014-05-30KVM: PPC: BOOK3S: PR: Enable Little Endian PR guestAneesh Kumar K.V2-2/+23
2014-05-30KVM: PPC: E500: Add dcbtls emulationAlexander Graf1-0/+14
2014-05-30KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFRAlexander Graf1-0/+1
2014-05-28powerpc: Fix regression of per-CPU DSCR settingSam bobroff1-2/+1
2014-05-28powerpc/kvm/book3s_hv: Use threads_per_subcore in KVMMichael Ellerman2-11/+17
2014-05-28powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman2-4/+35
2014-05-13Merge tag 'signed-for-3.15' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini4-7/+111
2014-05-05Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2-18/+18
2014-04-28KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bitAlexander Graf2-6/+6
2014-04-28KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exitPaul Mackerras1-0/+104
2014-04-28KVM: PPC: Book3S: HV: make _PAGE_NUMA take effectpingfank@linux.vnet.ibm.com1-1/+1
2014-04-28ppc/kvm: Clear the runlatch bit of a vcpu before nappingPreeti U Murthy1-1/+11
2014-04-28ppc/kvm: Set the runlatch bit of a CPU just before starting guestPreeti U Murthy1-0/+6