summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PCI/ERR: Always report current recovery status for udevKeith Busch2018-10-021-3/+2
| | * | | | | | PCI/ERR: Simplify broadcast calloutsKeith Busch2018-10-021-69/+38
| | * | | | | | PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch2018-09-261-64/+21
| | * | | | | | PCI/ERR: Handle fatal error recoveryKeith Busch2018-09-264-77/+18
| | * | | | | | PCI/ERR: Use slot reset if availableKeith Busch2018-09-215-3/+41
| | * | | | | | PCI/AER: Don't read upstream ports below fatal errorsKeith Busch2018-09-211-2/+3
| | * | | | | | PCI/AER: Take reference on error devicesKeith Busch2018-09-211-1/+2
| | * | | | | | PCI/DPC: Save and restore config stateKeith Busch2018-09-203-6/+65
| | * | | | | | PCI: portdrv: Restore PCI config state on slot resetKeith Busch2018-09-201-0/+8
| | * | | | | | PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-206-8/+37
| | * | | | | | PCI: hotplug: Document TODOsLukas Wunner2018-09-181-0/+74
| | * | | | | | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-1824-283/+202
| | * | | | | | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-1820-289/+63
| | * | | | | | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-1814-27/+28
| | * | | | | | PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner2018-09-181-26/+31
| | * | | | | | PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-184-39/+39
| | * | | | | | PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-185-282/+210
| | * | | | | | PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-184-18/+26
| | * | | | | | PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-174-47/+18
| | * | | | | | PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-175-10/+0
| | * | | | | | PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-173-13/+34
| | * | | | | | PCI: Simplify disconnected markingLukas Wunner2018-09-172-12/+5
| | |/ / / / /
| * | | | | | Merge branch 'pci/enumeration'Bjorn Helgaas2018-10-202-1/+17
| |\ \ \ \ \ \
| | * | | | | | PCI: Add support for Immediate ReadinessFelipe Balbi2018-09-281-1/+12
| | * | | | | | ACPI/PCI: Pay attention to device-specific _PXM node valuesJonathan Cameron2018-09-171-0/+5
| | |/ / / / /
| * | | | | | PCI/ASPM: Do not initialize link state when aspm_disabled is setPatrick Talbert2018-09-181-1/+1
| * | | | | | PCI/ASPM: Fix link_state teardown on device removalLukas Wunner2018-09-172-4/+2
| |/ / / / /
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar2018-10-232-12/+67
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-4/+0
|\ \ \ \ \ \
| * | | | | | dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig2018-10-011-4/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-2/+2
| |/ / / /
* | | | | Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-052-12/+67
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | PCI: mvebu: Fix PCI I/O mapping creation sequenceThomas Petazzoni2018-10-011-4/+48
| * | | | PCI: Reprogram bridge prefetch registers on resumeDaniel Drake2018-09-271-8/+19
* | | | | Merge tag 'pci-v4.19-fixes-2' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-09-283-11/+11
|\| | | |
| * | | | ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg2018-09-261-5/+6
| * | | | PCI: dwc: Fix scheduling while atomic issuesJisheng Zhang2018-09-202-6/+5
| | |/ / | |/| |
* | | | PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun2018-09-211-1/+3
| |_|/ |/| |
* | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-181-0/+37
|\ \ \ | |/ / |/| |
| * | PCI: hv: support reporting serial number as slot informationStephen Hemminger2018-09-171-0/+37
| |/
* | PCI: Fix enabling of PASID on RC integrated endpointsFelix Kuehling2018-09-111-1/+4
* | IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro2018-09-111-0/+1
* | PCI: Fix faulty logic in pci_reset_bus()Dennis Dalessandro2018-09-111-1/+1
* | PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
* | switchtec: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-09-111-0/+4
* | Revert "PCI: Add ACS quirk for Intel 300 series"Mika Westerberg2018-09-111-6/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-3/+9
|\
OpenPOWER on IntegriCloud