summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-164-11/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | scsi: ipr: Fix async error WARN_ONBrian King2016-10-141-2/+1
| | * | | | | | scsi: zfcp: spin_lock_irqsave() is not nestableDan Carpenter2016-10-141-1/+1
| | * | | | | | scsi: Remove one useless stack variableMing Lei2016-10-121-4/+0
| | * | | | | | scsi: Fix use-after-freeMing Lei2016-10-121-1/+1
| | * | | | | | scsi: Replace wrong device handler name for CLARiiON arraysXose Vazquez Perez2016-10-111-3/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-216-38/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | nvmet: use symbolic constants for CNS valuesChristoph Hellwig2016-10-192-4/+4
| * | | | | | | | nvme: use symbolic constants for CNS valuesChristoph Hellwig2016-10-191-2/+2
| * | | | | | | | nvme.h: resync with nvme-cliChristoph Hellwig2016-10-192-2/+2
| * | | | | | | | nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-194-9/+9
| * | | | | | | | nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates2016-10-121-9/+35
| * | | | | | | | nvme: don't schedule multiple resetsKeith Busch2016-10-121-9/+13
| * | | | | | | | nvme: Delete created IO queues on resetKeith Busch2016-10-121-4/+5
| * | | | | | | | nvme: Stop probing a removed deviceKeith Busch2016-10-121-0/+2
* | | | | | | | | Merge tag 'pci-v4.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-212-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PCI: designware-plat: Update author email addressJoao Pinto2016-10-211-1/+1
| * | | | | | | | | PCI: layerscape: Fix drvdata usage before assignmentMarc Zyngier2016-10-171-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into d...Dave Airlie2016-10-212-6/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm/etnaviv: block 64K of address space behind each cmdstreamLucas Stach2016-10-101-1/+2
| * | | | | | | | | drm/etnaviv: ensure write caches are flushed at end of user cmdstreamLucas Stach2016-10-101-5/+19
* | | | | | | | | | Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie2016-10-215-73/+146
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring2016-10-101-16/+15
| * | | | | | | | | | drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-10-101-16/+5
| * | | | | | | | | | drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring2016-10-101-4/+6
| * | | | | | | | | | drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom2016-10-101-13/+58
| * | | | | | | | | | drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom2016-10-101-3/+3
| * | | | | | | | | | drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom2016-10-101-3/+0
| * | | | | | | | | | drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom2016-10-101-15/+26
| * | | | | | | | | | drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee2016-10-102-1/+33
| * | | | | | | | | | drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-101-4/+2
| * | | | | | | | | | drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni2016-10-101-5/+5
* | | | | | | | | | | Merge branch 'drm-armada-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2016-10-211-8/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | drm/armada: fix clock countsRussell King2016-10-041-8/+10
* | | | | | | | | | | | Merge branch 'fixes-for-v4.9-rc2' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie2016-10-214-61/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | drm/fsl-dcu: enable pixel clock when enabling CRTCStefan Agner2016-10-202-20/+3
| * | | | | | | | | | | | drm/fsl-dcu: do not transfer registers in mode_set_nofbStefan Agner2016-10-201-2/+0
| * | | | | | | | | | | | drm/fsl-dcu: do not transfer registers on plane initStefan Agner2016-10-201-5/+0
| * | | | | | | | | | | | drm/fsl-dcu: enable TCON bypass mode by defaultStefan Agner2016-10-202-34/+7
* | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-10-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | perf: xgene: Remove bogus IS_ERR() checkTai Nguyen2016-10-171-1/+1
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'ceph-for-4.9-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-201-17/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rbd: don't retry watch reregistration if header object is goneIlya Dryomov2016-10-151-1/+1
| * | | | | | | | | | | | | rbd: don't wait for the lock forever if blacklistedIlya Dryomov2016-10-151-17/+33
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'mmc-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2016-10-2012-33/+148
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | memstick: rtsx_usb_ms: Manage runtime PM when accessing the deviceUlf Hansson2016-10-171-0/+4
| * | | | | | | | | | | | memstick: rtsx_usb_ms: Runtime resume the device when polling for cardsAlan Stern2016-10-171-0/+2
| * | | | | | | | | | | | mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the ledUlf Hansson2016-10-171-0/+2
| * | | | | | | | | | | | mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unusedUlf Hansson2016-10-171-5/+0
| * | | | | | | | | | | | mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen2016-10-171-1/+1