index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()
Maya Nakamura
2019-03-01
1
-21
/
+17
|
|
*
|
PCI: hv: Replace hv_vp_set with hv_vpset
Maya Nakamura
2019-03-01
1
-13
/
+12
|
|
*
|
PCI: hv: Add __aligned(8) to struct retarget_msi_interrupt
Maya Nakamura
2019-03-01
1
-1
/
+1
|
|
|
/
|
*
|
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
2019-03-06
8
-20
/
+222
|
|
\
\
|
|
*
|
PCI: layerscape: Add EP mode support
Xiaowei Bao
2019-02-21
2
-1
/
+157
|
|
*
|
PCI: designware-plat: Remove setting epc->features in Designware plat EP driver
Kishon Vijay Abraham I
2019-02-15
1
-4
/
+0
|
|
*
|
PCI: rockchip: Remove pci_epf_linkup() from Rockchip EP driver
Kishon Vijay Abraham I
2019-02-15
1
-3
/
+0
|
|
*
|
PCI: cadence: Remove pci_epf_linkup() from Cadence EP driver
Kishon Vijay Abraham I
2019-02-15
1
-12
/
+0
|
|
*
|
PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops
Kishon Vijay Abraham I
2019-02-14
1
-0
/
+13
|
|
*
|
PCI: rockchip: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
2019-02-14
1
-0
/
+13
|
|
*
|
PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
2019-02-14
1
-0
/
+13
|
|
*
|
PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
2019-02-14
1
-0
/
+13
|
|
*
|
PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops
Kishon Vijay Abraham I
2019-02-14
2
-0
/
+13
|
|
|
/
|
*
|
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
2019-03-06
9
-124
/
+373
|
|
\
\
|
|
*
|
PCI: dwc: skip MSI init if MSIs have been explicitly disabled
Lucas Stach
2019-03-01
1
-1
/
+1
|
|
*
|
PCI: dwc: Remove superfluous shifting in definitions
Andrey Smirnov
2019-03-01
1
-7
/
+7
|
|
*
|
PCI: dwc: Make use of GENMASK/FIELD_PREP
Andrey Smirnov
2019-03-01
1
-13
/
+16
|
|
*
|
PCI: dwc: Make use of BIT() in constant definitions
Andrey Smirnov
2019-03-01
3
-9
/
+8
|
|
*
|
PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
Andrey Smirnov
2019-03-01
1
-38
/
+23
|
|
*
|
PCI: dwc: Make use of IS_ALIGNED()
Andrey Smirnov
2019-03-01
1
-2
/
+2
|
|
*
|
PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQ
Andrey Smirnov
2019-03-01
1
-1
/
+17
|
|
*
|
PCI: qcom: Don't deassert reset GPIO during probe
Bjorn Andersson
2019-02-28
1
-1
/
+1
|
|
*
|
PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failure
Trent Piepho
2019-02-12
1
-0
/
+57
|
|
*
|
PCI: dwc: Print debug error message when MSI-X entry control mask bit is set
Gustavo Pimentel
2019-02-12
1
-1
/
+3
|
|
*
|
PCI: imx6: Add support for i.MX8MQ
Andrey Smirnov
2019-02-04
2
-4
/
+77
|
|
*
|
PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag
Andrey Smirnov
2019-02-04
1
-4
/
+9
|
|
*
|
PCI: imx6: Mark PHY functions as i.MX6 specific
Andrey Smirnov
2019-02-04
1
-0
/
+12
|
|
*
|
PCI: imx6: Introduce drvdata
Andrey Smirnov
2019-02-04
1
-19
/
+37
|
|
*
|
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
2
-7
/
+7
|
|
*
|
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
|
|
*
|
PCI: dwc: Remove unnecessary header include (signal.h)
Gustavo Pimentel
2019-02-01
1
-1
/
+0
|
|
*
|
PCI: dwc: Remove unnecessary header include (of_gpio.h)
Gustavo Pimentel
2019-02-01
1
-1
/
+0
|
|
*
|
PCI: dwc: dra7xx: Invoke phy_set_mode() API to set PHY mode to PHY_MODE_PCIE
Kishon Vijay Abraham I
2019-01-31
1
-0
/
+4
|
|
*
|
PCI: dwc: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x
Kishon Vijay Abraham I
2019-01-31
1
-0
/
+77
|
|
|
/
|
*
|
PCI: altera: Enable driver on ARM64
Ley Foon Tan
2019-03-04
1
-1
/
+1
|
*
|
PCI: altera: Add Stratix 10 PCIe support
Ley Foon Tan
2019-03-04
1
-24
/
+246
|
|
/
*
|
Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-01-31
2
-20
/
+7
|
\
\
|
*
|
Revert "PCI: armada8k: Add support for gpio controlled reset signal"
Baruch Siach
2019-01-31
1
-16
/
+0
|
*
|
PCI: imx: Fix checking pd_pcie_phy device link addition
Leonard Crestez
2019-01-31
1
-4
/
+4
|
*
|
PCI: imx: Fix probe failure without power domain
Leonard Crestez
2019-01-31
1
-0
/
+3
*
|
|
Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...
Linus Torvalds
2019-01-12
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-3
/
+3
|
|
/
*
/
PCI: amlogic: Fix build failure due to missing gpio header
Corentin Labbe
2019-01-08
1
-0
/
+1
|
/
*
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-01-05
13
-116
/
+1292
|
\
|
*
Merge branch 'pci/imx6'
Bjorn Helgaas
2019-01-02
1
-0
/
+10
|
|
\
|
|
*
PCI: imx: Enable MSI from downstream components
Richard Zhu
2019-01-01
1
-0
/
+10
[prev]
[next]