summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
11 dayscrypto: ccp: Add external API interface for PSP module initializationSean Christopherson1-0/+14
2026-08-19crypto: ccp - Abort doing SEV INIT if SNP INIT failsAshish Kalra1-5/+2
2026-08-19crypto: ccp - Fix checks for SNP_VLEK_LOAD input buffer lengthMichael Roth1-0/+1
2026-08-19crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra1-0/+9
2026-07-24crypto: ccp - Fix leaking the same page twiceGuenter Roeck1-3/+1
2026-07-24crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)1-1/+1
2026-07-24crypto: ccp - Fix SNP panic notifier unregistrationAshish Kalra1-2/+8
2026-07-24crypto: ccp - Fix dereferencing uninitialized error pointerAshish Kalra1-3/+5
2026-07-24crypto: ccp - Fix __sev_snp_shutdown_lockedAshish Kalra1-1/+1
2026-07-24crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)1-29/+4
2026-07-24crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
2026-07-24crypto: ccp - Move SEV/SNP Platform initialization to KVMAshish Kalra1-13/+0
2026-07-24crypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra1-9/+13
2026-07-24crypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra1-0/+3
2026-07-24crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdownAshish Kalra1-12/+32
2026-07-24crypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson1-1/+2
2026-07-24crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-oneTycho Andersen (AMD)1-3/+4
2026-07-18crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)1-13/+4
2026-07-18crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)1-12/+1
2026-07-18crypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)1-5/+2
2026-05-23crypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
2026-04-27crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-04-27crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-03-04crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+14
2026-03-04crypto: ccp - Factor out ring destroy handling to a helperMario Limonciello (AMD)1-12/+24
2026-03-04crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)6-1/+47
2026-03-04crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+1
2026-03-04crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)1-12/+1
2026-03-04crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctlsAshish Kalra1-23/+119
2025-11-13crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti()Yunseong Kim1-1/+1
2025-11-13crypto: ccp: Skip SEV and SNP INIT for kdump bootAshish Kalra1-0/+10
2025-08-20crypto: ccp - Add missing bootloader info reg for pspv6Mario Limonciello1-0/+1
2025-08-15crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong1-0/+3
2025-08-15crypto: ccp - Fix locking on alloc failure handlingAlexey Kardashevskiy1-4/+4
2025-05-02crypto: ccp - Add support for PCI device 0x1134Devaraj Rangasamy1-0/+1
2025-04-20crypto: ccp - Fix check for the primary ASP deviceTom Lendacky1-6/+9
2024-09-06crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah1-1/+12
2024-08-30crypto: ccp - Remove unused declaration sp_get_master()Yue Haibing1-1/+0
2024-08-30crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-08-24crypto: ccp - Add additional information about an SEV firmware upgradeTom Lendacky1-2/+11
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+36
2024-07-17crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth1-0/+36
2024-06-16crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips1-1/+7
2024-06-07crypto: ccp - Move message about TSME being enabled later in initMario Limonciello2-8/+15
2024-06-07crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello6-3/+67
2024-06-07crypto: ccp - Move security attributes to their own fileMario Limonciello5-56/+89
2024-06-07crypto: ccp - Represent capabilities register as a unionMario Limonciello5-42/+42
2024-05-14Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-12/+2
2024-04-12crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2