summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorLines
2026-02-28crypto: ccp - Fix use-after-free on error pathAlper Ak-1/+1
2026-02-28crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabledAshish Kalra-6/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-18/+18
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-13/+86
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-38/+30
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2026-02-06crypto: ccp - Add sysfs attribute for boot integrityMario Limonciello-1/+4
2026-01-30crypto/ccp: Allow multiple streams on the same root bridgeAlexey Kardashevskiy-2/+1
2026-01-30crypto/ccp: Use PCI bridge defaults for IDEAlexey Kardashevskiy-12/+0
2026-01-30crypto: ccp - Fix a crash due to incorrect cleanup usage of kfreeElla Ma-1/+1
2026-01-23crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)-12/+1
2026-01-23crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky-23/+23
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu-1/+1
2026-01-21crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)-0/+14
2026-01-21crypto: ccp - Factor out ring destroy handling to a helperMario Limonciello (AMD)-12/+24
2026-01-21crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)-1/+47
2026-01-21crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)-0/+1
2026-01-15crypto: ccp - Use new AES library APIEric Biggers-2/+2
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds-10/+1464
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+37
2025-12-04crypto/ccp: Fix CONFIG_PCI=n buildDan Williams-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-16/+24
2025-12-02crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)Alexey Kardashevskiy-2/+1459
2025-12-02ccp: Make snp_reclaim_pages and __sev_do_cmd_locked publicAlexey Kardashevskiy-8/+5
2025-11-24crypto: ccp - use min() instead of min_t()David Laight-1/+1
2025-11-14crypto: ccp - Add an API to return the supported SEV-SNP policy bitsTom Lendacky-0/+37
2025-11-14crypto: ccp - Simplify with of_device_get_match_data()Krzysztof Kozlowski-12/+1
2025-11-14crypto: ccp - Constify 'dev_vdata' memberKrzysztof Kozlowski-3/+3
2025-11-06crypto: ccp - Add support for PCI device 0x115AMario Limonciello (AMD)-0/+19
2025-11-05sev-dev: use override credential guardsChristian Brauner-8/+2
2025-11-04sev-dev: use prepare credential guardChristian Brauner-3/+3
2025-11-04sev-dev: use guard for pathChristian Brauner-2/+1
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-19/+126
2025-10-03Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+10
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+572
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel-0/+10
2025-09-17crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driverAshish Kalra-2/+387
2025-09-17crypto: ccp - Add new HV-Fixed page allocation/free APIAshish Kalra-0/+185
2025-09-13crypto: ccp - Use int type to store negative error codesQianfeng Rong-1/+2
2025-09-13crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti()Yunseong Kim-1/+1
2025-09-13crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)-1/+1
2025-09-05crypto: ccp: Skip SEV and SNP INIT for kdump bootAshish Kalra-0/+10
2025-08-22crypto: ccp - Fix typo in psp_populate_hsti function nameYunseong Kim-2/+2
2025-08-16crypto: ccp - Remove redundant __GFP_ZEROQianfeng Rong-1/+1
2025-08-16crypto: ccp - Fix checks for SNP_VLEK_LOAD input buffer lengthMichael Roth-0/+1
2025-08-16crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EXAshish Kalra-3/+9
2025-08-16crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hidi...Ashish Kalra-0/+21
2025-08-16crypto: ccp - Add support for SNP_FEATURE_INFO commandAshish Kalra-0/+75
2025-08-16crypto: ccp - Cache SEV platform status and platform stateAshish Kalra-11/+14