summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing2019-04-082-6/+3
* crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fxYueHaibing2019-04-081-2/+2
* crypto: marvell - remove set but not used variable 'index'YueHaibing2019-04-081-2/+1
* crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing2019-04-081-2/+1
* crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh2019-04-081-0/+67
* crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter2019-04-081-2/+2
* crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher supportNagadheeraj Rottela2019-04-082-83/+300
* crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan2019-03-281-0/+20
* crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg2019-03-281-2/+4
* crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg2019-03-282-7/+1
* crypto: caam/jr - Remove spinlock for output job ringVakul Garg2019-03-282-7/+1
* crypto: vmx - Make p8_init and p8_exit staticYueHaibing2019-03-281-2/+2
* crypto: cavium - Make cptvf_device_init staticYueHaibing2019-03-281-1/+1
* crypto: bcm - remove unused array tag_to_hash_idxYueHaibing2019-03-281-3/+0
* crypto: zip - Make some functions staticYueHaibing2019-03-281-4/+4
* crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing2019-03-281-1/+2
* crypto: cavium - Make some functions staticYueHaibing2019-03-281-3/+3
* crypto: cavium - remove unused fucntionsYueHaibing2019-03-281-17/+0
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-03-221-2/+2
* crypto: ccree - reduce kernel stack usage with clangArnd Bergmann2019-03-221-1/+1
* hwrng: omap - Set default qualityRouven Czerwinski2019-03-221-0/+1
* crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg2019-03-222-2/+11
* Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-171-1/+4
|\
| * xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand2019-03-151-1/+4
* | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-1622-502/+1044
|\ \
| * | device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-284-0/+126
| * | device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma2019-02-271-0/+12
| * | device-dax: Add a 'target_node' attributeDan Williams2019-02-201-0/+28
| * | device-dax: Auto-bind device after successful new_idDan Williams2019-01-241-6/+18
| * | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-0610-6/+23
| * | device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-069-49/+202
| * | device-dax: Add support for a dax override driverDan Williams2019-01-063-10/+156
| * | device-dax: Move resource pinning+mapping into the common driverDan Williams2019-01-065-79/+90
| * | device-dax: Introduce bus + driver modelDan Williams2019-01-065-87/+203
| * | device-dax: Start defining a dax bus modelDan Williams2019-01-069-224/+209
| * | device-dax: Remove multi-resource infrastructureDan Williams2019-01-064-49/+10
| * | device-dax: Kill dax_region baseDan Williams2019-01-064-8/+4
| * | device-dax: Kill dax_region idaDan Williams2019-01-062-24/+3
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-1621-77/+206
|\ \ \
| * | | scsi: aacraid: Fix performance issue on logical drivesSagar Biradar2019-03-141-5/+8
| * | | scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter2019-03-141-7/+9
| * | | scsi: libiscsi: Hold back_lock when calling iscsi_complete_taskLee Duncan2019-03-071-2/+20
| * | | scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLinkXiang Chen2019-03-061-0/+2
| * | | scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen2019-03-063-3/+49
| * | | scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry2019-03-061-0/+10
| * | | scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan2019-03-062-25/+60
| * | | scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen2019-03-061-1/+2
| * | | scsi: hisi_sas: Change return variable type in phy_up_v3_hw()Xiang Chen2019-03-061-1/+2
| * | | scsi: qla2xxx: check for kstrtol() failureDan Carpenter2019-03-061-0/+2
| * | | scsi: lpfc: fix 32-bit format string warningArnd Bergmann2019-03-061-1/+1