summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2015-04-11powerpc/pseries: Move controller ops from ppc_md to controller_opsDaniel Axtens4-5/+15
2015-04-11powerpc/powermac: Move controller ops from ppc_md to controller_opsDaniel Axtens3-9/+17
2015-04-11powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens4-7/+16
2015-04-11powerpc: Create pci_controller_ops.reset_secondary_bus and shimDaniel Axtens2-6/+18
2015-04-11powerpc: Create pci_controller_ops.window_alignment and shimDaniel Axtens2-9/+22
2015-04-11powerpc: Create pci_controller_ops.enable_device_hook and shimDaniel Axtens2-3/+17
2015-04-11powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens5-11/+22
2015-04-11powerpc: Create pci_controller_ops.dma_bus_setup and shimDaniel Axtens2-2/+12
2015-04-11powerpc: Create pci_controller_ops.dma_dev_setup and shimDaniel Axtens2-2/+22
2015-04-11powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens5-12/+12
2015-04-11powerpc/powermac: move pmac_pci_probe_mode from setup.c to pci.cDaniel Axtens3-18/+21
2015-04-11powerpc: move find_and_init_phbs() to pSeries specific codeDaniel Axtens3-50/+47
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman8-29/+12
2015-04-10powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman1-1/+1
2015-04-10powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changesMichael Ellerman1-1/+1
2015-04-10powerpc: Reword the "returning from prom_init" messageMichael Ellerman1-2/+2
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman7-15/+10
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman8-14/+16
2015-04-09powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL defineAnton Blanchard3-3/+3
2015-04-08kvm/ppc/mpic: drop unused IRQ_testbitArseny Solokha1-5/+0
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2-7/+9
2015-04-07powerpc/mm: Change setbat() to take a pgprot_t rather than flagsMichael Ellerman2-2/+3
2015-04-07powerpc/mm: Remove duplicate declaration of setbat()Michael Ellerman1-3/+0
2015-04-07powerpc: Remove the celleb supportMichael Ellerman31-4580/+1
2015-04-07powerpc/powernv: Remove powernv RTAS supportMichael Ellerman4-118/+19
2015-04-07Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman5-55/+27
2015-04-07Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman25-1642/+1649
2015-04-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman41-284/+981
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-28/+69
2015-04-02Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2-4/+5
2015-04-01powerpc/corenet: enable CONFIG_I2C_MUX and CONFIG_I2C_MUX_PCA954xShengzhou Liu2-0/+4
2015-04-01powerpc/t2080qds: fix rtc interruptShengzhou Liu1-1/+1
2015-04-01powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata1-1/+0
2015-04-01powerpc/mpc85xx: call k(un)map_atomic rather than k(un)mapYanjiang Jin1-2/+2
2015-04-01powerpc: don't export static symbolJulia Lawall1-25/+0
2015-04-01powerpc: book3e_64: fix the align size for paca_structKevin Hao1-2/+2
2015-04-01powerpc/fsl-booke: Add T4080 SVR valueMadalin Bucur1-0/+1
2015-04-01powerpc: fix memory corruption by pnv_alloc_idle_core_statesJan Stancek1-1/+1
2015-03-31powerpc32/chrp: fix section mismatch warningLEROY Christophe1-1/+1
2015-03-31powerpc/powernv: handle OPAL_SUCCESS return in opal_sensor_readCédric Le Goater1-12/+20
2015-03-31powerpc/powernv: convert codes returned by OPAL callsCédric Le Goater3-2/+25
2015-03-31powerpc: Use bool function return values of true/false not 1/0Joe Perches4-6/+6
2015-03-31Merge branch 'next-eeh' into next-sriovBenjamin Herrenschmidt2-7/+9
2015-03-31powerpc/powernv: Don't map M64 segments using M32DTGavin Shan1-1/+2
2015-03-31powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()Gavin Shan1-6/+7
2015-03-31powerpc/pci: Remove unused struct pci_dn.pcidev fieldWei Yang2-2/+0
2015-03-31powerpc/powernv: Group VF PE when IOV BAR is big on PHB3Wei Yang2-45/+154
2015-03-31powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov suppo...Wei Yang2-3/+32
2015-03-31powerpc/powernv: Shift VF resource with an offsetWei Yang5-17/+553