summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/maple: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-113-1/+7
| * | | | powerpc/pasemi: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-113-2/+10
| * | | | powerpc/powernv: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-114-4/+11
| * | | | powerpc/pseries: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-114-5/+15
| * | | | powerpc/powermac: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-113-9/+17
| * | | | powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens2015-04-114-7/+16
| * | | | powerpc: Create pci_controller_ops.reset_secondary_bus and shimDaniel Axtens2015-04-112-6/+18
| * | | | powerpc: Create pci_controller_ops.window_alignment and shimDaniel Axtens2015-04-112-9/+22
| * | | | powerpc: Create pci_controller_ops.enable_device_hook and shimDaniel Axtens2015-04-112-3/+17
| * | | | powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens2015-04-115-11/+22
| * | | | powerpc: Create pci_controller_ops.dma_bus_setup and shimDaniel Axtens2015-04-112-2/+12
| * | | | powerpc: Create pci_controller_ops.dma_dev_setup and shimDaniel Axtens2015-04-112-2/+22
| * | | | powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens2015-04-115-12/+12
| * | | | powerpc/powermac: move pmac_pci_probe_mode from setup.c to pci.cDaniel Axtens2015-04-113-18/+21
| * | | | powerpc: move find_and_init_phbs() to pSeries specific codeDaniel Axtens2015-04-113-50/+47
| * | | | powerpc: Drop return value of smp_ops->probe()Michael Ellerman2015-04-108-29/+12
| * | | | powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman2015-04-101-1/+1
| * | | | powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changesMichael Ellerman2015-04-101-1/+1
| * | | | powerpc: Reword the "returning from prom_init" messageMichael Ellerman2015-04-101-2/+2
| * | | | powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-107-15/+10
| * | | | powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman2015-04-108-14/+16
| * | | | powerpc/mm: Change setbat() to take a pgprot_t rather than flagsMichael Ellerman2015-04-072-2/+3
| * | | | powerpc/mm: Remove duplicate declaration of setbat()Michael Ellerman2015-04-071-3/+0
| * | | | powerpc: Remove the celleb supportMichael Ellerman2015-04-0731-4580/+1
| * | | | powerpc/powernv: Remove powernv RTAS supportMichael Ellerman2015-04-074-118/+19
| * | | | Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman2015-04-075-55/+27
| |\ \ \ \
| | * | | | powerpc: Remove unused st_le*() and ld_le* functionsDavid Gibson2015-03-241-26/+0
| | * | | | powerpc: Cleanup KVM emulated load/store endian handlingDavid Gibson2015-03-242-21/+19
| | * | | | powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson2015-03-232-8/+8
| | |/ / /
| * | | | Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman2015-04-0725-1642/+1649
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | powerpc/powernv: Don't map M64 segments using M32DTGavin Shan2015-03-311-1/+2
| | * | | powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()Gavin Shan2015-03-311-6/+7
| | | |/ | | |/|
| | * | powerpc/eeh: Remove device_node dependencyGavin Shan2015-03-249-81/+55
| | * | powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan2015-03-245-97/+87
| | * | powerpc/eeh: Do probe on pci_dnGavin Shan2015-03-247-137/+171
| | * | powerpc/eeh: Create eeh_dev from pci_dn instead of device_nodeGavin Shan2015-03-246-11/+69
| | * | powerpc/pci: Trace more information from pci_dnGavin Shan2015-03-242-0/+13
| | * | powerpc/powernv: Use pci_dn, not device_node, in PCI config accessorGavin Shan2015-03-243-47/+40
| | * | powerpc/pci: Refactor pci_dnGavin Shan2015-03-243-6/+141
| | * | powerpc/powernv: Remove unused fileGavin Shan2015-03-174-55/+1
| | * | powerpc/powernv: Drop PHB operation reset()Gavin Shan2015-03-174-244/+223
| | * | powerpc/powernv: Drop PHB operation next_error()Gavin Shan2015-03-173-359/+327
| | * | powerpc/powernv: Drop PHB operation get_state()Gavin Shan2015-03-173-186/+170
| | * | powerpc/powernv: Drop PHB operation set_option()Gavin Shan2015-03-173-92/+54
| | * | powerpc/powernv: Drop PHB operation configure_bridge()Gavin Shan2015-03-173-24/+1
| | * | powerpc/powernv: Drop PHB operation get_log()Gavin Shan2015-03-173-29/+3
| | * | powerpc/powernv: Drop PHB operation post_init()Gavin Shan2015-03-173-199/+179
| | * | powerpc/powernv: Drop PHB operation err_inject()Gavin Shan2015-03-173-53/+36
| | * | powerpc/powernv: Shorten EEH function namesGavin Shan2015-03-171-52/+52
| | * | powerpc/pci: Fix comments about ppc_md.pcibios_fixupGavin Shan2015-03-171-1/+1