summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: qat - enable VF irq after guest exits ungracefullyZeng Xin2015-12-142-1/+7
| * | crypto: qat - select PCI_IOV when VF are enabledTadeusz Struk2015-12-111-0/+2
| * | crypto: qat - ring returning retry even though ring has BWHarvijay Saini2015-12-111-3/+2Star
| * | crypto: sahara - fix debug output for 64-bit dma_addr_tArnd Bergmann2015-12-101-4/+4
| * | crypto: sahara - fix 64-bit dma_addr_t compilationArnd Bergmann2015-12-101-9/+9
| * | crypto: qat - add support for c62xvf accel typeTadeusz Struk2015-12-097-0/+558
| * | crypto: qat - add support for c3xxxvf accel typeTadeusz Struk2015-12-097-1/+559
| * | crypto: qat - add support for c62x accel typeTadeusz Struk2015-12-097-0/+683
| * | crypto: qat - add support for c3xxx accel typeTadeusz Struk2015-12-098-5/+714
| * | crypto: qat - move isr files to qat common so that they can be reusedTadeusz Struk2015-12-0924-422/+213Star
| * | 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/+7Star
| * | 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/+4Star
| * | 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/+1Star
| * | 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/+2Star
| * | 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/+2Star
| * | crypto: qat - fix get instance functionTadeusz Struk2015-11-171-11/+11
| * | crypto: hifn_795x - fix coding styleLABBE Corentin2015-11-171-163/+138Star
| * | crypto: hifn_795x - use dev_xx/pr_xx instead of printkLABBE Corentin2015-11-171-82/+67Star
| * | crypto: hifn_795x - remove the hifn_test functionLABBE Corentin2015-11-171-58/+0Star
| * | 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