index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREAD
Jisheng Zhang
2017-07-03
3
-3
/
+6
|
|
|
/
|
*
|
Merge branch 'pci/irq-fixups' into next
Bjorn Helgaas
2017-07-03
20
-236
/
+473
|
|
\
|
|
|
*
PCI: xilinx-nwl: Move to struct pci_host_bridge IRQ mapping functions
Lorenzo Pieralisi
2017-07-02
1
-0
/
+2
|
|
*
PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functions
Lorenzo Pieralisi
2017-07-02
1
-0
/
+2
|
|
*
PCI: xgene: Move to struct pci_host_bridge IRQ mapping functions
Lorenzo Pieralisi
2017-07-02
1
-0
/
+2
|
|
*
PCI: altera: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-2
/
+2
|
|
*
PCI: versatile: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-2
/
+2
|
|
*
PCI: generic: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-4
/
+2
|
|
*
PCI: faraday: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-1
/
+2
|
|
*
PCI: designware: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-5
/
+2
|
|
*
PCI: iproc: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-3
/
+2
|
|
*
PCI: rcar: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-2
/
+2
|
|
*
PCI: xilinx: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-3
/
+2
|
|
*
PCI: tegra: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-1
/
+2
|
|
*
PCI: Add a call to pci_assign_irq() in pci_device_probe()
Matthew Minter
2017-07-02
1
-0
/
+2
|
|
*
OF/PCI: Update of_irq_parse_and_map_pci() comment
Matthew Minter
2017-07-02
1
-1
/
+2
|
|
*
PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use it
Matthew Minter
2017-07-02
1
-10
/
+35
|
|
*
PCI: Build setup-irq.o on all arches
Matthew Minter
2017-07-02
1
-15
/
+2
|
|
*
PCI: Remove pci_scan_root_bus_msi()
Lorenzo Pieralisi
2017-07-02
1
-22
/
+5
|
|
*
PCI: xilinx-nwl: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-10
/
+18
|
|
*
PCI: rockchip: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-6
/
+16
|
|
*
PCI: generic: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-5
/
+18
|
|
*
PCI: xgene: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-6
/
+15
|
|
*
PCI: xilinx: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-10
/
+19
|
|
*
PCI: altera: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-6
/
+16
|
|
*
PCI: versatile: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-3
/
+17
|
|
*
PCI: iproc: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
3
-22
/
+30
|
|
*
PCI: rcar: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-14
/
+24
|
|
*
PCI: aardvark: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-6
/
+15
|
|
*
PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
2017-07-02
1
-14
/
+22
|
|
*
PCI: Make pci_register_host_bridge() PCI core internal
Lorenzo Pieralisi
2017-06-28
3
-8
/
+4
|
|
*
PCI: Add pci_scan_root_bus_bridge() interface
Lorenzo Pieralisi
2017-06-28
1
-0
/
+39
|
|
*
PCI: tegra: Fix host bridge memory leakage
Lorenzo Pieralisi
2017-06-28
1
-1
/
+1
|
|
*
PCI: faraday: Fix host bridge memory leakage
Lorenzo Pieralisi
2017-06-28
1
-1
/
+1
|
|
*
PCI: Add devm_pci_alloc_host_bridge() interface
Lorenzo Pieralisi
2017-06-28
1
-2
/
+22
|
|
*
PCI: Add pci_free_host_bridge() interface
Lorenzo Pieralisi
2017-06-28
1
-3
/
+9
|
|
*
PCI: Initialize bridge release function at bridge allocation
Lorenzo Pieralisi
2017-06-28
1
-1
/
+1
|
|
*
PCI: faraday: Convert IRQ masking to raw PCI config accessors
Lorenzo Pieralisi
2017-06-28
1
-33
/
+48
|
|
*
PCI: iproc: Convert link check to raw PCI config accessors
Lorenzo Pieralisi
2017-06-28
1
-20
/
+74
|
|
*
PCI: xilinx-nwl: Remove nwl_pcie_enable_msi() unused bus parameter
Lorenzo Pieralisi
2017-06-28
1
-2
/
+2
|
*
|
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
2017-07-03
9
-163
/
+225
|
|
\
\
|
|
*
|
PCI: Remove __pci_dev_reset() and pci_dev_reset()
Christoph Hellwig
2017-07-03
1
-56
/
+52
|
|
*
|
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
2017-07-03
4
-80
/
+80
|
|
*
|
PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()
Christoph Hellwig
2017-06-15
1
-8
/
+18
|
|
*
|
PCI: Protect pci_driver->sriov_configure() usage with device_lock()
Jakub Kicinski
2017-06-15
3
-8
/
+2
|
|
*
|
PCI: Mark Intel XXV710 NIC INTx masking as broken
Alex Williamson
2017-06-12
1
-0
/
+4
|
|
*
|
PCI: Restore PRI and PASID state after Function-Level Reset
CQ Tang
2017-05-30
2
-16
/
+51
|
|
*
|
PCI: Cache PRI and PASID bits in pci_dev
Jean-Philippe Brucker
2017-05-30
1
-0
/
+23
|
|
|
/
|
*
|
Merge branch 'pci/switchtec' into next
Bjorn Helgaas
2017-07-03
1
-2
/
+38
|
|
\
\
|
|
*
|
switchtec: Add device IDs for additional Switchtec products
Logan Gunthorpe
2017-06-28
1
-0
/
+18
[prev]
[next]