summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-04crypto/ccp: Fix CONFIG_PCI=n buildDan Williams
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-12-02crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)Alexey Kardashevskiy
2025-12-02ccp: Make snp_reclaim_pages and __sev_do_cmd_locked publicAlexey Kardashevskiy
2025-11-24crypto: ccp - use min() instead of min_t()David Laight
2025-11-14crypto: ccp - Add an API to return the supported SEV-SNP policy bitsTom Lendacky
2025-11-14crypto: ccp - Simplify with of_device_get_match_data()Krzysztof Kozlowski
2025-11-14crypto: ccp - Constify 'dev_vdata' memberKrzysztof Kozlowski
2025-11-06crypto: ccp - Add support for PCI device 0x115AMario Limonciello (AMD)
2025-11-05sev-dev: use override credential guardsChristian Brauner
2025-11-04sev-dev: use prepare credential guardChristian Brauner
2025-11-04sev-dev: use guard for pathChristian Brauner
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-10-03Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel
2025-09-17crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driverAshish Kalra
2025-09-17crypto: ccp - Add new HV-Fixed page allocation/free APIAshish Kalra
2025-09-13crypto: ccp - Use int type to store negative error codesQianfeng Rong
2025-09-13crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti()Yunseong Kim
2025-09-13crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)
2025-09-05crypto: ccp: Skip SEV and SNP INIT for kdump bootAshish Kalra
2025-08-22crypto: ccp - Fix typo in psp_populate_hsti function nameYunseong Kim
2025-08-16crypto: ccp - Remove redundant __GFP_ZEROQianfeng Rong
2025-08-16crypto: ccp - Fix checks for SNP_VLEK_LOAD input buffer lengthMichael Roth
2025-08-16crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EXAshish Kalra
2025-08-16crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hidi...Ashish Kalra
2025-08-16crypto: ccp - Add support for SNP_FEATURE_INFO commandAshish Kalra
2025-08-16crypto: ccp - Cache SEV platform status and platform stateAshish Kalra
2025-07-27crypto: ccp - reduce stack usage in ccp_run_aes_gcm_cmdArnd Bergmann
2025-07-07crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong
2025-07-07crypto: ccp - Fix locking on alloc failure handlingAlexey Kardashevskiy
2025-06-23crypto: ccp - Fix SNP panic notifier unregistrationAshish Kalra
2025-06-13crypto: ccp - Fix dereferencing uninitialized error pointerAshish Kalra
2025-06-13crypto: ccp - Add missing bootloader info reg for pspv6Mario Limonciello
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