summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2020-01-29crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary
2019-12-21crypto: ccp - fix uninitialized list headMark Salter
2019-08-04crypto: ccp - Validate the the error value used to index error messagesHook, Gary
2017-11-08crypto: ccp - Set the AES size field for all modesGary R Hook
2017-09-27crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook
2017-05-20crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook
2017-05-20crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook
2017-05-20crypto: ccp - Disable interrupts early on unloadGary R Hook
2017-05-20crypto: ccp - Use only the relevant interrupt bitsGary R Hook
2017-03-30crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook
2017-02-14crypto: ccp - Fix double add when creating new DMA commandGary R Hook
2017-02-14crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook
2016-10-02crypto: ccp - clean up data structureGary R Hook
2016-09-22crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun
2016-09-22crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook
2016-08-09crypto: ccp - Enable DMA service on a v5 CCPGary R Hook
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook
2016-08-09crypto: ccp - Abstract PCI info for the CCPGary R Hook
2016-08-09crypto: ccp - Fix non-conforming comment styleGary R Hook
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu
2016-05-25crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky
2016-05-03crypto: ccp - constify ccp_actions structureJulia Lawall
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-04-25crypto: ccp - Ensure all dependencies are specifiedGary R Hook
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2016-03-11crypto: ccp - CCP versioning supportGary R Hook
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky
2015-12-25crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang
2015-12-22crypto: ccp - Use precalculated hash from headersLABBE Corentin
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee