aboutsummaryrefslogtreecommitdiff
path: root/security/keys/trusted-keys/trusted_core.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-30keys/trusted_keys: establish PKWM as a trusted sourceSrish Srinivasan1-1/+5
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-11-27keys: Remove redundant less-than-zero checksThorsten Blum1-2/+2
2024-07-01KEYS: trusted: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-09KEYS: trusted: Introduce NXP DCP-backed trusted keysDavid Gstir1-1/+5
2023-10-24KEYS: trusted: Rollback init_trusted() consistentlyJarkko Sakkinen1-10/+10
2023-10-10KEYS: trusted: Remove redundant static calls usageSumit Garg1-8/+5
2022-05-23KEYS: trusted: Introduce support for NXP CAAM-based trusted keysAhmad Fatoum1-1/+5
2022-05-23KEYS: trusted: allow use of kernel RNG for key materialAhmad Fatoum1-1/+34
2022-05-23KEYS: trusted: allow use of TEE as backend without TCG_TPM supportAhmad Fatoum1-2/+2
2022-03-08KEYS: trusted: Avoid calling null function trusted_key_exitDave Kleikamp1-1/+1
2022-03-08KEYS: trusted: Fix trusted key backends when building as moduleAndreas Rammhold1-2/+2
2021-04-21KEYS: trusted: fix TPM trusted keys for generic frameworkJames Bottomley1-12/+12
2021-04-14KEYS: trusted: Fix missing null return from kzalloc callColin Ian King1-2/+4
2021-04-14KEYS: trusted: Introduce TEE based Trusted KeysSumit Garg1-0/+4
2021-04-14KEYS: trusted: Add generic trusted keys frameworkSumit Garg1-0/+354