index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
pci_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Initialise pci_io_base as early as possible
Darren Stevens
2016-06-30
1
-1
/
+0
*
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
2016-05-11
1
-1
/
+2
*
powerpc/mm: Use a helper for finding pte bits mapping I/O area
Aneesh Kumar K.V
2016-05-01
1
-1
/
+1
*
Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2014-12-11
1
-1
/
+0
|
\
|
*
powerpc: Remove superfluous bootmem includes
Anton Blanchard
2014-11-10
1
-1
/
+0
*
|
powerpc/pci: Remove unused force_32bit_msi quirk
Benjamin Herrenschmidt
2014-11-24
1
-10
/
+0
|
/
*
powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal
Mike Qiu
2014-04-14
1
-4
/
+6
*
powerpc/PCI: Use list_for_each_entry() for bus traversal
Yijing Wang
2014-02-14
1
-3
/
+1
*
powerpc/pci: Don't use bitfield for force_32bit_msi
Anton Blanchard
2013-08-14
1
-1
/
+1
*
powerpc: Fix a number of sparse warnings
Anton Blanchard
2013-08-14
1
-1
/
+1
*
powerpc: Make radeon 32-bit MSI quirk work on powernv
Benjamin Herrenschmidt
2013-05-24
1
-0
/
+10
*
powerpc/pci: Support per-aperture memory offset
Benjamin Herrenschmidt
2013-05-06
1
-1
/
+1
*
POWERPC: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-3
/
+3
*
powerpc/PCI: Remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
2012-11-28
1
-4
/
+0
*
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
2012-06-13
1
-1
/
+1
*
powerpc/PCI: compute I/O space bus-to-resource offset consistently
Bjorn Helgaas
2012-03-20
1
-1
/
+1
*
powerpc/PCI: replace pci_probe_only with pci_flags
Bjorn Helgaas
2012-02-23
1
-5
/
+0
*
powerpc/PCI: make pci_probe_only default to 0
Bjorn Helgaas
2012-02-23
1
-1
/
+1
*
powerpc/PCI: split PHB part out of pcibios_map_io_space()
Bjorn Helgaas
2012-01-06
1
-19
/
+21
*
powerpc: add export.h to files making use of EXPORT_SYMBOL
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
powerpc: rename ppc_pci_*_flags to pci_*_flags
Rob Herring
2011-07-12
1
-2
/
+2
*
powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controller
Grant Likely
2011-02-04
1
-3
/
+3
*
powerpc/pci: Use printf extension %pR for struct resource
Joe Perches
2010-12-09
1
-2
/
+1
*
of: add 'of_' prefix to machine_is_compatible()
Grant Likely
2010-02-09
1
-1
/
+1
*
powerpc: Fix compile errors found by new ppc64e_defconfig
Kumar Gala
2009-10-27
1
-0
/
+2
*
powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()
Grant Likely
2009-09-02
1
-40
/
+6
*
powerpc/pci: move pci_64.c device tree scanning code into pci-common.c
Grant Likely
2009-08-28
1
-289
/
+0
*
powerpc: Fix warning when printing a resource_size_t
Stephen Rothwell
2009-06-09
1
-1
/
+1
*
powerpc: Shield code specific to 64-bit server processors
Benjamin Herrenschmidt
2009-06-09
1
-0
/
+5
*
powerpc/pci: Remove redundant pcnet32 fixup
Kumar Gala
2009-05-21
1
-10
/
+0
*
powerpc: Fix PCI ROM access
Benjamin Herrenschmidt
2009-05-15
1
-3
/
+12
*
powerpc/pci: Move hose_list and pci_address_to_pio to pci-common
Milton Miller
2009-02-11
1
-19
/
+0
*
powerpc: Cleanup from l64 to ll64 change: arch code
Stephen Rothwell
2009-01-13
1
-3
/
+3
*
powerpc: Fix pciconfig_iobase system call on PCI-Express powermac
Paul Mackerras
2009-01-08
1
-2
/
+7
*
powerpc/pci: Split pcibios_fixup_bus() into bus setup and device setup
Benjamin Herrenschmidt
2008-11-06
1
-5
/
+22
*
powerpc/pci: Remove pcibios_do_bus_setup()
Benjamin Herrenschmidt
2008-11-05
1
-11
/
+0
*
powerpc/pci: Use common PHB resource hookup
Benjamin Herrenschmidt
2008-11-05
1
-16
/
+3
*
powerpc/pci: Cleanup debug printk's
Benjamin Herrenschmidt
2008-11-05
1
-47
/
+43
*
powerpc: Fix domain numbers in /proc on 64-bit
Benjamin Herrenschmidt
2008-11-05
1
-0
/
+5
*
powerpc/pci: Fix unmapping of IO space on 64-bit
Benjamin Herrenschmidt
2008-10-31
1
-1
/
+1
*
powerpc: Merge 32 and 64-bit dma code
Becky Bruce
2008-09-24
1
-46
/
+0
*
powerpc: Drop archdata numa_node
Becky Bruce
2008-09-24
1
-5
/
+2
*
[POWERPC] Use dev_set_name in pci_64.c
Stephen Rothwell
2008-06-09
1
-1
/
+1
*
[POWERPC] Always hookup PHB IO resource even when empty
Benjamin Herrenschmidt
2008-01-25
1
-7
/
+4
*
[POWERPC] arch/powerpc/kernel: Use for_each_child_of_node
Stephen Rothwell
2008-01-17
1
-2
/
+2
*
[POWERPC] Merge 32 and 64 bits pcibios_enable_device
Benjamin Herrenschmidt
2007-12-20
1
-30
/
+0
*
[POWERPC] fix iSeries PCI resource management
Benjamin Herrenschmidt
2007-12-20
1
-3
/
+16
*
[POWERPC] Merge PCI resource allocation & assignment
Benjamin Herrenschmidt
2007-12-20
1
-106
/
+12
*
[POWERPC] Merge PCI resource fixups
Benjamin Herrenschmidt
2007-12-20
1
-87
/
+17
*
[POWERPC] Merge pcibios_resource_to_bus/bus_to_resource
Benjamin Herrenschmidt
2007-12-20
1
-42
/
+0
[next]