summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-6/+16
2024-03-12Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-81/+1076
2024-02-24crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello1-2/+9
2024-02-17crypto: ccp - State in dmesg that TSME is enabledBorislav Petkov (AMD)1-4/+7
2024-02-13crypto: ccp - Have it depend on AMD_IOMMUBorislav Petkov (AMD)1-1/+1
2024-02-03crypto: ccp: Make snp_range_list staticBorislav Petkov (AMD)1-1/+1
2024-02-02crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-01-29crypto: ccp: Add the SNP_SET_CONFIG commandBrijesh Singh1-0/+20
2024-01-29crypto: ccp: Add the SNP_COMMIT commandTom Lendacky1-0/+17
2024-01-29crypto: ccp: Add the SNP_PLATFORM_STATUS commandBrijesh Singh1-0/+52
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra1-30/+81
2024-01-29iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra1-0/+20
2024-01-29crypto: ccp: Handle legacy SEV commands when SNP is enabledBrijesh Singh2-10/+416
2024-01-29crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabledTom Lendacky1-19/+48
2024-01-29crypto: ccp: Handle the legacy TMR allocation when SNP is enabledBrijesh Singh1-26/+167
2024-01-29crypto: ccp: Provide an API to issue SEV and SNP commandsBrijesh Singh1-1/+2
2024-01-29crypto: ccp: Add support to initialize the AMD-SP for SEV-SNPBrijesh Singh2-20/+262
2024-01-29crypto: ccp: Define the SEV-SNP commandsBrijesh Singh1-0/+16
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-19/+4
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-12-08crypto: ccp - Remove cfb and ofbHerbert Xu1-18/+0
2023-12-08crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2023-10-27crypto: ccp/sp - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen1-0/+14
2023-09-15crypto: ccp - Add support for DBC over PSP mailboxMario Limonciello4-29/+64
2023-09-15crypto: ccp - Add a macro to check capabilities registerMario Limonciello3-5/+6
2023-09-15crypto: ccp - Add a communication path abstraction for DBCMario Limonciello2-38/+26
2023-09-15crypto: ccp - Add support for extended PSP mailbox commandsMario Limonciello2-0/+45
2023-09-15crypto: ccp - Move direct access to some PSP registers out of TEETom Lendacky6-58/+104
2023-09-15crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello1-1/+1
2023-07-20crypto: ccp - Add support for getting and setting DBC parametersMario Limonciello2-0/+47
2023-07-20crypto: ccp - Add support for setting user ID for dynamic boost controlMario Limonciello2-0/+24
2023-07-20crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello7-1/+253
2023-07-20crypto: ccp - move setting PSP master to earlier in the initMario Limonciello1-3/+7
2023-07-20crypto: ccp - Add bootloader and TEE version offsetsMario Limonciello1-0/+5
2023-07-20crypto: ccp - Add support for displaying PSP firmware versionsMario Limonciello2-0/+66
2023-07-20crypto: ccp - Rename macro for security attributesMario Limonciello1-13/+13
2023-06-02crypto: ccp - Add support for PCI device 0x156EJohn Allen1-0/+15
2023-06-02crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello1-0/+28
2023-06-02crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello1-0/+5
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds10-47/+311
2023-04-14crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello1-2/+3
2023-04-14crypto: ccp - Return doorbell status code as an argumentMario Limonciello1-1/+3
2023-04-14crypto: ccp - Bump up doorbell debug message to errorMario Limonciello1-1/+1
2023-04-14crypto: ccp - Drop extra doorbell checksMario Limonciello1-20/+0
2023-04-14crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello1-1/+1
2023-04-06crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski1-3/+3
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-03-21crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointerBorislav Petkov (AMD)1-6/+10