index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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-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/helgaas/pci
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/helgaas/pci
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
2019-01-30
PCI: Rely on config space header type, not class code
Honghui Zhang
3
-14
/
+10
2019-01-30
PCI: Make pci_size() return real BAR size
Du Changbin
1
-4
/
+4
2019-01-30
PCI/VMD: Configure MPS settings before adding devices
Jon Derrick
1
-1
/
+14
2019-01-29
PCI: ibmphp: Turn semaphores into completions or mutexes
Arnd Bergmann
3
-36
/
+14
2019-01-29
PCI/AER: Use match_string() helper to simplify the code
Andy Shevchenko
1
-6
/
+3
2019-01-22
PCI: Use of_node_name_eq() for node name comparisons
Rob Herring
1
-1
/
+1
2019-01-22
PCI: Probe bridge window attributes once at enumeration-time
Bjorn Helgaas
2
-41
/
+56
2019-01-22
PCI: pci-sysfs.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
1
-3
/
+2
2019-01-22
PCI: pci.c: convert to use BUS_ATTR_RW
Greg Kroah-Hartman
1
-4
/
+3
2019-01-19
Merge tag 'pci-v5.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
3
-24
/
+23
2019-01-17
PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter
Logan Gunthorpe
1
-1
/
+2
2019-01-15
PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()
Ming Lei
1
-9
/
+13
2019-01-14
PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardware
Mika Westerberg
1
-1
/
+1
2019-01-14
PCI: Fix PCI kconfig menu organization
Rob Herring
1
-14
/
+8
2019-01-14
PCI: Mark expected switch fall-through
Mathieu Malaterre
2
-3
/
+3
2019-01-12
Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-7
/
+7
2019-01-08
PCI: amlogic: Fix build failure due to missing gpio header
Corentin Labbe
1
-0
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2
-7
/
+7
2019-01-05
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
22
-184
/
+1521
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2019-01-02
Merge branch 'pci/imx6'
Bjorn Helgaas
1
-0
/
+10
[prev]
[next]