summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_32.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* powerpc: Remove duplicated include from pci_32.cYueHaibing2018-10-031-1/+0Star
* powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-251-4/+0Star
* powerpc: fix build failure by disabling attribute-alias warning in pci_32Christophe Leroy2018-06-051-0/+4
* powerpc/32: Add a missing include headerMathieu Malaterre2018-05-251-0/+1
* powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro2018-05-101-3/+3
* powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-121-1/+2
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ppc: move exports to definitionsAl Viro2016-08-081-0/+2
* powerpc: Remove more traces of bootmemMichael Ellerman2014-11-191-3/+1Star
* powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-061-1/+1
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-151-1/+1
* powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas2012-03-201-3/+3
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-271-1/+1
|\
| * powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-121-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-261-19/+0Star
|\ \
| * | powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala2011-06-231-19/+0Star
| |/
* / pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-137/+13Star
|/
* powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-041-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely2009-09-021-23/+2Star
* powerpc/pci: Pull ppc32 PCI features into commonKumar Gala2009-08-281-71/+0Star
* powerpc/pci: Remove dead checks for CONFIG_PPC_OFGrant Likely2009-08-281-9/+0Star
* powerpc/pci: Remove redundant pcnet32 fixupKumar Gala2009-05-211-11/+0Star
* powerpc/pci: Cleanup some minor cruftKumar Gala2009-05-211-8/+0Star
* powerpc/pci: Fix PCI<->OF matching of old style multifunc devicesTom Arbuckle2009-02-231-4/+11
* powerpc/pci: Move hose_list and pci_address_to_pio to pci-commonMilton Miller2009-02-111-20/+1Star
* powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-161-6/+1Star
* powerpc/pci: Remove pcibios_do_bus_setup()Benjamin Herrenschmidt2008-11-051-11/+0Star
* powerpc/pci: Use common PHB resource hookupBenjamin Herrenschmidt2008-11-051-44/+34Star
* powerpc/pci: Cleanup debug printk'sBenjamin Herrenschmidt2008-11-051-9/+3Star
* powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt2008-10-151-0/+6
* powerpc/fsl: Hide MPC5121 pci bridge.John Rigby2008-10-131-2/+3
* powerpc: Merge 32 and 64-bit dma codeBecky Bruce2008-09-241-0/+7
* [POWERPC] Remove update_bridge_resourceKumar Gala2008-01-241-58/+0Star
* [POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell2008-01-171-2/+2
* [POWERPC] pci_32.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-7/+13
* [POWERPC] Fix possible NULL deref in ppc32 PCIBenjamin Herrenschmidt2007-12-211-2/+3
* [POWERPC] Merge 32 and 64 bits pcibios_enable_deviceBenjamin Herrenschmidt2007-12-201-37/+0Star
* [POWERPC] Updates/fixes to 32 bits pcibios_enable_device()Benjamin Herrenschmidt2007-12-201-2/+8
* [POWERPC] Merge PCI resource allocation & assignmentBenjamin Herrenschmidt2007-12-201-243/+3Star
* [POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt2007-12-201-81/+2Star
* [POWERPC] Merge pcibios_resource_to_bus/bus_to_resourceBenjamin Herrenschmidt2007-12-201-32/+0Star