summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-303-10/+11
|\
| * clk: ti: clkctrl: Fix clkdm_clk handlingTony Lindgren2019-05-211-4/+4
| * clk: imx: imx8mm: fix int pll clk gatePeng Fan2019-05-211-6/+6
| * clk: sifive: restrict Kconfig scope for the FU540 PRCI driverPaul Walmsley2019-05-211-0/+1
* | Merge tag 'docs-5.2-fixes2' of git://git.lwn.net/linuxLinus Torvalds2019-05-292-4/+4
|\ \
| * | drm/i915: Maintain consistent documentation subsection orderingJonathan Corbet2019-05-242-4/+4
| |/
* | Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-05-282-36/+11
|\ \
| * \ Merge tag 'intel-pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-05-271-35/+10
| |\ \
| | * | pinctrl: intel: Clear interrupt status in mask/unmask callbackKai-Heng Feng2019-05-201-31/+6
| | * | pinctrl: intel: Use GENMASK() consistentlyAndy Shevchenko2019-05-201-4/+4
| | |/
| * / pinctrl: stmfx: Fix compile issue when CONFIG_OF_GPIO is not definedAmelie Delaunay2019-05-241-1/+1
| |/
* | Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-281-0/+1
|\ \
| * | gpio: fix gpio-adp5588 build errorsRandy Dunlap2019-05-241-0/+1
| |/
* | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-261-3/+13
|\ \
| * | random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o2019-05-261-3/+13
* | | Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-259-43/+103
|\ \ \
| * | | libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams2019-05-201-2/+8
| * | | dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-206-37/+91
| * | | libnvdimm: Fix compilation warnings with W=1Qian Cai2019-05-203-4/+4
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-05-2411-226/+189
|\ \ \
| * | | Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen2019-05-201-2/+1
| * | | scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King2019-05-201-1/+1
| * | | scsi: smartpqi: Reporting unhandled SCSI errorsErwan Velu2019-05-201-7/+16
| * | | scsi: myrs: Fix uninitialized variableYueHaibing2019-05-201-1/+1
| * | | scsi: lpfc: Update lpfc version to 12.2.0.2James Smart2019-05-131-1/+1
| * | | scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart2019-05-131-1/+4
| * | | scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart2019-05-131-13/+19
| * | | scsi: lpfc: resolve lockdep warningsJames Smart2019-05-132-33/+56
| * | | scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing2019-05-131-4/+0
| * | | scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing2019-05-131-24/+8
| * | | scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran2019-05-131-139/+82
* | | | Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-243-41/+76
|\ \ \ \
| * \ \ \ Merge branch 'nvme-5.2-rc2' of git://git.infradead.org/nvme into for-linusJens Axboe2019-05-233-41/+76
| |\ \ \ \
| | * | | | nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch2019-05-221-1/+1
| | * | | | nvme: copy MTFA field from identify controllerLaine Walker-Avina2019-05-211-0/+1
| | * | | | nvme: fix memory leak for power latency toleranceYufen Yu2019-05-171-0/+1
| | * | | | nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig2019-05-171-5/+20
| | * | | | nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig2019-05-171-23/+24
| | * | | | nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig2019-05-171-2/+0
| | * | | | nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig2019-05-171-4/+9
| | * | | | nvme: Fix known effectsKeith Busch2019-05-171-1/+1
| | * | | | nvme-pci: Sync queues on resetKeith Busch2019-05-173-0/+14
| | * | | | nvme-pci: Unblock reset_work on IO failureKeith Busch2019-05-171-5/+4
| | * | | | nvme-pci: Don't disable on timeout in reset stateKeith Busch2019-05-171-1/+2
| | * | | | nvme-pci: Fix controller freeze wait disablingKeith Busch2019-05-171-6/+6
* | | | | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-24598-7672/+598
|\ \ \ \ \ \
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125Thomas Gleixner2019-05-241-17/+1
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123Thomas Gleixner2019-05-247-84/+7
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 122Thomas Gleixner2019-05-242-18/+2
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 121Thomas Gleixner2019-05-241-1/+1