summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-13Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-1745/+457
2014-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds26-362/+694
2014-06-13Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-6/+4
2014-06-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+5
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds751-14269/+40470
2014-06-13Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-110/+227
2014-06-13Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds62-967/+943
2014-06-13Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-82/+303
2014-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds14-331/+248
2014-06-12Merge tag 'backlight-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-6/+7
2014-06-12target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger1-0/+4
2014-06-12Merge tag 'mfd-for-linus-3.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-25/+261