summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-0813-43/+15
|\
| * kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+2
| * arch/powerpc: replace obsolete strict_strto* callsDaniel Walter2014-08-084-7/+7
| * arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-082-19/+0
| * lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-087-17/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-0755-2003/+1839
|\ \ | |/ |/|
| * KVM: PPC: Enable IRQFD support for the XICS interrupt controllerPaul Mackerras2014-08-054-9/+55
| * KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-051-0/+1
| * KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-051-3/+1
| * KVM: PPC: drop duplicate tracepointPaolo Bonzini2014-08-052-20/+2
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-0552-1991/+1800
| |\
| | * KVM: PPC: PR: Handle FSCR feature deselectsAlexander Graf2014-07-313-3/+13
| | * KVM: PPC: HV: Remove generic instruction emulationAlexander Graf2014-07-302-1/+21
| | * KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_sprBharat Bhushan2014-07-301-10/+10
| | * KVM: PPC: Remove DCR handlingAlexander Graf2014-07-286-24/+0
| | * KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf2014-07-283-6/+35
| | * KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf2014-07-285-193/+278
| | * KVM: PPC: Handle magic page in kvmppc_ld/stAlexander Graf2014-07-283-0/+39
| | * KVM: PPC: Use kvm_read_guest in kvmppc_ldAlexander Graf2014-07-281-25/+2
| | * KVM: PPC: Remove kvmppc_bad_hva()Alexander Graf2014-07-281-6/+1
| | * KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2014-07-285-84/+88
| | * KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf2014-07-283-4/+72
| | * KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base pageAneesh Kumar K.V2014-07-282-8/+4
| | * KVM: PPC: Book3S: Provide different CAPs based on HV or PR modeAlexander Graf2014-07-281-3/+9
| | * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
| | * Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8Stewart Smith2014-07-285-1/+83
| | * Split out struct kvmppc_vcore creation to separate functionStewart Smith2014-07-281-10/+21
| | * KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indicationPaul Mackerras2014-07-281-13/+12
| | * KVM: PPC: Book3S PR: Take SRCU read lock around RTAS kvm_read_guest() callPaul Mackerras2014-07-281-2/+7
| | * KVM: PPC: Book3S: Fix LPCR one_reg interfaceAlexey Kardashevskiy2014-07-283-2/+14
| | * KVM: PPC: Remove 440 supportAlexander Graf2014-07-2815-1161/+2
| | * KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointerBharat Bhushan2014-07-281-3/+0
| | * KVM: PPC: Booke-hv: Add one reg interface for SPRG9Bharat Bhushan2014-07-282-2/+21
| | * kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exitBharat Bhushan2014-07-283-0/+6
| | * KVM: PPC: Bookehv: Get vcpu's last instruction for emulationMihai Caraman2014-07-283-28/+145
| | * KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-2811-77/+140
| | * KVM: PPC: Book3s: Remove kvmppc_read_inst() functionMihai Caraman2014-07-281-51/+34
| | * KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1Mihai Caraman2014-07-281-3/+6
| | * KVM: PPC: e500mc: Revert "add load inst fixup"Mihai Caraman2014-07-281-25/+1
| | * kvm: ppc: Add SPRN_EPR get helper functionBharat Bhushan2014-07-282-10/+12
| | * kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7Bharat Bhushan2014-07-282-20/+20
| | * kvm: ppc: booke: Add shared struct helpers of SPRN_ESRBharat Bhushan2014-07-282-21/+4
| | * kvm: ppc: booke: Use the shared struct helpers of SPRN_DEARBharat Bhushan2014-07-281-21/+3
| | * kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1Bharat Bhushan2014-07-281-11/+6
| | * kvm: ppc: bookehv: Added wrapper macros for shadow registersBharat Bhushan2014-07-281-8/+36
| | * KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf2014-07-286-20/+38
| | * KVM: PPC: Book3S: Add hack for split real modeAlexander Graf2014-07-284-0/+71
| | * KVM: PPC: Book3S: Stop PTE lookup on write errorsAlexander Graf2014-07-281-1/+1
| | * KVM: PPC: Deflect page write faults properly in kvmppc_stAlexander Graf2014-07-281-2/+4
| | * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch structAlexander Graf2014-07-281-1/+4
OpenPOWER on IntegriCloud