index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
genirq/affinity: Add new callback for (re)calculating interrupt sets
Ming Lei
1
-9
/
+16
2019-02-15
PCI: pciehp: Disable Data Link Layer State Changed event on suspend
Mika Westerberg
1
-2
/
+15
2019-02-15
PCI/portdrv: Support PCIe services on subtractive decode bridges
Honghui Zhang
1
-0
/
+2
2019-02-15
PCI/portdrv: Use conventional Device ID table formatting
Bjorn Helgaas
1
-3
/
+3
2019-02-15
PCI: designware-plat: Remove setting epc->features in Designware plat EP driver
Kishon Vijay Abraham I
1
-4
/
+0
2019-02-15
PCI: rockchip: Remove pci_epf_linkup() from Rockchip EP driver
Kishon Vijay Abraham I
1
-3
/
+0
2019-02-15
PCI: cadence: Remove pci_epf_linkup() from Cadence EP driver
Kishon Vijay Abraham I
1
-12
/
+0
2019-02-15
PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features
Kishon Vijay Abraham I
1
-33
/
+54
2019-02-15
PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
Kishon Vijay Abraham I
1
-0
/
+4
2019-02-15
PCI: pci-epf-test: Remove setting epf_bar flags in function driver
Kishon Vijay Abraham I
1
-4
/
+0
2019-02-15
PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags
Kishon Vijay Abraham I
1
-1
/
+3
2019-02-15
PCI: endpoint: Add helper to get first unreserved BAR
Kishon Vijay Abraham I
1
-0
/
+23
2019-02-14
Revert "PCI/PME: Implement runtime PM callbacks"
Mika Westerberg
1
-27
/
+0
2019-02-14
PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops
Kishon Vijay Abraham I
1
-0
/
+13
2019-02-14
PCI: rockchip: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
1
-0
/
+13
2019-02-14
PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
1
-0
/
+13
2019-02-14
PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
1
-0
/
+13
2019-02-14
PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops
Kishon Vijay Abraham I
2
-0
/
+13
2019-02-14
PCI: endpoint: Add new pci_epc_ops to get EPC features
Kishon Vijay Abraham I
1
-0
/
+30
2019-02-13
PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()
Wen Yang
1
-2
/
+2
2019-02-12
PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failure
Trent Piepho
1
-0
/
+57
2019-02-12
PCI: dwc: Print debug error message when MSI-X entry control mask bit is set
Gustavo Pimentel
1
-1
/
+3
2019-02-11
PCI/ASPM: Save LTR Capability for suspend/resume
Bjorn Helgaas
1
-2
/
+51
2019-02-11
PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe ports
Mika Westerberg
1
-0
/
+22
2019-02-11
Merge 5.0-rc6 into driver-core-next
Greg Kroah-Hartman
6
-46
/
+33
2019-02-09
PCI/ASPM: Use LTR if already enabled by platform
Bjorn Helgaas
1
-13
/
+23
2019-02-08
Merge tag 'pci-v5.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+3
2019-02-08
PCI: Clean up usage of __u32 type
Logan Gunthorpe
1
-2
/
+2
2019-02-06
PCI: Work around Synopsys duplicate Device ID (HAPS USB3, NXP i.MX)
Thinh Nguyen
1
-2
/
+3
2019-02-04
PCI: imx6: Add support for i.MX8MQ
Andrey Smirnov
2
-4
/
+77
2019-02-04
PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag
Andrey Smirnov
1
-4
/
+9
2019-02-04
PCI: imx6: Mark PHY functions as i.MX6 specific
Andrey Smirnov
1
-0
/
+12
2019-02-04
PCI: imx6: Introduce drvdata
Andrey Smirnov
1
-19
/
+37
2019-02-01
PCI: Enable SERR# forwarding for all bridges
Bharat Kumar Gogada
1
-2
/
+19
2019-02-01
PCI: pciehp: Add HXT quirk for Command Completed errata
Shunyong Yang
1
-0
/
+2
2019-02-01
PCI: Add ACS quirk for HXT SD4800
Shunyong Yang
1
-0
/
+2
2019-02-01
PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)
Gustavo Pimentel
1
-3
/
+3
2019-02-01
PCI: dwc: Improve code readability and simplify mask/unmask operations
Gustavo Pimentel
2
-7
/
+7
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()
Gustavo Pimentel
1
-3
/
+3
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()
Gustavo Pimentel
1
-1
/
+1
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()
Gustavo Pimentel
1
-5
/
+5
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()
Gustavo Pimentel
1
-10
/
+10
2019-02-01
PCI: dwc: Remove unnecessary header include (signal.h)
Gustavo Pimentel
1
-1
/
+0
2019-02-01
PCI: dwc: Remove unnecessary header include (of_gpio.h)
Gustavo Pimentel
1
-1
/
+0
2019-01-31
Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-20
/
+7
2019-01-31
Revert "PCI: armada8k: Add support for gpio controlled reset signal"
Baruch Siach
1
-16
/
+0
2019-01-31
PCI: imx: Fix checking pd_pcie_phy device link addition
Leonard Crestez
1
-4
/
+4
2019-01-31
PCI: imx: Fix probe failure without power domain
Leonard Crestez
1
-0
/
+3
2019-01-31
PCI: dwc: dra7xx: Invoke phy_set_mode() API to set PHY mode to PHY_MODE_PCIE
Kishon Vijay Abraham I
1
-0
/
+4
2019-01-31
PCI: dwc: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x
Kishon Vijay Abraham I
1
-0
/
+77
[prev]
[next]