summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/psp-dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-191-7/+12
|\
| * crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes2019-07-181-7/+12
| * crypto: ccp - Switch to SPDX license identifiersHook, Gary2019-07-031-4/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh2019-04-181-1/+1
* crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh2019-04-081-0/+67
* crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas2019-02-221-5/+14
* crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh2019-02-081-0/+16
* crypto: ccp - Update copyright notices and datesHook, Gary2019-01-111-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+3
* crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-051-1/+2
* 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 - Support register differences between PSP devicesTom Lendacky2018-07-131-12/+12
* crypto: ccp - Remove unused #definesTom Lendacky2018-07-131-1/+1
* 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: ccp - Add GET_ID SEV commandJanakarajan Natarajan2018-05-301-0/+44
* crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-301-10/+89
* crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-161-14/+1Star
* crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh2018-03-021-4/+4
* 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-041-0/+344
* crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh2017-12-041-0/+105