summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorLines
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-06crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah-1/+12
2024-08-30crypto: ccp - Remove unused declaration sp_get_master()Yue Haibing-1/+0
2024-08-30crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri-0/+2
2024-08-24crypto: ccp - Add additional information about an SEV firmware upgradeTom Lendacky-2/+11
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+36
2024-07-17crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth-0/+36
2024-06-16crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips-1/+7
2024-06-07crypto: ccp - Move message about TSME being enabled later in initMario Limonciello-8/+15
2024-06-07crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello-3/+67
2024-06-07crypto: ccp - Move security attributes to their own fileMario Limonciello-56/+89
2024-06-07crypto: ccp - Represent capabilities register as a unionMario Limonciello-42/+42
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+2
2024-04-12crypto: ccp - drop platform ifdef checksArnd Bergmann-12/+2
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)-1/+1
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-6/+16
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-81/+1076
2024-02-24crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello-2/+9
2024-02-17crypto: ccp - State in dmesg that TSME is enabledBorislav Petkov (AMD)-4/+7
2024-02-13crypto: ccp - Have it depend on AMD_IOMMUBorislav Petkov (AMD)-1/+1
2024-02-03crypto: ccp: Make snp_range_list staticBorislav Petkov (AMD)-1/+1
2024-02-02crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips-2/+8
2024-01-29crypto: ccp: Add the SNP_SET_CONFIG commandBrijesh Singh-0/+20
2024-01-29crypto: ccp: Add the SNP_COMMIT commandTom Lendacky-0/+17
2024-01-29crypto: ccp: Add the SNP_PLATFORM_STATUS commandBrijesh Singh-0/+52
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra-30/+81
2024-01-29iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra-0/+20
2024-01-29crypto: ccp: Handle legacy SEV commands when SNP is enabledBrijesh Singh-10/+416
2024-01-29crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabledTom Lendacky-19/+48
2024-01-29crypto: ccp: Handle the legacy TMR allocation when SNP is enabledBrijesh Singh-26/+167
2024-01-29crypto: ccp: Provide an API to issue SEV and SNP commandsBrijesh Singh-1/+2
2024-01-29crypto: ccp: Add support to initialize the AMD-SP for SEV-SNPBrijesh Singh-20/+262
2024-01-29crypto: ccp: Define the SEV-SNP commandsBrijesh Singh-0/+16
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-19/+4
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-1/+1
2023-12-08crypto: ccp - Remove cfb and ofbHerbert Xu-18/+0
2023-12-08crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu-1/+4
2023-10-27crypto: ccp/sp - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen-0/+14
2023-09-15crypto: ccp - Add support for DBC over PSP mailboxMario Limonciello-29/+64
2023-09-15crypto: ccp - Add a macro to check capabilities registerMario Limonciello-5/+6
2023-09-15crypto: ccp - Add a communication path abstraction for DBCMario Limonciello-38/+26
2023-09-15crypto: ccp - Add support for extended PSP mailbox commandsMario Limonciello-0/+45
2023-09-15crypto: ccp - Move direct access to some PSP registers out of TEETom Lendacky-58/+104
2023-09-15crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello-1/+1
2023-07-20crypto: ccp - Add support for getting and setting DBC parametersMario Limonciello-0/+47
2023-07-20crypto: ccp - Add support for setting user ID for dynamic boost controlMario Limonciello-0/+24
2023-07-20crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello-1/+253
2023-07-20crypto: ccp - move setting PSP master to earlier in the initMario Limonciello-3/+7
2023-07-20crypto: ccp - Add bootloader and TEE version offsetsMario Limonciello-0/+5