summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang2019-04-101-0/+1
* virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang2019-04-101-0/+2
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-04-071-0/+1
|\
| * Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into a...Olof Johansson2019-04-071-0/+1
| |\
| | * reset: meson-audio-arb: Fix missing .owner setting of reset_controller_devAxel Lin2019-03-251-0/+1
* | | Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-074-2/+31
|\ \ \
| * | | xsysace: Fix error handling in ace_setupGuenter Roeck2019-04-061-0/+2
| * | | null_blk: prevent crash from bad home_node valueJohn Pittman2019-04-061-0/+5
| * | | paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing2019-04-051-1/+13
| * | | paride/pf: Fix potential NULL pointer dereferenceYueHaibing2019-04-031-1/+11
| |/ /
* | | Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-04-071-2/+1
|\ \ \
| * | | xen: use struct_size() helper in kzalloc()Andrea Righi2019-04-051-2/+1
* | | | Merge tag 'mtd/fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-04-071-1/+5
|\ \ \ \
| * | | | mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian2019-04-051-1/+5
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-04-075-12/+19
|\ \ \ \ \
| * | | | | scsi: lpfc: Fix missing wakeups on abort threadsJames Smart2019-04-031-4/+3
| * | | | | scsi: storvsc: Reduce default ring buffer size to 128 KbytesMichael Kelley2019-04-031-1/+1
| * | | | | scsi: storvsc: Fix calculation of sub-channel countMichael Kelley2019-04-031-2/+11
| * | | | | scsi: core: add new RDAC LENOVO/DE_Series deviceXose Vazquez Perez2019-04-032-0/+2
| * | | | | scsi: qedi: remove declaration of nvm_image from stackColin Ian King2019-03-291-5/+2
* | | | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-061-1/+3
|\ \ \ \ \ \
| * | | | | | i2c: imx: don't leak the i2c adapter on errorLaurentiu Tudor2019-04-061-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'parisc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-061-1/+5
|\ \ \ \ \ \
| * | | | | | Revert: parisc: Use F_EXTEND() macro in iosapic codeHelge Deller2019-04-061-1/+5
* | | | | | | fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-3/+1
* | | | | | | Merge tag 'rtc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2019-04-064-5/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | rtc: da9063: set uie_unsupported when relevantAlexandre Belloni2019-04-021-0/+7
| * | | | | | rtc: sd3078: fix manufacturer nameAlexandre Belloni2019-03-201-2/+2
| * | | | | | rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven2019-03-201-1/+1
| * | | | | | rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configuredStephen Boyd2019-03-201-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-5.1/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-056-27/+72
|\ \ \ \ \ \
| * | | | | | dm integrity: fix deadlock with overlapping I/OMikulas Patocka2019-04-051-3/+1
| * | | | | | dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-043-8/+24
| * | | | | | dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-011-0/+39
| * | | | | | dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-011-9/+1
| * | | | | | dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen2019-04-011-1/+1
| * | | | | | dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing2019-04-011-2/+2
| * | | | | | dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka2019-04-011-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'vfio-v5.1-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-04-053-3/+17
|\ \ \ \ \ \
| * | | | | | vfio/type1: Limit DMA mappings per containerAlex Williamson2019-04-031-0/+14
| * | | | | | vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' staticWang Hai2019-04-031-1/+1
| * | | | | | vfio/pci: use correct format charactersLouis Taylor2019-04-031-2/+2
| |/ / / / /
* | | | | | tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-04-051-1/+1
* | | | | | Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-04-0411-17/+44
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-intel-fixes-2019-04-04' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-04-055-11/+11
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'gvt-fixes-2019-04-04' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2019-04-034-10/+7
| | |\ \ \ \ \ \
| | | * | | | | | drm/i915/gvt: Fix kerneldoc typo for intel_vgpu_emulate_hotplugChris Wilson2019-04-041-1/+1
| | | * | | | | | drm/i915/gvt: Correct the calculation of plane sizeXiong Zhang2019-04-041-6/+2
| | | * | | | | | drm/i915/gvt: do not let pin count of shadow mm go negativeYan Zhao2019-03-291-1/+1
| | | * | | | | | drm/i915/gvt: do not deliver a workload if its creation failsYan Zhao2019-03-291-2/+3