summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+3
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-3/+1Star
* crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-051-1/+2
* crypto: ccp - Remove forward declarationNathan Chancellor2018-10-051-28/+25Star
* crypto: ccp - Remove VLA usage of skcipherKees Cook2018-09-282-7/+8
* crypto: ccp - Allow SEV firmware to be chosen based on Family and ModelJanakarajan Natarajan2018-09-211-4/+40
* crypto: ccp - Fix static checker warningJanakarajan Natarajan2018-09-211-1/+1
* crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-041-5/+41
* crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky2018-08-031-0/+3
* crypto: ccp - Add support for new CCP/PSP device IDTom Lendacky2018-07-131-5/+24
* crypto: ccp - Support register differences between PSP devicesTom Lendacky2018-07-134-23/+24
* crypto: ccp - Remove unused #definesTom Lendacky2018-07-132-10/+2Star
* crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky2018-07-131-0/+2
* crypto: ccp - Fix command completion detection raceTom Lendacky2018-07-131-2/+2
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-082-2/+0Star
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-082-2/+2
* crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan2018-05-301-0/+44
* crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-302-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/+1Star
* 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-021-4/+4
* crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero2018-03-021-4/+3Star
* crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior2018-03-021-4/+3Star
* crypto: ccp - add check to get PSP master only when PSP is detectedBrijesh Singh2018-03-021-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/+0Star
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-145-17/+15Star
|\
| * 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/+1Star
| * crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-071-3/+1Star
| * 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/+4Star
* | 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/+0Star
|\
| * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-23/+0Star
* | 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