summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-1525-944/+695
| |\ \ \
| | * | | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-312-31/+46
| | * | | PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-311-0/+5
| | * | | PCI: Whitelist Thunderbolt ports for runtime D3Lukas Wunner2018-07-311-1/+5
| | * | | PCI: Whitelist native hotplug ports for runtime D3Lukas Wunner2018-07-311-5/+10
| | * | | PCI: sysfs: Resume to D0 on function resetLukas Wunner2018-07-311-0/+2
| | * | | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-312-0/+21
| | * | | PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-311-0/+6
| | * | | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-312-2/+48
| | * | | PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner2018-07-311-0/+4
| | * | | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-316-16/+30
| | * | | PCI: portdrv: Deduplicate PM callback iteratorLukas Wunner2018-07-311-18/+12
| | * | | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-313-7/+14
| | * | | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-232-15/+6
| | * | | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-233-53/+40
| | * | | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-231-0/+5
| | * | | PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-232-4/+5
| | * | | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-233-15/+0
| | * | | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-234-60/+93
| | * | | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-233-13/+35
| | * | | PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-231-5/+15
| | * | | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-2313-158/+149
| | * | | PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-234-17/+2
| | * | | PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-233-158/+67
| | * | | PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2018-07-232-38/+42
| | * | | PCI: pciehp: Convert to threaded pollingLukas Wunner2018-07-232-37/+34
| | * | | PCI: pciehp: Convert to threaded IRQLukas Wunner2018-07-232-32/+41
| | * | | PCI: pciehp: Document struct slot and struct controllerLukas Wunner2018-07-231-4/+44
| | * | | PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-233-11/+6
| | * | | PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner2018-07-231-3/+0
| | * | | PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner2018-07-231-10/+3
| | * | | PCI: pciehp: Fix use-after-free on unplugLukas Wunner2018-07-233-3/+10
| | * | | PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner2018-07-231-0/+9
| | * | | PCI: hotplug: Delete skeleton driverLukas Wunner2018-07-231-348/+0
| | * | | PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas2018-06-263-35/+41
| * | | | Merge branch 'pci/enumeration'Bjorn Helgaas2018-08-154-11/+135
| |\ \ \ \
| | * | | | PCI: Match Root Port's MPS to endpoint's MPSS as necessaryMyron Stowe2018-08-141-2/+10
| | * | | | PCI: Skip MPS logic for Virtual Functions (VFs)Myron Stowe2018-08-141-0/+4
| | * | | | PCI: Check for PCIe Link downtrainingAlexandru Gagniuc2018-08-103-7/+42
| | * | | | PCI: Workaround IDT switch ACS Source Validation erratumJames Puthukattukaran2018-07-123-2/+79
| | | |/ / | | |/| |
| * | | | Merge branch 'pci/dpc'Bjorn Helgaas2018-08-151-65/+42
| |\ \ \ \
| | * | | | PCI/DPC: Remove indirection waiting for inactive linkKeith Busch2018-07-191-8/+2
| | * | | | PCI/DPC: Use threaded IRQ for bottom half handlingKeith Busch2018-07-191-7/+8
| | * | | | PCI/DPC: Print AER status in DPC event handlingKeith Busch2018-07-191-0/+6
| | * | | | PCI/DPC: Remove rp_pio_status from dpc structKeith Busch2018-07-191-12/+5
| | * | | | PCI/DPC: Defer event handling to work queueKeith Busch2018-07-191-24/+20
| | * | | | PCI/DPC: Leave interrupts enabled while handling eventKeith Busch2018-07-191-18/+5
| * | | | | Merge branch 'pci/aspm'Bjorn Helgaas2018-08-155-9/+3
| |\ \ \ \ \
| | * | | | | PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-064-4/+0
| | * | | | | PCI/ASPM: Convert to use sysfs_match_string() helperAndy Shevchenko2018-08-061-5/+3
| | | |/ / / | | |/| | |