summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds14-17/+17
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-18/+18
12 daysMerge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-13/+86
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds5-38/+30
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2026-02-06crypto: ccp - Add sysfs attribute for boot integrityMario Limonciello2-1/+4
2026-01-31crypto/ccp: Allow multiple streams on the same root bridgeAlexey Kardashevskiy1-2/+1
2026-01-31crypto/ccp: Use PCI bridge defaults for IDEAlexey Kardashevskiy1-12/+0
2026-01-30crypto: ccp - Fix a crash due to incorrect cleanup usage of kfreeElla Ma1-1/+1
2026-01-23crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)1-12/+1
2026-01-23crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu1-1/+1
2026-01-21crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+14
2026-01-21crypto: ccp - Factor out ring destroy handling to a helperMario Limonciello (AMD)1-12/+24
2026-01-21crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)6-1/+47
2026-01-21crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+1
2026-01-16crypto: ccp - Use new AES library APIEric Biggers1-2/+2
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds7-10/+1464
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+37
2025-12-05crypto/ccp: Fix CONFIG_PCI=n buildDan Williams1-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-16/+24
2025-12-02crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)Alexey Kardashevskiy7-2/+1459
2025-12-02ccp: Make snp_reclaim_pages and __sev_do_cmd_locked publicAlexey Kardashevskiy2-8/+5
2025-11-24crypto: ccp - use min() instead of min_t()David Laight1-1/+1
2025-11-14crypto: ccp - Add an API to return the supported SEV-SNP policy bitsTom Lendacky1-0/+37
2025-11-14crypto: ccp - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-12/+1
2025-11-14crypto: ccp - Constify 'dev_vdata' memberKrzysztof Kozlowski2-3/+3
2025-11-06crypto: ccp - Add support for PCI device 0x115AMario Limonciello (AMD)1-0/+19
2025-11-06sev-dev: use override credential guardsChristian Brauner1-8/+2
2025-11-04sev-dev: use prepare credential guardChristian Brauner1-3/+3
2025-11-04sev-dev: use guard for pathChristian Brauner1-2/+1
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