aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds262-1678/+5022
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+3
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-0/+1
2015-11-05arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodesRaghavendra K T1-1/+1
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-1/+1
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-11/+65
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-10/+30
2015-11-05Merge branch 'next' of git://git.denx.de/linux-denx-agust into nextMichael Ellerman10-9/+629
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+3
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+2
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+197
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-14/+24
2015-11-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman194-487/+3863
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-87/+29
2015-10-28Merge tag 'powerpc-4.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2015-10-28powerpc/dma: dma_set_coherent_mask() should not be GPL onlyBenjamin Herrenschmidt1-1/+1
2015-10-28powerpc/msi: Fix section mismatch warning in msi_bitmap_alloc()Denis Kirjanov1-1/+1
2015-10-28powerpc/prom: Use of_get_next_parent() in of_get_ibm_chip_id()Michael Ellerman1-3/+2
2015-10-28powerpc/pseries: Correct string length in pseries_of_derive_parent()Nathan Fontenot1-2/+5
2015-10-27powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tlb entryKevin Hao2-13/+23
2015-10-27powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s)Igal Liberman22-18/+536
2015-10-27powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA FManIgal Liberman35-0/+2440
2015-10-27powerpc/fsl: Add #clock-cells and clockgen label to clockgen nodesScott Wood2-2/+4
2015-10-27Merge branch 'clock' into HEADScott Wood8-199/+7
2015-10-27powerpc: handle error case in cpm_muram_alloc()Christophe Leroy1-1/+2
2015-10-27powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wakeSudeep Holla1-19/+4
2015-10-27powerpc/book3e-64: Enable kexecTiejun Chen3-1/+25
2015-10-27powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloopScott Wood1-0/+2
2015-10-27powerpc/booke: Only use VIRT_PHYS_OFFSET on booke32Scott Wood1-3/+4
2015-10-27powerpc/book3e-64/kexec: Enable SMP releaseScott Wood1-1/+16
2015-10-27powerpc/book3e-64/kexec: create an identity TLB mappingTiejun Chen1-1/+51
2015-10-27powerpc/book3e-64: Don't limit paca to 256 MiBScott Wood1-2/+7
2015-10-27powerpc/book3e/kdump: Enable crash_kexec_wait_realmodeScott Wood1-3/+3
2015-10-27powerpc/book3e: support CONFIG_RELOCATABLETiejun Chen3-7/+28
2015-10-27powerpc/booke64: Fix args to copy_and_flushTiejun Chen1-4/+7
2015-10-27powerpc/book3e-64: rename interrupt_end_book3e with __end_interruptsTiejun Chen1-4/+4
2015-10-27powerpc/e6500: kexec: Handle hardware threadsScott Wood2-0/+62
2015-10-27powerpc/85xx: Implement 64-bit kexec supportTiejun Chen1-0/+11
2015-10-27powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entryScott Wood3-15/+34
2015-10-23Merge tag 'powerpc-4.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-86/+28
2015-10-22powerpc/85xx: Load all early TLB entries at onceScott Wood5-3/+92
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall1-0/+2
2015-10-22powerpc: Introduce the use of the managed version of kzallocHimangi Saraogi1-4/+2
2015-10-22powerpc: mpc512x: drop bogus and unused psc register bit definitionsUwe Kleine-König1-2/+0
2015-10-22powerpc/512x: add a device tree binding for LocalPlus Bus FIFOAlexander Popov2-3/+19
2015-10-22powerpc/512x: add LocalPlus Bus FIFO device driverAlexander Popov5-0/+607
2015-10-22powerpc: platforms: mpc52xx_lpbfifo: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-22powerpc/rtas: Validate rtas.entry before calling enter_rtas()Vasant Hegde1-0/+3
2015-10-21powerpc/fsl: Move fsl_guts.h out of arch/powerpcScott Wood8-199/+7
2015-10-21powerpc/powernv: Handle irq_happened flag correctly in off-line loopPaul Mackerras1-5/+24