summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2018-05-31crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan
2018-05-31crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook
2018-03-16crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook
2018-03-03crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh
2018-03-03crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero
2018-03-03crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior
2018-03-03crypto: ccp - add check to get PSP master only when PSP is detectedBrijesh Singh
2018-02-15crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge
2017-12-04crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl commandBrijesh Singh
2017-12-04crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh
2017-12-04crypto: ccp: Implement SEV_PEK_CSR ioctl commandBrijesh Singh
2017-12-04crypto: ccp: Implement SEV_PDH_GEN ioctl commandBrijesh Singh
2017-12-04crypto: ccp: Implement SEV_PEK_GEN ioctl commandBrijesh Singh
2017-12-04crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl commandBrijesh Singh
2017-12-04crypto: ccp: Implement SEV_FACTORY_RESET ioctl commandBrijesh Singh
2017-12-04crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh
2017-12-04crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh
2017-12-04crypto: ccp: Build the AMD secure processor driver only with AMD CPU supportBorislav Petkov
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef
2017-11-03crypto: ccp - remove unused variable qimColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-07crypto:ccp - invoke the DMA callback in a standard wayamd
2017-10-07crypto: ccp - unmap pages and remove unmap objects in callbackamd
2017-09-22crypto: ccp - Use GCM IV size constantCorentin LABBE
2017-09-07Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2017-08-17crypto: ccp - use dma_mapping_error to check map errorPan Bian
2017-08-09crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann
2017-08-09crypto: ccp - avoid uninitialized variable warningArnd Bergmann
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook
2017-08-04crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook
2017-08-04crypto: ccp - Add a call to xts_check_key()Gary R Hook
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook
2017-08-03crypto: ccp - remove duplicate module version and author entryBrijesh Singh
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook
2017-07-28crypto: ccp - Add support for RSA on the CCPGary R Hook
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook
2017-07-18crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh
2017-07-18crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva
2017-07-18crypto: ccp - Provide an error path for debugfs setup failureGary R Hook