summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2016-09-221-3/+1
* crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert2016-09-071-2/+5
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-08-161-1/+1
* crypto: ccp - Enable use of the additional CCPGary R Hook2016-08-093-1/+46
* crypto: ccp - Enable DMA service on a v5 CCPGary R Hook2016-08-091-0/+8
* crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook2016-08-094-9/+36
* crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-097-117/+1340
* crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook2016-08-093-2/+9
* crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook2016-08-093-40/+40
* crypto: ccp - Refactor the storage block allocation codeGary R Hook2016-08-093-80/+98
* crypto: ccp - Refactoring: symbol cleanupGary R Hook2016-08-094-173/+175
* crypto: ccp - Shorten the fields of the action structureGary R Hook2016-08-093-22/+23
* crypto: ccp - Abstract PCI info for the CCPGary R Hook2016-08-093-8/+13
* crypto: ccp - Fix non-conforming comment styleGary R Hook2016-08-091-16/+8
* crypto: ccp - Use skcipher for fallbackHerbert Xu2016-07-012-25/+21
* crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky2016-05-251-5/+12
* crypto: ccp - constify ccp_actions structureJulia Lawall2016-05-032-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-282-0/+6
|\
| * crypto: ccp - Prevent information leakage on exportTom Lendacky2016-04-152-0/+6
* | crypto: ccp - Ensure all dependencies are specifiedGary R Hook2016-04-251-0/+1
* | crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-206-2/+859
* | crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith2016-04-151-1/+1
|/
* crypto: ccp - fix lock acquisition codeGary R Hook2016-03-171-3/+3
* crypto: ccp - Add abstraction for device-specific callsGary R Hook2016-03-117-667/+710
* crypto: ccp - CCP versioning supportGary R Hook2016-03-116-5/+98
* crypto: ccp - Support for multiple CCPsGary R Hook2016-03-114-19/+114
* crypto: ccp - Remove check for x86 family and modelGary R Hook2016-03-111-36/+11
* crypto: ccp - memset request context to zero during importTom Lendacky2016-02-282-0/+2
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-062-25/+37
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-013-10/+48
* crypto: ccp - Add hash state import and export supportTom Lendacky2016-01-252-0/+46
* crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang2015-12-252-8/+6
* crypto: ccp - Use precalculated hash from headersLABBE Corentin2015-12-222-31/+10
* 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
* | crypto: ccp - Use module name in driver structuresTom Lendacky2015-10-082-2/+2
* | crypto: ccp - Change references to accelerator to offloadTom Lendacky2015-10-081-7/+6
* | crypto: ccp - Remove use ACPI fieldTom Lendacky2015-10-081-4/+0
* | crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky2015-10-084-42/+105
|/
* crypto: ccp - Provide support to autoload CCP driverTom Lendacky2015-07-061-0/+2
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-59/+1
|\
| * crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-59/+1
* | crypto: drivers - Fix Kconfig selectsHerbert Xu2015-06-181-1/+0
* | crypto: ccp - Protect against poorly marked end of sg listTom Lendacky2015-06-031-2/+5
* | crypto: ccp - Remove unused structure fieldTom Lendacky2015-05-271-2/+0
* | crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky2015-05-271-2/+0
|/
* crypto: ccp - Add ACPI supportTom Lendacky2015-02-271-4/+92
* crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky2015-02-273-23/+9
* crypto: ccp - Use dma_set_mask_and_coherent to set DMA maskTom Lendacky2015-02-271-2/+5
* crypto: ccp - Update CCP build supportTom Lendacky2015-02-271-7/+2
OpenPOWER on IntegriCloud