aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAge
* crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-04
* crypto: ccp - Remove forward declarationNathan Chancellor2018-10-04
* crypto: ccp - Remove VLA usage of skcipherKees Cook2018-09-28
* crypto: ccp - Allow SEV firmware to be chosen based on Family and ModelJanakarajan Natarajan2018-09-21
* crypto: ccp - Fix static checker warningJanakarajan Natarajan2018-09-21
* crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-03
* crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky2018-08-03
* crypto: ccp - Add support for new CCP/PSP device IDTom Lendacky2018-07-13
* crypto: ccp - Support register differences between PSP devicesTom Lendacky2018-07-13
* crypto: ccp - Remove unused #definesTom Lendacky2018-07-13
* crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky2018-07-13
* crypto: ccp - Fix command completion detection raceTom Lendacky2018-07-13
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-08
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-08
* crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan2018-05-30
* crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-30
* crypto: ccp - Validate buffer lengths for copy operationsGary R Hook2018-03-16
* crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-16
* crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2018-03-09
* crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh2018-03-02
* crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero2018-03-02
* crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior2018-03-02
* crypto: ccp - add check to get PSP master only when PSP is detectedBrijesh Singh2018-03-02
* crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King2018-02-15
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-10
|\
| * crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl commandBrijesh Singh2017-12-04
| * crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh2017-12-04
| * crypto: ccp: Implement SEV_PEK_CSR ioctl commandBrijesh Singh2017-12-04
| * crypto: ccp: Implement SEV_PDH_GEN ioctl commandBrijesh Singh2017-12-04
| * crypto: ccp: Implement SEV_PEK_GEN ioctl commandBrijesh Singh2017-12-04
| * crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl commandBrijesh Singh2017-12-04
| * crypto: ccp: Implement SEV_FACTORY_RESET ioctl commandBrijesh Singh2017-12-04
| * crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh2017-12-04
| * crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh2017-12-04
| * crypto: ccp: Build the AMD secure processor driver only with AMD CPU supportBorislav Petkov2017-12-04
* | crypto: drivers - remove duplicate includesPravin Shedge2017-12-22
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-03
| * crypto: ccp - remove unused variable qimColin Ian King2017-11-03
| * crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-07
| * crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-07
| * crypto: ccp - Use GCM IV size constantCorentin LABBE2017-09-22
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-07
|\
| * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-21
* | crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-17
* | crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann2017-08-09
* | crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-09
* | crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-03
* | crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook2017-08-03