index
:
linux/linux-stable.git
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.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-designware-host.c
Age
Commit message (
Expand
)
Author
2020-05-22
PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_port
Kishon Vijay Abraham I
2020-05-22
PCI: dwc: Fix inner MSI IRQ domain registration
Marc Zyngier
2019-11-28
Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'
Bjorn Helgaas
2019-11-28
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
2019-11-21
PCI: Remove unused includes and superfluous struct declaration
Krzysztof Wilczynski
2019-11-20
PCI: of: Add inbound resource parsing to helpers
Rob Herring
2019-10-29
PCI: dwc: Use pci_parse_request_of_pci_ranges()
Rob Herring
2019-10-15
PCI: dwc: Fix find_next_bit() usage
Niklas Cassel
2019-09-23
Merge branch 'lorenzo/pci/tegra'
Bjorn Helgaas
2019-09-16
PCI: dwc: Add validation that PCIe core is set to correct mode
Jonathan Chocron
2019-08-13
PCI: dwc: Group DBI registers writes requiring unlocking
Vidya Sagar
2019-06-27
PCI: dwc: Export APIs to support .remove() implementation
Vidya Sagar
2019-06-27
PCI: dwc: Add API support to de-initialize host
Vidya Sagar
2019-05-13
Merge branch 'remotes/lorenzo/pci/keystone'
Bjorn Helgaas
2019-05-07
PCI: dwc: Save root bus for driver remove hooks
Jisheng Zhang
2019-05-07
PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify code
Jisheng Zhang
2019-05-07
PCI: dwc: Free MSI in dw_pcie_host_init() error path
Jisheng Zhang
2019-05-07
PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()
Jisheng Zhang
2019-05-07
PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalid
Jisheng Zhang
2019-04-15
PCI: dwc: Enable iATU unroll for endpoint too
Kishon Vijay Abraham I
2019-04-04
PCI: dwc: Remove default MSI initialization for platform specific MSI chips
Kishon Vijay Abraham I
2019-04-04
PCI: dwc: Remove Keystone specific dw_pcie_host_ops
Kishon Vijay Abraham I
2019-04-04
PCI: keystone: Use Keystone specific msi_irq_chip
Kishon Vijay Abraham I
2019-04-04
PCI: dwc: Add support to use non default msi_irq_chip
Kishon Vijay Abraham I
2019-03-01
PCI: dwc: skip MSI init if MSIs have been explicitly disabled
Lucas Stach
2019-03-01
PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
Andrey Smirnov
2019-02-01
PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)
Gustavo Pimentel
2019-02-01
PCI: dwc: Improve code readability and simplify mask/unmask operations
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()
Gustavo Pimentel
2019-01-02
Merge branch 'remotes/lorenzo/pci/dwc-msi'
Bjorn Helgaas
2018-12-18
PCI: dwc: Don't hard-code DBI/ATU offset
Stephen Warren
2018-12-11
PCI: dwc: Move interrupt acking into the proper callback
Marc Zyngier
2018-12-11
PCI: dwc: Take lock when ACKing an interrupt
Marc Zyngier
2018-12-11
PCI: dwc: Use interrupt masking instead of disabling
Marc Zyngier
2018-07-18
PCI: designware: Fix I/O space page leak
Sergei Shtylyov
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin