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
2018-03-05
PCI: Wait for device to become ready after secondary bus reset
Sinan Kaya
1
-1
/
+1
2018-03-05
PCI: Add a return type for pci_reset_bridge_secondary_bus()
Sinan Kaya
1
-1
/
+3
2018-03-05
PCI: Wait for device to become ready after a power management reset
Sinan Kaya
1
-1
/
+1
2018-03-04
PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
Hans de Goede
1
-0
/
+2
2018-03-02
Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-0
/
+4
2018-03-02
PCI: tegra: Add loadable kernel module support
Manikanta Maddireddy
1
-3
/
+100
2018-03-02
PCI: tegra: Free resources on probe failure
Manikanta Maddireddy
1
-20
/
+79
2018-03-01
PCI: Fix NULL pointer dereference in of_pci_bus_find_domain_nr()
Shawn Lin
1
-2
/
+3
2018-03-01
PCI: endpoint: Remove goto labels in pci_epf_create()
Rolf Evers-Fischer
1
-20
/
+12
2018-03-01
PCI: endpoint: Fix kernel panic after put_device()
Rolf Evers-Fischer
1
-1
/
+1
2018-03-01
PCI: endpoint: Simplify name allocation for EPF device
Rolf Evers-Fischer
1
-18
/
+4
2018-02-28
PCI/ASPM: Don't warn if already in common clock mode
Sinan Kaya
1
-0
/
+18
2018-02-28
PCI/ASPM: Declare threshold_ns as u32, not u64
Gustavo A. R. Silva
1
-1
/
+1
2018-02-28
PCI: cpqphp: Fix possible NULL pointer dereference
Shawn Lin
1
-7
/
+5
2018-02-28
PCI: altera: Fix bool initialization in tlp_read_packet()
Gustavo A. R. Silva
1
-1
/
+1
2018-02-27
PCI: Rename pci_flr_wait() to pci_dev_wait() and make it generic
Sinan Kaya
1
-17
/
+31
2018-02-27
PCI: Handle FLR failure and allow other reset types
Sinan Kaya
1
-8
/
+10
2018-02-27
PCI: Protect restore with device lock to be consistent
Sinan Kaya
1
-1
/
+3
2018-02-27
PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
Thomas Vincent-Cross
1
-0
/
+3
2018-02-26
PCI: Allow release of resources that were never assigned
Christian König
1
-0
/
+4
2018-02-23
PCI: rcar-gen2: Remove duplicated bit-wise or of RCAR_PCI_INT_SIGRETABORT
Colin Ian King
1
-1
/
+0
2018-02-23
PCI: vmd: Fix malformed Kconfig default
Ulf Magnusson
1
-1
/
+0
2018-02-23
pci: Simplify code by using the new dmi_get_bios_year() helper
Andy Shevchenko
1
-5
/
+1
2018-02-22
PCI: Add ACS quirk for Ampere root ports
Feng Kan
1
-0
/
+9
2018-02-22
PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/
Frederick Lawler
10
-9
/
+82
2018-02-22
PCI/AER: Move pci_uevent_ers() out of pci.h
Michael Ellerman
1
-0
/
+36
2018-02-21
PCI: Remove redundant probes for device reset support
Bjorn Helgaas
1
-9
/
+6
2018-02-16
PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
Casey Leedom
1
-14
/
+21
2018-02-16
PCI: Probe for device reset support during enumeration
Bjorn Helgaas
2
-2
/
+4
2018-02-14
PCI: xgene: Fix the xgene_msi_probe() return code
Fabio Estevam
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2018-02-09
Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+4
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
162
-2549
/
+3782
2018-02-04
PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning status
Hans de Goede
1
-1
/
+4
2018-02-02
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
6
-37
/
+108
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
145
-1118
/
+148
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/xgene' into next
Bjorn Helgaas
1
-1
/
+0
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/tegra' into next
Bjorn Helgaas
1
-122
/
+33
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/rcar' into next
Bjorn Helgaas
1
-1
/
+4
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/keystone' into next
Bjorn Helgaas
1
-1
/
+4
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/endpoint' into next
Bjorn Helgaas
5
-40
/
+48
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/dwc' into next
Bjorn Helgaas
13
-338
/
+592
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+25
2018-01-31
Merge remote-tracking branch 'lorenzo/pci/cadence' into next
Bjorn Helgaas
17
-126
/
+1567
2018-01-31
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
2
-0
/
+15
2018-01-31
Merge branch 'pci/trivial' into next
Bjorn Helgaas
2
-116
/
+143
2018-01-31
Merge branch 'pci/switchtec' into next
Bjorn Helgaas
1
-0
/
+3
2018-01-31
Merge branch 'pci/resource' into next
Bjorn Helgaas
6
-15
/
+9
2018-01-31
Merge branch 'pci/msi' into next
Bjorn Helgaas
1
-1
/
+1
2018-01-31
Merge branch 'pci/misc' into next
Bjorn Helgaas
34
-454
/
+375
[prev]
[next]