summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-07-217-56/+33
|\
| * Merge tag 'signed-for-3.16' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2014-07-087-56/+33
| |\
| | * KVM: PPC: RTAS: Do byte swaps explicitlyAlexander Graf2014-07-071-47/+18
| | * KVM: PPC: Book3S PR: Fix ABIv2 on LEAlexander Graf2014-07-072-0/+8
| | * KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()Anton Blanchard2014-07-072-2/+2
| | * KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb valueAneesh Kumar K.V2014-06-252-6/+3
| | * KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttributeMihai Caraman2014-06-241-1/+2
* | | powerpc/kvm: Remove redundant save of SIER AND MMCR2Joel Stanley2014-07-111-5/+0
|/ /
* | powerpc/book3s: Fix guest MC delivery mechanism to avoid soft lockups in guest.Mahesh Salgaonkar2014-06-112-11/+23
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-105-35/+71
|\
| * powerpc: Fix regression of per-CPU DSCR settingSam bobroff2014-05-281-2/+1
| * powerpc/kvm/book3s_hv: Use threads_per_subcore in KVMMichael Ellerman2014-05-282-11/+17
| * powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman2014-05-282-4/+35
| * Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-052-18/+18
| |\
| | * powerpc: Create DOTSYM to wrap dot symbol usageAnton Blanchard2014-04-231-14/+14
| | * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-232-4/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-0424-332/+803
|\ \ \
| * | | KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf2014-05-301-45/+38
| * | | KVM: PPC: Book3S PR: Use SLB entry 0Alexander Graf2014-05-302-8/+6
| * | | KVM: PPC: Book3S HV: Fix machine check delivery to guestPaul Mackerras2014-05-301-0/+1
| * | | KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugsPaul Mackerras2014-05-301-2/+57
| * | | KVM: PPC: Book3S HV: Make sure we don't miss dirty pagesPaul Mackerras2014-05-301-10/+37
| * | | KVM: PPC: Book3S HV: Fix dirty map for hugepagesAlexey Kardashevskiy2014-05-301-9/+24
| * | | KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base addressPaul Mackerras2014-05-301-2/+13
| * | | KVM: PPC: Book3S HV: Fix check for running inside guest in global_invalidates()Paul Mackerras2014-05-301-1/+2
| * | | KVM: PPC: Add CAP to indicate hcall fixesAlexander Graf2014-05-301-0/+1
| * | | KVM: PPC: MPIC: Reset IRQ source private membersAlexander Graf2014-05-301-1/+4
| * | | KVM: PPC: Graciously fail broken LE hypercallsAlexander Graf2014-05-301-0/+17
| * | | KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handlerAneesh Kumar K.V2014-05-301-38/+1
| * | | KVM: PPC: BOOK3S: Always use the saved DAR valueAneesh Kumar K.V2014-05-301-0/+7
| * | | KVM: PPC: Disable NX for old magic page using guestsAlexander Graf2014-05-302-2/+15
| * | | KVM: PPC: BOOK3S: HV: Add mixed page-size support for guestAneesh Kumar K.V2014-05-301-0/+7
| * | | KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocationAneesh Kumar K.V2014-05-301-17/+6
| * | | KVM: PPC: Book3S PR: Expose TM registersAlexander Graf2014-05-302-1/+41
| * | | KVM: PPC: Book3S PR: Expose EBB registersAlexander Graf2014-05-303-18/+40
| * | | KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf2014-05-303-6/+24
| * | | KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf2014-05-305-6/+109
| * | | KVM: PPC: Book3S PR: Emulate TIR registerAlexander Graf2014-05-301-0/+1
| * | | KVM: PPC: Book3S PR: Ignore PMU SPRsAlexander Graf2014-05-301-0/+14
| * | | KVM: PPC: Book3S: Move little endian conflict to HV KVMAlexander Graf2014-05-301-1/+1
| * | | KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructionsAlexander Graf2014-05-302-3/+3
| * | | KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-3015-136/+221
| * | | KVM: PPC: PR: Fill pvinfo hcall instructions in big endianAlexander Graf2014-05-301-8/+8
| * | | KVM: PPC: Book3S PR: PAPR: Access RTAS in big endianAlexander Graf2014-05-301-0/+29
| * | | KVM: PPC: Book3S PR: PAPR: Access HTAB in big endianAlexander Graf2014-05-301-3/+11
| * | | KVM: PPC: Book3S PR: Default to big endian guestAlexander Graf2014-05-301-1/+1
| * | | KVM: PPC: Book3S_64 PR: Access shadow slb in big endianAlexander Graf2014-05-301-17/+16
| * | | KVM: PPC: Book3S_64 PR: Access HTAB in big endianAlexander Graf2014-05-301-4/+7
| * | | KVM: PPC: Book3S_32: PR: Access HTAB in big endianAlexander Graf2014-05-301-6/+10
| * | | KVM: PPC: Book3S: PR: Fix C/R bit settingAlexander Graf2014-05-302-3/+3
OpenPOWER on IntegriCloud