summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: crypto4xx - add aes-ctr supportChristian Lamparter2018-04-284-6/+128
* crypto: crypto4xx - avoid VLA useChristian Lamparter2018-04-281-10/+4
* crypto: crypto4xx - convert to skcipherChristian Lamparter2018-04-283-177/+163
* crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-283-26/+34
* crypto: cavium - Remove unnecessary parenthesesVarsha Rao2018-04-281-21/+21
* crypto: drivers - simplify getting .drvdataWolfram Sang2018-04-282-8/+4
* crypto: omap-sham - fix memleakBin Liu2018-04-281-1/+1
* crypto: drivers - Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-281-10/+4
* crypto: caam: - Use kmemdup() functionFabio Estevam2018-04-211-8/+1
* crypto: caam - strip input zeros from RSA input bufferHoria Geantă2018-04-212-0/+62
* hwrng: via - support new Centaur CPUdavidwang2018-04-211-1/+1
* crypto: caam - allow retrieving 'era' from registerFabio Estevam2018-04-212-4/+58
* crypto: caam - staticize caam_get_era()Fabio Estevam2018-04-212-4/+1
* crypto: cavium - Fix smp_processor_id() warningsJan Glauber2018-04-212-3/+3
* crypto: cavium - Fix statistics pending request valueJan Glauber2018-04-212-9/+5
* crypto: cavium - Prevent division by zeroJan Glauber2018-04-211-4/+5
* crypto: cavium - Limit result reading attemptsJan Glauber2018-04-213-4/+25
* crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber2018-04-211-8/+14
* crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King2018-04-211-1/+0
* crypto: chelsio - don't leak information from the stack to userspaceColin Ian King2018-04-211-1/+1
* crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva2018-04-211-0/+16
* crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-04-211-111/+116
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-211-121/+91
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-211-12/+17
* 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