aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár1-0/+2
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy1-0/+9
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+3
2020-06-02mm: remove __get_vm_areaChristoph Hellwig1-1/+2
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig1-18/+35
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-1/+1
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy1-1/+1
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_rangeAneesh Kumar K.V1-1/+1
2019-08-22powerpc/64: Adjust order in pcibios_init()Sam Bobroff1-3/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-1/+1
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-1/+1
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton1-4/+0
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy1-0/+4
2018-05-10powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro1-2/+2
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-2/+2
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman1-1/+0
2016-06-30powerpc: Initialise pci_io_base as early as possibleDarren Stevens1-1/+0
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V1-1/+2
2016-05-01powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V1-1/+1
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+0
2014-11-24powerpc/pci: Remove unused force_32bit_msi quirkBenjamin Herrenschmidt1-10/+0
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-04-14powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversalMike Qiu1-4/+6
2014-02-14powerpc/PCI: Use list_for_each_entry() for bus traversalYijing Wang1-3/+1
2013-08-14powerpc/pci: Don't use bitfield for force_32bit_msiAnton Blanchard1-1/+1
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard1-1/+1
2013-05-24powerpc: Make radeon 32-bit MSI quirk work on powernvBenjamin Herrenschmidt1-0/+10
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-28powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+0
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-03-20powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas1-1/+1
2012-02-23powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas1-5/+0
2012-02-23powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas1-1/+1
2012-01-06powerpc/PCI: split PHB part out of pcibios_map_io_space()Bjorn Helgaas1-19/+21
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring1-2/+2
2011-02-04powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely1-3/+3
2010-12-09powerpc/pci: Use printf extension %pR for struct resourceJoe Perches1-2/+1
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-1/+1
2009-10-27powerpc: Fix compile errors found by new ppc64e_defconfigKumar Gala1-0/+2
2009-09-02powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely1-40/+6
2009-08-28powerpc/pci: move pci_64.c device tree scanning code into pci-common.cGrant Likely1-289/+0
2009-06-09powerpc: Fix warning when printing a resource_size_tStephen Rothwell1-1/+1
2009-06-09powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt1-0/+5