summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-04-1518-82/+109
|\
| * scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklistRoss Lagerwall2018-04-091-1/+1
| * scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()Dan Carpenter2018-04-091-4/+4
| * scsi: dpt_i2o: Use after free in I2ORESETCMD ioctlDan Carpenter2018-04-091-5/+8
| * scsi: core: Make scsi_result_to_blk_status() recognize CONDITION METBart Van Assche2018-04-091-0/+9
| * scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat...Bart Van Assche2018-04-091-9/+9
| * Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by...Bart Van Assche2018-04-091-2/+0
| * scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll2018-04-092-1/+4
| * scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn2018-04-091-3/+3
| * scsi: qla2xxx: correctly shift host byteJohannes Thumshirn2018-04-091-1/+1
| * scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings2018-04-098-31/+45
| * scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings2018-04-091-2/+2
| * scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja2018-04-091-23/+21
| * scsi: scsi_dh: Don't look for NULL devices handlers by nameJohannes Thumshirn2018-04-091-0/+3
| * scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King2018-04-091-1/+0
* | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-152-7/+0
|\ \
| * | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-4/+0
| * | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0
| * | kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-071-2/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-04-136-5/+251
|\ \ \
| * \ \ Merge branches 'thermal-core' and 'thermal-soc' into nextZhang Rui2018-04-131-3/+3
| |\ \ \
| | * | | thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo2018-03-141-3/+3
| * | | | thermal: Add cooling device's statistics in sysfsViresh Kumar2018-04-025-2/+248
| |/ / /
* | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-131-4/+12
|\ \ \ \
| * | | | firmware: dmi_scan: Use lowercase letters for UUIDJean Delvare2018-04-131-2/+2
| * | | | firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesAlex Hung2018-04-131-1/+9
| * | | | firmware: dmi_scan: Fix UUID length safety checkJean Delvare2018-04-131-1/+1
* | | | | Merge tag 'chrome-platform-for-linus-4.17' of git://git.kernel.org/pub/scm/li...Linus Torvalds2018-04-136-607/+784
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/ib-chrome-platform-cros-ec-sysfs-debugfs...Benson Leung2018-04-103-59/+189
| |\ \ \ \ \
| | * | | | | platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angleGwendal Grignou2018-04-102-18/+94
| | * | | | | platform/chrome: cros_ec_debugfs: Add PD port info to debugfsShawn Nematbakhsh2018-04-101-0/+72
| | * | | | | platform/chrome: cros_ec_debugfs: Use octal permissions '0444'Enric Balletbo i Serra2018-04-101-2/+2
| | * | | | | platform/chrome: cros_ec_sysfs: use permission-specific DEVICE_ATTR variantsEnric Balletbo i Serra2018-04-101-12/+12
| | * | | | | platform/chrome: cros_ec_sysfs: introduce to_cros_ec_dev define.Enric Balletbo i Serra2018-04-101-6/+5
| | * | | | | platform/chrome: cros_ec_sysfs: Modify error handlingGwendal Grignou2018-04-101-21/+4
| * | | | | | Merge remote-tracking branch 'chrome-platform-stop-being-a-platform-driver-pl...Benson Leung2018-04-092-548/+579
| |\ \ \ \ \ \
| | * | | | | | Input: atmel_mxt_ts - remove platform data supportDmitry Torokhov2018-04-091-75/+55
| | * | | | | | platform/chrome: chromeos_laptop - discard data for unneeded boardsDmitry Torokhov2018-04-091-212/+264
| | * | | | | | platform/chrome: chromeos_laptop - use device properties for PixelDmitry Torokhov2018-04-091-6/+6
| | * | | | | | platform/chrome: chromeos_laptop - rely on I2C to set up interrupt triggerDmitry Torokhov2018-04-091-7/+14
| | * | | | | | platform/chrome: chromeos_laptop - use I2C notifier to create devicesDmitry Torokhov2018-04-091-145/+102
| | * | | | | | platform/chrome: chromeos_laptop - parse DMI IRQ data onceDmitry Torokhov2018-04-091-56/+64
| | * | | | | | platform/chrome: chromeos_laptop - rework i2c peripherals initializationDmitry Torokhov2018-04-091-232/+235
| | * | | | | | platform/chrome: chromeos_laptop - factor out getting IRQ from DMIDmitry Torokhov2018-04-091-12/+23
| | * | | | | | platform/chrome: chromeos_laptop - introduce pr_fmt()Dmitry Torokhov2018-04-091-17/+14
| | * | | | | | platform/chrome: chromeos_laptop - stop setting suspend mode for Atmel devicesDmitry Torokhov2018-04-091-2/+0
| | * | | | | | platform/chrome: chromeos_laptop - add SPDX identifierDmitry Torokhov2018-04-091-22/+5
| | * | | | | | Input: atmel_mxt_ts - switch ChromeOS ACPI devices to generic propsDmitry Torokhov2018-04-091-23/+40
| | * | | | | | Input: atmel_mxt_ts - switch from OF to generic device propertiesDmitry Torokhov2018-04-091-29/+30
| | * | | | | | Input: atmel_mxt_ts - do not pass suspend mode in platform dataDmitry Torokhov2018-04-091-5/+22
| | |/ / / / /