summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-152-6/+16
|\
| * crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello2024-02-241-2/+9
| * crypto: ccp - State in dmesg that TSME is enabledBorislav Petkov (AMD)2024-02-171-4/+7
* | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-113-81/+1076
|\ \
| * | crypto: ccp - Have it depend on AMD_IOMMUBorislav Petkov (AMD)2024-02-131-1/+1
| * | crypto: ccp: Make snp_range_list staticBorislav Petkov (AMD)2024-02-031-1/+1
| * | crypto: ccp: Add the SNP_SET_CONFIG commandBrijesh Singh2024-01-291-0/+20
| * | crypto: ccp: Add the SNP_COMMIT commandTom Lendacky2024-01-291-0/+17
| * | crypto: ccp: Add the SNP_PLATFORM_STATUS commandBrijesh Singh2024-01-291-0/+52
| * | crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra2024-01-291-30/+81
| * | iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra2024-01-291-0/+20
| * | crypto: ccp: Handle legacy SEV commands when SNP is enabledBrijesh Singh2024-01-292-10/+416
| * | crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabledTom Lendacky2024-01-291-19/+48
| * | crypto: ccp: Handle the legacy TMR allocation when SNP is enabledBrijesh Singh2024-01-291-26/+167
| * | crypto: ccp: Provide an API to issue SEV and SNP commandsBrijesh Singh2024-01-291-1/+2
| * | crypto: ccp: Add support to initialize the AMD-SP for SEV-SNPBrijesh Singh2024-01-292-20/+262
| * | crypto: ccp: Define the SEV-SNP commandsBrijesh Singh2024-01-291-0/+16
| |/
* / crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips2024-02-021-2/+8
|/
* Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-102-19/+4
|\
| * crypto: ccp - Remove cfb and ofbHerbert Xu2023-12-081-18/+0
| * crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu2023-12-081-1/+4
* | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
|/
* crypto: ccp/sp - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen2023-10-201-0/+14
* crypto: ccp - Add support for DBC over PSP mailboxMario Limonciello2023-09-154-29/+64
* crypto: ccp - Add a macro to check capabilities registerMario Limonciello2023-09-153-5/+6
* crypto: ccp - Add a communication path abstraction for DBCMario Limonciello2023-09-152-38/+26
* crypto: ccp - Add support for extended PSP mailbox commandsMario Limonciello2023-09-152-0/+45
* crypto: ccp - Move direct access to some PSP registers out of TEETom Lendacky2023-09-156-58/+104
* crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello2023-09-151-1/+1
* crypto: ccp - Add support for getting and setting DBC parametersMario Limonciello2023-07-202-0/+47
* crypto: ccp - Add support for setting user ID for dynamic boost controlMario Limonciello2023-07-202-0/+24
* crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello2023-07-207-1/+253
* crypto: ccp - move setting PSP master to earlier in the initMario Limonciello2023-07-201-3/+7
* crypto: ccp - Add bootloader and TEE version offsetsMario Limonciello2023-07-201-0/+5
* crypto: ccp - Add support for displaying PSP firmware versionsMario Limonciello2023-07-202-0/+66
* crypto: ccp - Rename macro for security attributesMario Limonciello2023-07-201-13/+13
* crypto: ccp - Add support for PCI device 0x156EJohn Allen2023-06-021-0/+15
* crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello2023-06-021-0/+28
* crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello2023-06-021-0/+5
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-2610-47/+311
|\ \
| * | crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello2023-04-141-2/+3
| * | crypto: ccp - Return doorbell status code as an argumentMario Limonciello2023-04-141-1/+3
| * | crypto: ccp - Bump up doorbell debug message to errorMario Limonciello2023-04-141-1/+1
| * | crypto: ccp - Drop extra doorbell checksMario Limonciello2023-04-141-20/+0
| * | crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello2023-04-141-1/+1
| * | crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski2023-04-061-3/+3
| * | crypto: ccp - Add support for ringing a platform doorbellMario Limonciello2023-03-174-0/+72