summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan2018-05-311-0/+44
* crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-312-10/+93
* crypto: ccp - Validate buffer lengths for copy operationsGary R Hook2018-03-161-30/+78
* crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-161-14/+1
* crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2018-03-092-2/+2
* crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh2018-03-031-4/+4
* crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero2018-03-031-4/+3
* crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior2018-03-031-4/+3
* crypto: ccp - add check to get PSP master only when PSP is detectedBrijesh Singh2018-03-031-3/+3
* crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King2018-02-151-1/+1
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-107-1/+1015
|\
| * crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl commandBrijesh Singh2017-12-041-0/+97
| * crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh2017-12-041-0/+81
| * crypto: ccp: Implement SEV_PEK_CSR ioctl commandBrijesh Singh2017-12-041-0/+66
| * crypto: ccp: Implement SEV_PDH_GEN ioctl commandBrijesh Singh2017-12-041-0/+3
| * crypto: ccp: Implement SEV_PEK_GEN ioctl commandBrijesh Singh2017-12-041-0/+16
| * crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl commandBrijesh Singh2017-12-041-0/+18
| * crypto: ccp: Implement SEV_FACTORY_RESET ioctl commandBrijesh Singh2017-12-041-1/+76
| * crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh2017-12-044-0/+381
| * crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh2017-12-047-1/+277
| * crypto: ccp: Build the AMD secure processor driver only with AMD CPU supportBorislav Petkov2017-12-041-0/+1
* | crypto: drivers - remove duplicate includesPravin Shedge2017-12-221-1/+0
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-145-17/+15
|\
| * crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-032-7/+8
| * crypto: ccp - remove unused variable qimColin Ian King2017-11-031-2/+1
| * crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-071-3/+1
| * crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-071-0/+1
| * crypto: ccp - Use GCM IV size constantCorentin LABBE2017-09-221-5/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-071-23/+0
|\
| * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-23/+0
* | crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-171-1/+1
* | crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann2017-08-091-0/+1
* | crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-091-1/+2
* | crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-043-5/+25
* | crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook2017-08-041-37/+20
* | crypto: ccp - Add a call to xts_check_key()Gary R Hook2017-08-041-1/+8
* | crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-08-044-10/+41
* | crypto: ccp - remove duplicate module version and author entryBrijesh Singh2017-08-031-7/+0
* | csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook2017-07-287-2/+12
* | crypto: ccp - Add support for RSA on the CCPGary R Hook2017-07-284-0/+347
* | crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2017-07-282-34/+54
* | crypto: ccp - Update copyright dates for 2017.Gary R Hook2017-07-2811-11/+11
* | crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh2017-07-181-12/+0
* | crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh2017-07-185-93/+87
* | crypto: ccp - Abstract interrupt registerationBrijesh Singh2017-07-188-115/+188
* | crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh2017-07-1810-157/+457
* | crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh2017-07-185-138/+106
* | crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva2017-07-181-1/+3
* | crypto: ccp - Provide an error path for debugfs setup failureGary R Hook2017-07-181-5/+10
OpenPOWER on IntegriCloud