summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta1-1/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dstHoria Geanta1-1/+1
2014-07-23crypto: caam - fix DMA unmapping error in hash_digest_keyHoria Geanta1-2/+2
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta3-28/+163
2014-07-23crypto: caam - fix typo in dma_mapping_errorHoria Geanta1-1/+1
2014-07-23crypto: caam - set coherent_dma_maskHoria Geanta2-6/+6
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky4-1/+12
2014-07-10crypto: qat - remove an unneeded castDan Carpenter1-1/+1
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta3-0/+85
2014-07-08crypto: qce - add dependancy to KconfigStanimir Varbanov1-0/+1
2014-07-08crypto: qce - fix sparse warningsStanimir Varbanov3-17/+20
2014-07-08crypto: caam - Enabling multiple caam debug support for C29x platformNitesh Narayan Lal1-1/+1
2014-07-03crypto: ux500 - make interrupt mode plausibleArnd Bergmann1-13/+12
2014-07-03crypto: qce - Build Qualcomm crypto driverStanimir Varbanov3-0/+23
2014-07-03crypto: qce - Qualcomm crypto engine driverStanimir Varbanov11-0/+2637
2014-06-26crypto: qat - Fix error path crash when no firmware is presentTadeusz Struk2-6/+6
2014-06-26crypto: qat - Fixed new checkpatch warningsTadeusz Struk10-18/+37
2014-06-26crypto: qat - Updated Firmware Info MetadataTadeusz Struk2-0/+2
2014-06-26crypto: qat - Fix random config build warningsTadeusz Struk2-3/+4
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta2-21/+27
2014-06-25crypto: caam - Add definition of rd/wr_reg64 for little endian platformRuchika Gupta1-0/+16
2014-06-25crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta3-2/+56
2014-06-25crypto: caam - Correct definition of registers in memory mapRuchika Gupta2-39/+46
2014-06-23crypto: qat - Fix build problem with O=Herbert Xu1-1/+1
2014-06-20crypto: caam - remove duplicate FIFOST_CONT_MASK defineDan Carpenter1-1/+0
2014-06-20crypto: qat - Update to makefilesTadeusz Struk2-0/+2
2014-06-20crypto: qat - Intel(R) QAT DH895xcc acceleratorTadeusz Struk9-0/+1499
2014-06-20crypto: qat - Intel(R) QAT accelengine part of fw loaderTadeusz Struk3-0/+1605
2014-06-20crypto: qat - Intel(R) QAT ucode part of fw loaderTadeusz Struk2-0/+1569
2014-06-20crypto: qat - Intel(R) QAT crypto interfaceTadeusz Struk3-0/+1401
2014-06-20crypto: qat - Intel(R) QAT FW interfaceTadeusz Struk4-0/+1155
2014-06-20crypto: qat - Intel(R) QAT transport codeTadeusz Struk5-0/+1204
2014-06-20crypto: qat - Intel(R) QAT driver frameworkTadeusz Struk15-0/+2676
2014-06-20crypto: ccp - Add platform device support for arm64Tom Lendacky5-2/+270
2014-06-20crypto: ccp - Modify PCI support in prep for arm64 supportTom Lendacky2-27/+15
2014-06-20crypto: drivers - Add 2 missing __exit_pJean Delvare2-2/+2
2014-06-20crypto: caam - Introduce the use of the managed version of kzallocHimangi Saraogi1-6/+6
2014-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-13/+5
2014-06-16Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds16-225/+1531
2014-06-16Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-90/+149
2014-06-15vxlan: Checksum fixesTom Herbert1-9/+2
2014-06-15Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds24-369/+715
2014-06-15Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2014-06-15Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2014-06-15Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-142/+335
2014-06-14vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran1-7/+6
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox1-3/+2
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-10/+25
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-45/+197