summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-19crypto: ccp - Add missing tee info reg for teev2Mario Limonciello
2025-05-19crypto: ccp - Add missing bootloader info reg for pspv5Mario Limonciello
2025-05-19crypto: ccp - Add support for PCI device 0x17D8John Allen
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-28crypto: ccp - Include crypto/utils.h for crypto_memneqHerbert Xu
2025-04-16crypto: ccp - Fix __sev_snp_shutdown_lockedAshish Kalra
2025-04-16crypto: ccp - Add missing header inclusionsHerbert Xu
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-08crypto: ccp - Silence may-be-uninitialized warning in sev_ioctl_do_pdh_exportHerbert Xu
2025-04-08crypto: ccp - Move SEV/SNP Platform initialization to KVMAshish Kalra
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra
2025-04-07crypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra
2025-04-07crypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra
2025-04-07crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctlsAshish Kalra
2025-04-07crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdownAshish Kalra
2025-04-07crypto: ccp - Abort doing SEV INIT if SNP INIT failsAshish Kalra
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-02-22crypto: ccp - Add support for PCI device 0x1134Devaraj Rangasamy
2025-02-14crypto: ccp: Add external API interface for PSP module initializationSean Christopherson
2025-02-09crypto: ccp - Fix check for the primary ASP deviceTom Lendacky
2025-01-24Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-12-14crypto: ccp - Use scoped guard for mutexMario Limonciello
2024-12-02sev-dev: avoid pointless cred reference count bumpChristian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-06crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah
2024-08-30crypto: ccp - Remove unused declaration sp_get_master()Yue Haibing
2024-08-30crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri
2024-08-24crypto: ccp - Add additional information about an SEV firmware upgradeTom Lendacky
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-17crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth
2024-06-16crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips
2024-06-07crypto: ccp - Move message about TSME being enabled later in initMario Limonciello
2024-06-07crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello
2024-06-07crypto: ccp - Move security attributes to their own fileMario Limonciello
2024-06-07crypto: ccp - Represent capabilities register as a unionMario Limonciello
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-04-12crypto: ccp - drop platform ifdef checksArnd Bergmann
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-24crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello
2024-02-17crypto: ccp - State in dmesg that TSME is enabledBorislav Petkov (AMD)
2024-02-13crypto: ccp - Have it depend on AMD_IOMMUBorislav Petkov (AMD)
2024-02-03crypto: ccp: Make snp_range_list staticBorislav Petkov (AMD)
2024-02-02crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips