summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-03-246-16/+30
|\
| * Merge branches 'fixes' and 'thermal-intel' into nextZhang Rui2019-03-182-5/+18
| |\
| | * thermal/intel_powerclamp: fix truncated kthread nameZhang Rui2019-03-181-1/+1
| | * thermal/int340x_thermal: fix mode settingMatthew Garrett2019-03-181-4/+3
| | * thermal/int340x_thermal: Add additional UUIDsMatthew Garrett2019-03-181-0/+14
| * | thermal: mtk: Allocate enough space for mtk_thermal.Pi-Hsun Shih2019-03-181-2/+5
| * | thermal: cpu_cooling: Remove unused cur_freq variableShaokun Zhang2019-03-181-2/+1
| * | thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell2019-03-181-5/+4
| * | thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski2019-03-181-1/+1
| * | thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck2019-03-181-1/+1
| |/
* | Merge tag '5.1-rc1-cifs-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-03-246-70/+102
|\ \
| * | cifs: update internal module version numberSteve French2019-03-221-1/+1
| * | SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-221-1/+4
| * | cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)2019-03-221-3/+3
| * | cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-221-2/+6
| * | fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-03-221-1/+2
| * | cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng2019-03-221-1/+1
| * | CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li2019-03-221-30/+41
| * | CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li2019-03-221-32/+45
* | | Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linuxLinus Torvalds2019-03-246-29/+75
|\ \ \
| * | | auxdisplay: charlcd: make backlight initial state configurableMans Rullgard2019-03-172-1/+30
| * | | auxdisplay: charlcd: simplify init message displayMans Rullgard2019-03-171-7/+8
| * | | auxdisplay: deconfuse configurationMans Rullgard2019-03-172-6/+13
| * | | auxdisplay: hd44780: Convert to use charlcd_free()Andy Shevchenko2019-03-171-2/+2
| * | | auxdisplay: panel: Convert to use charlcd_free()Andy Shevchenko2019-03-171-2/+2
| * | | auxdisplay: charlcd: Introduce charlcd_free() helperAndy Shevchenko2019-03-172-0/+7
| * | | auxdisplay: charlcd: Move to_priv() to charlcd namespaceAndy Shevchenko2019-03-171-13/+13
| * | | auxdisplay: hd44780: Fix memory leak on ->remove()Andy Shevchenko2019-03-171-0/+2
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-246-8/+47
|\ \ \ \
| * | | | scsi: ibmvscsi: Fix empty event pool access during host removalTyrel Datwyler2019-03-201-6/+16
| * | | | scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaitonTyrel Datwyler2019-03-201-0/+5
| * | | | scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()Luo Jiaxing2019-03-201-0/+6
| * | | | scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani2019-03-191-1/+1
| * | | | scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran2019-03-191-0/+7
| * | | | scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche2019-03-191-2/+4
| * | | | scsi: core: Also call destroy_rcu_head() for passthrough requestsBart Van Assche2019-03-191-1/+8
| * | | | scsi: iscsi: flush running unbind operations when removing a sessionMaurizio Lombardi2019-03-181-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-237-257/+284
|\ \ \ \
| * | | | block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-184-29/+39
| * | | | iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe2019-03-182-5/+22
| * | | | io_uring: mark me as the maintainerJens Axboe2019-03-181-0/+10
| * | | | io_uring: retry bulk slab allocs as single allocsJens Axboe2019-03-181-5/+14
| * | | | io_uring: fix poll racesJens Axboe2019-03-151-55/+56
| * | | | io_uring: fix fget/fput handlingJens Axboe2019-03-151-133/+97
| * | | | io_uring: add prepped flagJens Axboe2019-03-141-5/+6
| * | | | io_uring: make io_read/write return an integerJens Axboe2019-03-141-10/+9
| * | | | io_uring: use regular request ref countsJens Axboe2019-03-141-19/+35
* | | | | Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-2311-25/+39
|\ \ \ \ \
| * | | | | sbitmap: trivial - update comment for sbitmap_deferred_clear_bitShenghui Wang2019-03-221-1/+1
| * | | | | blkcg: Fix kernel-doc warningsBart Van Assche2019-03-201-4/+5