summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: qat - move isr files to qat common so that they can be reusedTadeusz Struk2015-12-0924-422/+213
| * crypto: qat - add support for new devices to FW loaderPingchao Yang2015-12-097-85/+823
| * crypto: qat - add new device definitionsTadeusz Struk2015-12-091-0/+10
| * crypto: n2 - Use platform_register/unregister_drivers()Thierry Reding2015-12-041-10/+7
| * crypto: talitos - add new crypto modesLEROY Christophe2015-12-042-0/+84
| * crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa2015-12-042-2/+2
| * crypto: caam - pass the correct buffer lengthFabio Estevam2015-12-041-1/+1
| * crypto: rockchip - fix possible deadlockHeiko Stuebner2015-12-042-6/+9
| * crypto: rockchip - add crypto driver for rk3288Zain Wang2015-11-276-0/+1127
| * crypto: nx - use of_property_read_u32()saurabh2015-11-241-7/+4
| * crypto: padlock-aes - use offset_in_page macroGeliang Tang2015-11-241-2/+2
| * crypto: qat - fix typo in clean-filesJim Davis2015-11-241-1/+1
| * crypto: picoxcell - set [src|dst]_nents and nents as signed intLABBE Corentin2015-11-231-2/+3
| * crypto: sahara - set nb_[in|out]_sg as signed intLABBE Corentin2015-11-231-2/+2
| * crypto: atmel: fix bogus selectArnd Bergmann2015-11-231-2/+1
| * crypto: atmel - fix 64-bit warningsArnd Bergmann2015-11-231-6/+6
| * crypto: sun4i-ss - add missing statesizeLABBE Corentin2015-11-171-0/+2
| * crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool...Markus Elfring2015-11-171-4/+2
| * crypto: qat - constify pci_error_handlers structuresJulia Lawall2015-11-171-1/+1
| * crypto: amcc - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+4
| * crypto: caam - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+24
| * crypto: picoxcell - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-14/+34
| * crypto: qce - check return value of sg_nents_for_lenLABBE Corentin2015-11-172-0/+13
| * crypto: sahara - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+12
| * crypto: talitos - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-7/+34
| * crypto: marvell - check return value of sg_nents_for_lenLABBE Corentin2015-11-172-0/+12
| * crypto: qat - remove superfluous check from adf_probeSalvatore Benedetto2015-11-172-15/+2
| * crypto: qat - fix get instance functionTadeusz Struk2015-11-171-11/+11
| * crypto: hifn_795x - fix coding styleLABBE Corentin2015-11-171-163/+138
| * crypto: hifn_795x - use dev_xx/pr_xx instead of printkLABBE Corentin2015-11-171-82/+67
| * crypto: hifn_795x - remove the hifn_test functionLABBE Corentin2015-11-171-58/+0
| * crypto: qat - when stopping all devices make fure VF are stopped firstTadeusz Struk2015-11-171-1/+1
* | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-192-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-053-3/+4
|\|
| * crypto: talitos - Fix timing leak in ESP ICV verificationDavid Gstir2015-11-161-1/+1
| * crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2015-11-162-2/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-171-1/+1
|\ \ | |/ |/|
| * crypto: qat - don't use userspace pointerTadeusz Struk2015-11-131-1/+1
* | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-121-4/+11
|\ \
| * \ Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-4/+11
| |\ \
| | * | device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee2015-11-071-4/+11
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | hifn_795x: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-2/+0
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0447-1198/+1143
|\ \ \ | |/ / |/| / | |/
| * crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2015-10-202-19/+22
| * crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2015-10-202-13/+14
| * crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2015-10-202-7/+4
| * crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2015-10-202-4/+6
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-204-16/+15