summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-06-036-47/+76
|\
| * vhost: scsi: add weight supportJason Wang2019-05-271-6/+6
| * vhost: vsock: add weight supportJason Wang2019-05-271-6/+10
| * vhost_net: fix possible infinite loopJason Wang2019-05-271-16/+13
| * vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-275-20/+48
| * virtio: Fix indentation of VIRTIO_MMIOFabrizio Castro2019-05-271-4/+4
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-021-0/+3
|\ \
| * | efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
* | | Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-06-023-3/+3
|\ \ \
| * | | treewide: fix typos of SPDX-License-IdentifierMasahiro Yamada2019-06-012-2/+2
| * | | crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)2019-06-011-1/+1
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-023-2/+3
|\ \ \ \
| * | | | i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima2019-05-271-1/+1
| * | | | i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak2019-05-271-1/+1
| * | | | i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen2019-05-271-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-06-025-22/+0
|\ \ \ \
| * | | | Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin2019-05-285-22/+0
| |/ / /
* | | | Merge tag 'led-fixes-for-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-06-022-5/+5
|\ \ \ \
| * | | | leds: avoid flush_work in atomic contextPavel Machek2019-05-312-5/+5
| |/ / /
* | | | Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-021-1/+17
|\ \ \ \
| * | | | loop: Don't change loop device under exclusive openerJan Kara2019-05-271-1/+17
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-029-14/+76
|\ \ \ \ \
| * | | | | scsi: libsas: delete sas port if expander discover failedJason Yan2019-05-291-0/+2
| * | | | | scsi: libsas: only clear phy->in_shutdown after shutdown event doneJason Yan2019-05-291-2/+1
| * | | | | scsi: scsi_dh_alua: Fix possible null-ptr-derefYueHaibing2019-05-291-4/+2
| * | | | | scsi: smartpqi: properly set both the DMA mask and the coherent DMA maskLianbo Jiang2019-05-291-1/+1
| * | | | | scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)Steffen Maier2019-05-294-7/+65
| * | | | | scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_removeSteffen Maier2019-05-291-0/+1
| * | | | | scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()Varun Prakash2019-05-291-0/+4
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-021-1/+2
|\ \ \ \ \ \
| * | | | | | drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai2019-06-011-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-314-6/+26
|\ \ \ \ \ \
| * | | | | | xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall2019-05-283-2/+26
| * | | | | | xen/pvcalls: Remove set but not used variableYueHaibing2019-05-281-4/+0
* | | | | | | Merge tag 's390-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-313-7/+39
|\ \ \ \ \ \ \
| * | | | | | | s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger2019-05-283-7/+39
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-314-19/+44
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | PCI: PM: Avoid possible suspend-to-idle issueRafael J. Wysocki2019-05-271-1/+16
| * | | | | | ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki2019-05-271-15/+24
| * | | | | | ACPI/PCI: PM: Add missing wakeup.flags.valid checksRafael J. Wysocki2019-05-272-3/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-313596-29488/+3601
|\ \ \ \ \ \
| * | | | | | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-3058-0/+58
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 218Thomas Gleixner2019-05-304-8/+4
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217Thomas Gleixner2019-05-301-2/+1
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 216Thomas Gleixner2019-05-301-2/+1
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner2019-05-301-3/+1
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 210Thomas Gleixner2019-05-303-6/+3
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-304-5/+4
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 207Thomas Gleixner2019-05-301-4/+1
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3055-223/+55