index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-designware-host.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'lorenzo/pci/tegra'
Bjorn Helgaas
2019-09-23
1
-6
/
+8
|
\
|
*
PCI: dwc: Group DBI registers writes requiring unlocking
Vidya Sagar
2019-08-13
1
-6
/
+8
*
|
PCI: dwc: Add validation that PCIe core is set to correct mode
Jonathan Chocron
2019-09-16
1
-0
/
+16
|
/
*
PCI: dwc: Export APIs to support .remove() implementation
Vidya Sagar
2019-06-27
1
-0
/
+4
*
PCI: dwc: Add API support to de-initialize host
Vidya Sagar
2019-06-27
1
-0
/
+8
*
Merge branch 'remotes/lorenzo/pci/keystone'
Bjorn Helgaas
2019-05-13
1
-67
/
+30
|
\
|
*
PCI: dwc: Enable iATU unroll for endpoint too
Kishon Vijay Abraham I
2019-04-15
1
-19
/
+0
|
*
PCI: dwc: Remove default MSI initialization for platform specific MSI chips
Kishon Vijay Abraham I
2019-04-04
1
-11
/
+13
|
*
PCI: dwc: Remove Keystone specific dw_pcie_host_ops
Kishon Vijay Abraham I
2019-04-04
1
-36
/
+14
|
*
PCI: keystone: Use Keystone specific msi_irq_chip
Kishon Vijay Abraham I
2019-04-04
1
-3
/
+2
|
*
PCI: dwc: Add support to use non default msi_irq_chip
Kishon Vijay Abraham I
2019-04-04
1
-1
/
+4
*
|
PCI: dwc: Save root bus for driver remove hooks
Jisheng Zhang
2019-05-07
1
-6
/
+6
*
|
PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify code
Jisheng Zhang
2019-05-07
1
-13
/
+8
*
|
PCI: dwc: Free MSI in dw_pcie_host_init() error path
Jisheng Zhang
2019-05-07
1
-3
/
+6
*
|
PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()
Jisheng Zhang
2019-05-07
1
-4
/
+8
*
|
PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalid
Jisheng Zhang
2019-05-07
1
-2
/
+4
|
/
*
PCI: dwc: skip MSI init if MSIs have been explicitly disabled
Lucas Stach
2019-03-01
1
-1
/
+1
*
PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
Andrey Smirnov
2019-03-01
1
-38
/
+23
*
PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)
Gustavo Pimentel
2019-02-01
1
-3
/
+3
*
PCI: dwc: Improve code readability and simplify mask/unmask operations
Gustavo Pimentel
2019-02-01
1
-6
/
+6
*
PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()
Gustavo Pimentel
2019-02-01
1
-3
/
+3
*
PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()
Gustavo Pimentel
2019-02-01
1
-1
/
+1
*
PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()
Gustavo Pimentel
2019-02-01
1
-5
/
+5
*
PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()
Gustavo Pimentel
2019-02-01
1
-10
/
+10
*
Merge branch 'remotes/lorenzo/pci/dwc-msi'
Bjorn Helgaas
2019-01-02
1
-13
/
+24
|
\
|
*
PCI: dwc: Move interrupt acking into the proper callback
Marc Zyngier
2018-12-11
1
-6
/
+7
|
*
PCI: dwc: Take lock when ACKing an interrupt
Marc Zyngier
2018-12-11
1
-0
/
+5
|
*
PCI: dwc: Use interrupt masking instead of disabling
Marc Zyngier
2018-12-11
1
-7
/
+12
*
|
PCI: dwc: Don't hard-code DBI/ATU offset
Stephen Warren
2018-12-18
1
-0
/
+3
|
/
*
PCI: designware: Fix I/O space page leak
Sergei Shtylyov
2018-07-18
1
-1
/
+2
*
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
2018-06-08
1
-0
/
+722