summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/psp-dev.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski2023-04-061-3/+3
* crypto: ccp - Add support for an interface for platform featuresMario Limonciello2023-03-171-0/+17
* crypto: ccp - Drop TEE support for IRQ handlerMario Limonciello2023-03-171-15/+0
* crypto: ccp - When TSME and SME both detected notify userMario Limonciello2022-04-081-0/+6
* crypto: ccp - Allow PSP driver to load without SEV/TEE supportMario Limonciello2022-04-081-16/+0
* crypto: ccp - cache capability into psp deviceMario Limonciello2022-04-081-20/+17
* crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()John Allen2020-03-121-0/+3
* crypto: ccp - add TEE support for Raven RidgeRijo Thomas2019-12-201-1/+38
* crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas2019-12-201-5/+41
* crypto: ccp - create a generic psp-dev fileRijo Thomas2019-12-201-0/+194
* crypto: ccp - rename psp-dev files to sev-devRijo Thomas2019-12-201-1137/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-9/+50
|\
| * crypto: ccp - add SEV command privilege separationBrijesh Singh2019-11-221-7/+22
| * crypto: ccp - Verify access to device registers before initializingHook, Gary2019-10-261-2/+16
| * crypto: ccp - Retry SEV INIT command in case of integrity check failure.Ashish Kalra2019-10-261-0/+12
* | KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky2019-10-221-0/+9
|/
* 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/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* 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-031-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-311-0/+44
* crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-311-10/+89
* crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-161-14/+1
* crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh2018-03-031-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