index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
tile
/
kernel
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'pci/resource' into next
Bjorn Helgaas
2017-09-07
1
-18
/
+0
|
\
|
*
PCI: Add a generic weak pcibios_align_resource()
Palmer Dabbelt
2017-08-02
1
-10
/
+0
|
*
PCI: Add a generic weak pcibios_fixup_bus()
Palmer Dabbelt
2017-08-02
1
-8
/
+0
*
|
tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks
Lorenzo Pieralisi
2017-08-03
1
-5
/
+16
|
/
*
tile: use __ro_after_init instead of tile-specific __write_once
Chris Metcalf
2016-12-16
1
-1
/
+1
*
PCI: Assign resources before drivers claim devices (pci_scan_root_bus())
Yijing Wang
2015-03-19
1
-0
/
+2
*
tile: use PCI define for Max_Read_Request_Size
Rafał Miłecki
2015-01-27
1
-2
/
+2
*
tile: Use the more common pr_warn instead of pr_warning
Joe Perches
2014-11-11
1
-4
/
+3
*
arch/tile: remove unused variable 'devcap'
Chris Metcalf
2014-04-04
1
-2
/
+0
*
tile/PCI: use cached pci_dev->pcie_mpss to simplify code
Yijing Wang
2013-09-24
1
-5
/
+2
*
tile: mark pcibios_init() as __init
Chris Metcalf
2013-09-03
1
-1
/
+1
*
tile PCI RC: support pci=off boot arg for tilepro
Chris Metcalf
2013-08-05
1
-0
/
+17
*
tile PCI RC: cleanups for tilepro PCI RC
Chris Metcalf
2013-08-05
1
-13
/
+3
*
ARCH: drivers remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-15
/
+8
*
tile/PCI: use for_each_pci_dev to simplify the code
Wei Yongjun
2012-12-12
1
-2
/
+2
*
Merge branch 'pci/thierry-fixup-irqs' into next
Bjorn Helgaas
2012-09-19
1
-8
/
+0
|
\
|
*
PCI: Provide a default pcibios_update_irq()
Thierry Reding
2012-09-18
1
-8
/
+0
|
*
PCI: Discard __init annotations for pci_fixup_irqs() and related functions
Thierry Reding
2012-09-18
1
-1
/
+1
*
|
tile: PCI: Use PCI Express Capability accessors
Jiang Liu
2012-08-23
1
-20
/
+6
|
/
*
tilepro pci: fix pci_bus.subordinate bad bombing from b918c62e
Chris Metcalf
2012-07-25
1
-1
/
+1
*
Merge branch 'pci/myron-pcibios_setup' into next
Bjorn Helgaas
2012-07-05
1
-10
/
+0
|
\
|
*
tile/PCI: factor out pcibios_setup()
Myron Stowe
2012-07-05
1
-10
/
+0
*
|
tile/PCI: use pci_scan_root_bus instead pci_scan_bus
Yinghai Lu
2012-06-13
1
-1
/
+4
*
|
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
2012-06-13
1
-2
/
+2
|
/
*
arch/tile: fix a couple of functions that should be __init
Chris Metcalf
2012-04-25
1
-2
/
+2
*
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2012-01-11
1
-0
/
+5
|
\
|
*
PCI: TILE: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2012-01-06
1
-0
/
+5
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2012-01-10
1
-21
/
+0
|
\
\
|
|
/
|
/
|
|
*
tile: switch to GENERIC_PCI_IOMAP
Michael S. Tsirkin
2011-12-04
1
-21
/
+0
*
|
arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.
Chris Metcalf
2011-12-03
1
-0
/
+1
|
/
*
PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
Ralf Baechle
2011-07-22
1
-1
/
+1
*
arch/tile: allocate PCI IRQs later in boot
Chris Metcalf
2011-05-19
1
-6
/
+5
*
arch/tile: improve support for PCI hotplug
Chris Metcalf
2011-05-04
1
-90
/
+117
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
pci root complex: support for tile architecture
Chris Metcalf
2010-11-24
1
-0
/
+621