summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
2025-10-05Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-19/+126
2025-10-04Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-2/+572
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel1-0/+10
2025-09-17crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driverAshish Kalra5-2/+387
2025-09-17crypto: ccp - Add new HV-Fixed page allocation/free APIAshish Kalra2-0/+185
2025-09-13crypto: ccp - Use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-13crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti()Yunseong Kim1-1/+1
2025-09-13crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)1-1/+1
2025-09-05crypto: ccp: Skip SEV and SNP INIT for kdump bootAshish Kalra1-0/+10
2025-08-22crypto: ccp - Fix typo in psp_populate_hsti function nameYunseong Kim1-2/+2
2025-08-16crypto: ccp - Remove redundant __GFP_ZEROQianfeng Rong1-1/+1
2025-08-16crypto: ccp - Fix checks for SNP_VLEK_LOAD input buffer lengthMichael Roth1-0/+1
2025-08-16crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EXAshish Kalra1-3/+9
2025-08-16crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hidi...Ashish Kalra1-0/+21
2025-08-16crypto: ccp - Add support for SNP_FEATURE_INFO commandAshish Kalra2-0/+75
2025-08-16crypto: ccp - Cache SEV platform status and platform stateAshish Kalra2-11/+14
2025-07-27crypto: ccp - reduce stack usage in ccp_run_aes_gcm_cmdArnd Bergmann1-77/+86
2025-07-07crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong1-0/+3
2025-07-07crypto: ccp - Fix locking on alloc failure handlingAlexey Kardashevskiy1-4/+4
2025-06-23crypto: ccp - Fix SNP panic notifier unregistrationAshish Kalra1-2/+8
2025-06-13crypto: ccp - Fix dereferencing uninitialized error pointerAshish Kalra1-3/+5
2025-06-13crypto: ccp - Add missing bootloader info reg for pspv6Mario Limonciello1-0/+1
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2025-05-19crypto: ccp - Add missing tee info reg for teev2Mario Limonciello1-0/+1
2025-05-19crypto: ccp - Add missing bootloader info reg for pspv5Mario Limonciello1-0/+1
2025-05-19crypto: ccp - Add support for PCI device 0x17D8John Allen1-0/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-28crypto: ccp - Include crypto/utils.h for crypto_memneqHerbert Xu1-5/+6
2025-04-16crypto: ccp - Fix __sev_snp_shutdown_lockedAshish Kalra1-1/+1
2025-04-16crypto: ccp - Add missing header inclusionsHerbert Xu3-18/+23
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-1/+1
2025-04-08crypto: ccp - Silence may-be-uninitialized warning in sev_ioctl_do_pdh_exportHerbert Xu1-3/+3
2025-04-08crypto: ccp - Move SEV/SNP Platform initialization to KVMAshish Kalra1-13/+0
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra1-0/+9
2025-04-07crypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra1-9/+13
2025-04-07crypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra1-0/+3
2025-04-07crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctlsAshish Kalra1-23/+119
2025-04-07crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdownAshish Kalra1-16/+33
2025-04-07crypto: ccp - Abort doing SEV INIT if SNP INIT failsAshish Kalra1-5/+2
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-6/+10
2025-02-22crypto: ccp - Add support for PCI device 0x1134Devaraj Rangasamy1-0/+1
2025-02-15crypto: ccp: Add external API interface for PSP module initializationSean Christopherson1-0/+14
2025-02-09crypto: ccp - Fix check for the primary ASP deviceTom Lendacky1-6/+9
2025-01-24Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-33/+20
2024-12-14crypto: ccp - Use scoped guard for mutexMario Limonciello1-33/+20
2024-12-02sev-dev: avoid pointless cred reference count bumpChristian Brauner1-1/+1
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner1-1/+1