Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+51 |
2014-10-01 | Merge branches 'pci/aer' and 'pci/virtualization' into next | Bjorn Helgaas | 1 | -2/+9 |
2014-09-25 | PCI/AER: Add additional PCIe AER error strings | Chen, Gong | 1 | -2/+9 |
2014-09-02 | PCI/PM: Drop unused runtime PM support code for PCIe ports | Rafael J. Wysocki | 1 | -74/+0 |
2014-09-01 | PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idle | Rafael J. Wysocki | 1 | -10/+51 |
2014-08-04 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+2 |
2014-07-02 | PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe ports | Jiang Liu | 1 | -4/+0 |
2014-06-23 | trace, AER: Move trace into unified interface | Chen, Gong | 2 | -3/+2 |
2014-06-10 | PCI: Merge multi-line quoted strings | Ryan Desfosses | 4 | -16/+9 |
2014-06-10 | PCI: Whitespace cleanup | Ryan Desfosses | 2 | -4/+2 |
2014-04-29 | Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ... | Bjorn Helgaas | 1 | -3/+6 |
2014-04-24 | PCI: Allow hotplug service drivers to operate in polling mode | Rajat Jain | 1 | -1/+4 |
2014-04-14 | PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 1 | -2/+2 |
2014-01-13 | Merge branch 'pci/dead-code' into next | Bjorn Helgaas | 1 | -12/+0 |
2014-01-13 | Merge branch 'pci/aer' into next | Bjorn Helgaas | 1 | -4/+4 |
2014-01-13 | PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0 | Betty Dall | 1 | -4/+4 |
2014-01-13 | PCI: Remove unused pcie_aspm_enabled() | Stephen Hemminger | 1 | -12/+0 |
2014-01-07 | Merge branch 'pci/msi' into next | Bjorn Helgaas | 1 | -3/+4 |
2014-01-03 | PCI/MSI: Add pci_msix_vec_count() | Alexander Gordeev | 1 | -3/+4 |
2013-12-20 | Merge branch 'pci/deletion' into next | Bjorn Helgaas | 1 | -14/+13 |
2013-12-19 | PCI/portdrv: Remove extra get_device()/put_device() for pcie_device | Bjorn Helgaas | 1 | -4/+1 |
2013-12-19 | PCI/portdrv: Add put_device() after device_register() failure | Levente Kurusa | 1 | -1/+1 |
2013-12-19 | PCI/portdrv: Cleanup error paths | Bjorn Helgaas | 1 | -10/+12 |
2013-12-18 | Merge branch 'pci/aer' into next | Bjorn Helgaas | 2 | -66/+77 |
2013-12-13 | PCI/AER: Consolidate HEST error source parsers | Bjorn Helgaas | 1 | -16/+17 |
2013-12-13 | PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse() | Betty Dall | 1 | -8/+17 |
2013-12-13 | PCI/AER: Clean up error printing code a bit | Borislav Petkov | 1 | -24/+27 |
2013-12-13 | PCI/AER: Add a TLP header print helper | Borislav Petkov | 1 | -23/+21 |
2013-12-13 | PCI/portdrv: Remove superfluous name cast | Geert Uytterhoeven | 1 | -1/+1 |
2013-11-22 | Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -12/+11 |
2013-11-20 | PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove() | Yinghai Lu | 1 | -1/+0 |
2013-11-15 | kfifo API type safety | Stefani Seibold | 1 | -1/+1 |
2013-11-14 | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 7 | -11/+11 |
2013-11-01 | PCI: Update pcie_ports 'auto' behavior for non-ACPI platforms | Andrew Murray | 1 | -7/+8 |
2013-09-03 | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -37/+3 |
2013-08-15 | Merge branch 'pci/aw-reset-v5' into next | Bjorn Helgaas | 3 | -36/+2 |
2013-08-14 | PCI: Remove aer_do_secondary_bus_reset() | Alex Williamson | 3 | -36/+2 |
2013-07-26 | PCI: pciehp: Convert pciehp to be builtin only, not modular | Bjorn Helgaas | 1 | -4/+1 |
2013-07-25 | PCI: Rename "PCI Express support" kconfig title | Ezequiel Garcia | 1 | -1/+1 |
2013-07-03 | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -43/+56 |
2013-06-14 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -1/+1 |
2013-06-10 | PCI: Fix comment typo for pcie_pme_remove() | Yijing Wang | 1 | -1/+1 |
2013-06-07 | Merge branch 'pci/betty-aer-v3' into next | Bjorn Helgaas | 3 | -35/+33 |
2013-06-06 | PCI/AER: Reset link for devices below Root Port or Downstream Port | Betty Dall | 1 | -8/+9 |
2013-06-06 | PCI/AER: Move AER severity defines to aer.h | Betty Dall | 1 | -4/+0 |
2013-06-06 | PCI/AER: Set dev->__aer_firmware_first only for matching devices | Bjorn Helgaas | 1 | -4/+4 |
2013-06-06 | PCI/AER: Factor out HEST device type matching | Bjorn Helgaas | 1 | -18/+17 |
2013-06-06 | PCI/AER: Don't parse HEST table for non-PCIe devices | Bjorn Helgaas | 1 | -2/+4 |
2013-05-30 | aerdrv: Move cper_print_aer() call out of interrupt context | Lance Ortiz | 2 | -3/+6 |
2013-05-28 | PCI: Fix kerneldoc for pci_disable_link_state() | Yijing Wang | 1 | -4/+9 |