summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch4-77/+18
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch5-3/+41
2018-09-21PCI/AER: Don't read upstream ports below fatal errorsKeith Busch1-2/+3
2018-09-21PCI/AER: Take reference on error devicesKeith Busch1-1/+2
2018-09-21PCI/DPC: Save and restore config stateKeith Busch3-6/+65
2018-09-21PCI: portdrv: Restore PCI config state on slot resetKeith Busch1-0/+8
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch6-8/+37
2018-09-19PCI: hotplug: Document TODOsLukas Wunner1-0/+74
2018-09-19PCI: hotplug: Embed hotplug_slotLukas Wunner26-318/+223
2018-09-19PCI: hotplug: Drop hotplug_slot_infoLukas Wunner22-309/+63
2018-09-19PCI: hotplug: Constify hotplug_slot_opsLukas Wunner16-31/+30
2018-09-19PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner1-26/+31
2018-09-19PCI: pciehp: Rename controller struct members for clarityLukas Wunner4-39/+39
2018-09-19PCI: pciehp: Unify controller and slot structsLukas Wunner5-282/+210
2018-09-19PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner4-18/+26
2018-09-18PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner4-47/+18
2018-09-18PCI: pciehp: Drop unnecessary includesLukas Wunner5-10/+0
2018-09-18PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner3-13/+34
2018-09-18PCI: Simplify disconnected markingLukas Wunner2-12/+5
2018-09-15Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2018-09-15Merge tag 'for-linus-4.19c-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-24/+42
2018-09-14Merge tag 'dmaengine-fix-4.19-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds1-3/+1
2018-09-14Merge tag 'usb-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds30-145/+188
2018-09-14Merge tag 'tty-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+33
2018-09-14Merge tag 'staging-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-19/+54
2018-09-14Merge tag 'char-misc-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-33/+72
2018-09-14xen/gntdev: fix up blockable calls to mn_invl_range_startMichal Hocko1-11/+15
2018-09-14xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham1-1/+1
2018-09-14xen: avoid crash in disable_hotplug_cpuOlaf Hering1-7/+8
2018-09-14xen/balloon: add runtime control for scrubbing ballooned out pagesMarek Marczykowski-Górecki3-3/+14
2018-09-14xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov1-2/+4
2018-09-14Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-blockLinus Torvalds4-36/+87
2018-09-14Merge tag 'for-4.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-113/+188
2018-09-14Merge tag 'drm-fixes-2018-09-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-190/+131
2018-09-14Merge tag 'mmc-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-2/+7
2018-09-14Merge tag 'pinctrl-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+27
2018-09-14Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-53/+33
2018-09-14Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-10/+11
2018-09-14Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie3-12/+22
2018-09-14Merge tag 'drm-intel-fixes-2018-09-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-168/+98
2018-09-13Merge tag 'pci-v4.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-24/+23
2018-09-13Merge tag 'for-linus-4.19' of git://github.com/cminyard/linux-ipmiLinus Torvalds5-104/+97
2018-09-13Merge tag 'drm-fixes-2018-09-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-114/+297
2018-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-257/+323
2018-09-13drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs1-10/+11
2018-09-13null_blk: fix zoned support for non-rq based operationJens Axboe3-34/+62
2018-09-12nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens1-0/+6
2018-09-12nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren3-1/+13
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2-2/+2
2018-09-12s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang1-2/+3