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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-02
PCI: rockchip: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+16
2017-07-02
PCI: generic: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-5
/
+18
2017-07-02
PCI: xgene: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+15
2017-07-02
PCI: xilinx: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-10
/
+19
2017-07-02
PCI: altera: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+16
2017-07-02
PCI: versatile: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-3
/
+17
2017-07-02
PCI: iproc: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
3
-22
/
+30
2017-07-02
PCI: rcar: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-14
/
+24
2017-07-02
PCI: aardvark: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+15
2017-06-28
PCI: Make pci_register_host_bridge() PCI core internal
Lorenzo Pieralisi
2
-6
/
+3
2017-06-28
PCI: tegra: Fix host bridge memory leakage
Lorenzo Pieralisi
1
-1
/
+1
2017-06-28
PCI: faraday: Fix host bridge memory leakage
Lorenzo Pieralisi
1
-1
/
+1
2017-06-28
PCI: faraday: Convert IRQ masking to raw PCI config accessors
Lorenzo Pieralisi
1
-33
/
+48
2017-06-28
PCI: iproc: Convert link check to raw PCI config accessors
Lorenzo Pieralisi
1
-20
/
+74
2017-06-28
PCI: xilinx-nwl: Remove nwl_pcie_enable_msi() unused bus parameter
Lorenzo Pieralisi
1
-2
/
+2
2017-06-22
PCI/vmd: Create named irq domain
Thomas Gleixner
1
-1
/
+7
2017-04-28
PCI: Don't allow unbinding host controllers that aren't prepared
Brian Norris
6
-0
/
+6
2017-04-28
Merge branch 'pci/msi' into next
Bjorn Helgaas
2
-123
/
+67
2017-04-28
Merge branch 'pci/ioremap' into next
Bjorn Helgaas
7
-9
/
+11
2017-04-28
Merge branch 'pci/host-rockchip' into next
Bjorn Helgaas
2
-23
/
+68
2017-04-28
Merge branch 'pci/host-mvebu' into next
Bjorn Helgaas
1
-2
/
+3
2017-04-28
Merge branch 'pci/host-iproc' into next
Bjorn Helgaas
1
-1
/
+1
2017-04-28
Merge branch 'pci/host-hv' into next
Bjorn Helgaas
1
-11
/
+35
2017-04-28
Merge branch 'pci/host-faraday' into next
Bjorn Helgaas
3
-0
/
+569
2017-04-24
PCI: versatile: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+2
2017-04-24
PCI: tegra: Update PCI config space remap function
Lorenzo Pieralisi
1
-2
/
+2
2017-04-24
PCI: xgene: Update PCI config space remap function
Lorenzo Pieralisi
1
-2
/
+2
2017-04-24
PCI: iproc-platform: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+2
2017-04-24
PCI: rockchip: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: xilinx-nwl: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: xilinx: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-21
PCI: rockchip: Modularize
Brian Norris
2
-2
/
+8
2017-04-21
PCI: rockchip: Add remove() support
Brian Norris
1
-2
/
+34
2017-04-18
PCI: hv: Convert hv_pci_dev.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+5
2017-04-11
PCI: rockchip: Set PCI_EXP_LNKSTA_SLC in the Root Port
Shawn Lin
1
-1
/
+1
2017-04-04
PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC
K. Y. Srinivasan
1
-1
/
+1
2017-04-04
PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUs
K. Y. Srinivasan
1
-3
/
+8
2017-04-03
PCI: rockchip: Advertise 128-byte Read Completion Boundary support
Shawn Lin
1
-0
/
+5
2017-04-03
PCI: thunder-pem: Fix legacy firmware PEM-specific resources
Tomasz Nowicki
1
-2
/
+8
2017-03-25
PCI: mvebu: Avoid changing the SCC bit in the Link Status register
Russell King
1
-2
/
+3
2017-03-24
PCI: faraday: Add Faraday Technology FTPCI100 PCI Host Bridge driver
Linus Walleij
3
-0
/
+569
2017-03-24
PCI: hv: Lock PCI bus on device eject
Long Li
1
-0
/
+4
2017-03-24
PCI: hv: Properly handle PCI bus remove
Long Li
1
-3
/
+17
2017-03-23
PCI: rockchip: Make 'return 0' more obvious in probe()
Brian Norris
1
-1
/
+1
2017-03-23
PCI: rockchip: Unindent rockchip_pcie_set_power_limit()
Bjorn Helgaas
1
-16
/
+17
2017-03-23
PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controller
Tomasz Nowicki
1
-2
/
+54
2017-03-23
PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controller
Tomasz Nowicki
1
-1
/
+1
2017-03-23
PCI: rockchip: Handle regulator_get_current_limit() failure correctly
Brian Norris
1
-1
/
+2
2017-03-16
PCI: iproc: Add PCI_DOMAIN dependency to PCI Kconfig
Jon Mason
1
-1
/
+1
2017-03-14
PCI: mvebu: Remove useless MSI enabling code
Thomas Petazzoni
1
-17
/
+0
[prev]
[next]