index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-19
PCI: dwc: Add legacy interrupt callback handler
Gustavo Pimentel
3
-2
/
+17
2018-07-19
PCI: dwc: Rework MSI callbacks handler
Gustavo Pimentel
2
-27
/
+33
2018-07-19
PCI: dwc: Add MSI-X callbacks handler
Gustavo Pimentel
3
-1
/
+148
2018-07-19
PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
Gustavo Pimentel
7
-7
/
+8
2018-07-19
PCI: dwc: Fix EP link notification implementation
Gustavo Pimentel
2
-8
/
+9
2018-07-18
PCI: v3-semi: Fix I/O space page leak
Sergei Shtylyov
1
-1
/
+1
2018-07-18
PCI: mediatek: Fix I/O space page leak
Sergei Shtylyov
1
-1
/
+1
2018-07-18
PCI: faraday: Fix I/O space page leak
Sergei Shtylyov
1
-1
/
+1
2018-07-18
PCI: aardvark: Fix I/O space page leak
Sergei Shtylyov
1
-1
/
+1
2018-07-18
PCI: designware: Fix I/O space page leak
Sergei Shtylyov
1
-1
/
+2
2018-07-18
PCI: versatile: Fix I/O space page leak
Sergei Shtylyov
1
-1
/
+1
2018-07-18
PCI: xgene: Fix I/O space page leak
Sergei Shtylyov
1
-1
/
+1
2018-07-13
PCI: pcie-cadence-ep: Remove redundant variable mmc
Colin Ian King
1
-2
/
+1
2018-07-13
PCI: spear13xx: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: qcom: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: histb: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: designware-plat: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: artpec6: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: armada8k: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: keystone: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: imx6: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: exynos: Drop unnecessary root_bus_nr setting
Shawn Guo
1
-1
/
+0
2018-07-13
PCI: iproc: Reduce inbound/outbound mapping print level
Ray Jui
1
-17
/
+17
2018-07-13
PCI: iproc: Reject unconfigured physical functions from PAXC
Ray Jui
2
-1
/
+30
2018-07-13
PCI: iproc: Disable MSI parsing in certain PAXC blocks
Ray Jui
1
-2
/
+32
2018-07-13
PCI: iproc: Fix up corrupted PAXC root complex config registers
Ray Jui
2
-6
/
+62
2018-07-12
PCI: cadence: Add shutdown callback to host driver
Alan Douglas
1
-0
/
+15
2018-07-12
PCI: cadence: Add Power Management ops for host and EP
Alan Douglas
4
-0
/
+38
2018-07-11
PCI: kirin: Add MSI support
Xiaowei Song
1
-0
/
+28
2018-07-11
PCI: cadence: Add generic PHY support to host and EP drivers
Alan Douglas
4
-1
/
+128
2018-07-11
PCI: cadence: Update cdns_pcie_writel() function signature
Alan Douglas
1
-1
/
+1
2018-07-09
PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()
Dexuan Cui
1
-3
/
+5
2018-07-06
PCI: aardvark: Convert to use pci_host_probe()
Thomas Petazzoni
1
-11
/
+1
2018-07-06
PCI: aardvark: Size bridges before resources allocation
Zachary Zhang
1
-0
/
+1
2018-06-29
PCI: faraday: Add missing of_node_put()
Nicholas Mc Guire
1
-0
/
+2
2018-06-29
PCI: xilinx-nwl: Add missing of_node_put()
Nicholas Mc Guire
1
-1
/
+1
2018-06-29
PCI: xilinx: Add missing of_node_put()
Nicholas Mc Guire
1
-0
/
+1
2018-06-29
PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes
Geert Uytterhoeven
1
-1
/
+0
2018-06-29
PCI: rcar: Clean up PHY init on failure
Marek Vasut
1
-1
/
+5
2018-06-29
PCI: rcar: Shut the PHY down in failpath
Marek Vasut
1
-2
/
+8
2018-06-29
PCI: hv: Replace GFP_ATOMIC with GFP_KERNEL in new_pcichild_device()
Jia-Ju Bai
1
-1
/
+1
2018-06-28
PCI: vmd: White list for fast interrupt handlers
Keith Busch
1
-1
/
+12
2018-06-27
PCI: aardvark: Remove PCIe outbound window configuration
Evan Wang
1
-55
/
+0
2018-06-27
PCI: aardvark: Introduce an advk_pcie_valid_device() helper
Thomas Petazzoni
1
-2
/
+11
2018-06-26
PCI: controller: Move PCI_DOMAINS selection to arch Kconfig
Lorenzo Pieralisi
1
-3
/
+0
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
4
-7
/
+10
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
59
-0
/
+35727
[prev]