aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAge
* crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-05-20
* crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-05-20
* crypto: ccp - Disable interrupts early on unloadGary R Hook2017-05-20
* crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-05-20
* crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-30
* crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-14
* crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook2017-02-14
* crypto: ccp - Make syslog errors human-readableGary R Hook2016-10-02
* crypto: ccp - clean up data structureGary R Hook2016-10-02
* crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun2016-09-22
* crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2016-09-22
* crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert2016-09-07
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-08-16
* crypto: ccp - Enable use of the additional CCPGary R Hook2016-08-09
* crypto: ccp - Enable DMA service on a v5 CCPGary R Hook2016-08-09
* crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook2016-08-09
* crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-09
* crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook2016-08-09
* crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook2016-08-09
* crypto: ccp - Refactor the storage block allocation codeGary R Hook2016-08-09
* crypto: ccp - Refactoring: symbol cleanupGary R Hook2016-08-09
* crypto: ccp - Shorten the fields of the action structureGary R Hook2016-08-09
* crypto: ccp - Abstract PCI info for the CCPGary R Hook2016-08-09
* crypto: ccp - Fix non-conforming comment styleGary R Hook2016-08-09
* crypto: ccp - Use skcipher for fallbackHerbert Xu2016-07-01
* crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky2016-05-25
* crypto: ccp - constify ccp_actions structureJulia Lawall2016-05-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-27
|\
| * crypto: ccp - Prevent information leakage on exportTom Lendacky2016-04-15
* | crypto: ccp - Ensure all dependencies are specifiedGary R Hook2016-04-25
* | crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-20
* | crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith2016-04-15
|/
* crypto: ccp - fix lock acquisition codeGary R Hook2016-03-17
* crypto: ccp - Add abstraction for device-specific callsGary R Hook2016-03-11
* crypto: ccp - CCP versioning supportGary R Hook2016-03-11
* crypto: ccp - Support for multiple CCPsGary R Hook2016-03-11
* crypto: ccp - Remove check for x86 family and modelGary R Hook2016-03-11
* crypto: ccp - memset request context to zero during importTom Lendacky2016-02-27
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-06
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-01
* crypto: ccp - Add hash state import and export supportTom Lendacky2016-01-25
* crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang2015-12-25
* crypto: ccp - Use precalculated hash from headersLABBE Corentin2015-12-22
* Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-06
|\
| * device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee2015-11-06
* | crypto: ccp - Use module name in driver structuresTom Lendacky2015-10-08
* | crypto: ccp - Change references to accelerator to offloadTom Lendacky2015-10-08
* | crypto: ccp - Remove use ACPI fieldTom Lendacky2015-10-08
* | crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky2015-10-08
|/
* crypto: ccp - Provide support to autoload CCP driverTom Lendacky2015-07-06