Age | Commit message (Expand) | Author |
2019-07-15 | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-07-09 | PCI: Fix typos and whitespace errors | Bjorn Helgaas |
2019-06-21 | PCI: let pci_disable_link_state propagate errors | Heiner Kallweit |
2019-06-18 | PCI: Add missing link delays required by the PCIe spec | Mika Westerberg |
2019-05-14 | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-05-13 | Merge branch 'pci/printk-portdrv' | Bjorn Helgaas |
2019-05-13 | Merge branch 'pci/portdrv' | Bjorn Helgaas |
2019-05-09 | PCI/AER: Log messages with pci_dev, not pcie_device | Frederick Lawler |
2019-05-09 | PCI/DPC: Log messages with pci_dev, not pcie_device | Frederick Lawler |
2019-05-09 | PCI/PME: Replace dev_printk(KERN_DEBUG) with dev_info() | Frederick Lawler |
2019-05-09 | PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info() | Frederick Lawler |
2019-05-02 | PCI/LINK: Add Kconfig option (default off) | Keith Busch |
2019-05-01 | PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth Management | Alex Williamson |
2019-04-18 | PCI/LINK: Disable bandwidth notification interrupt during suspend | Mika Westerberg |
2019-04-06 | PCI: Rework pcie_retrain_link() wait loop | Stefan Mätje |
2019-04-06 | PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratum | Stefan Mätje |
2019-04-06 | PCI: Factor out pcie_retrain_link() function | Stefan Mätje |
2019-03-25 | PCI/LINK: Deduplicate bandwidth reports for multi-function devices | Lukas Wunner |
2019-03-25 | PCI/LINK: Clear bandwidth notification interrupt before enabling it | Lukas Wunner |
2019-03-25 | PCI/LINK: Supply IRQ handler so level-triggered IRQs are acked | Alexandru Gagniuc |
2019-03-06 | Merge branch 'pci/pm' | Bjorn Helgaas |
2019-03-06 | Merge branch 'pci/portdrv' | Bjorn Helgaas |
2019-03-06 | Merge branch 'pci/misc' | Bjorn Helgaas |
2019-03-06 | Merge branch 'pci/dpc' | Bjorn Helgaas |
2019-03-06 | PCI: Update PCIEPORTBUS Kconfig help text | Hou Zhiqiang |
2019-03-05 | PCI/LINK: Report degraded links via link bandwidth notification | Alexandru Gagniuc |
2019-03-01 | PCI/PME: Fix possible use-after-free on remove | Sven Van Asbroeck |
2019-02-28 | PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove() | Rafael J. Wysocki |
2019-02-21 | PCI/DPC: Fix print AER status in DPC event handling | Dongdong Liu |
2019-02-15 | PCI/portdrv: Support PCIe services on subtractive decode bridges | Honghui Zhang |
2019-02-15 | PCI/portdrv: Use conventional Device ID table formatting | Bjorn Helgaas |
2019-02-14 | Revert "PCI/PME: Implement runtime PM callbacks" | Mika Westerberg |
2019-01-29 | PCI/AER: Use match_string() helper to simplify the code | Andy Shevchenko |
2019-01-05 | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-01-02 | Merge branch 'pci/misc' | Bjorn Helgaas |
2018-12-17 | PCI/ASPM: Remove unused lists from struct pcie_link_state | Frederick Lawler |
2018-12-14 | PCI/AER: Queue one GHES event, not several uninitialized ones | Yanjiang Jin |
2018-12-06 | PCI: Remove unnecessary space before function pointer arguments | Benjamin Young |
2018-12-03 | Revert "PCI/ASPM: Do not initialize link state when aspm_disabled is set" | Bjorn Helgaas |
2018-10-20 | Merge branch 'pci/misc' | Bjorn Helgaas |
2018-10-20 | Merge branch 'pci/hotplug' | Bjorn Helgaas |
2018-10-18 | PCI/AER: Refactor error injection fallbacks | Keith Busch |
2018-10-18 | PCI/AER: Abstract AER interrupt handling | Keith Busch |
2018-10-18 | PCI/AER: Reuse existing pcie_port_find_device() interface | Keith Busch |
2018-10-18 | PCI/AER: Use managed resource allocations | Keith Busch |
2018-10-18 | PCI: pcie: Remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz |
2018-10-08 | PCI/AER: Use threaded IRQ for bottom half | Keith Busch |
2018-10-08 | PCI/AER: Use kfifo_in_spinlocked() to insert locked elements | Keith Busch |
2018-10-08 | PCI/AER: Use kfifo for tracking events instead of reimplementing it | Keith Busch |