summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/psp-dev.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Move message about TSME being enabled later in initMario Limonciello2024-06-071-8/+0
* crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello2024-06-071-0/+5
* crypto: ccp - Move security attributes to their own fileMario Limonciello2024-06-071-0/+1
* crypto: ccp - Represent capabilities register as a unionMario Limonciello2024-06-071-6/+5
* crypto: ccp - State in dmesg that TSME is enabledBorislav Petkov (AMD)2024-02-171-4/+7
* crypto: ccp - Add support for DBC over PSP mailboxMario Limonciello2023-09-151-19/+13
* crypto: ccp - Add a macro to check capabilities registerMario Limonciello2023-09-151-3/+3
* crypto: ccp - Add support for extended PSP mailbox commandsMario Limonciello2023-09-151-0/+24
* crypto: ccp - Move direct access to some PSP registers out of TEETom Lendacky2023-09-151-0/+60
* crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello2023-07-201-0/+9
* crypto: ccp - move setting PSP master to earlier in the initMario Limonciello2023-07-201-3/+7
* 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