summaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)Author
2026-06-15keys: keyctl_pkey: replace BUG with return -EOPNOTSUPPMohammed EL Kadiri
2026-06-15keys: request_key: replace BUG with return -EINVALMohammed EL Kadiri
2026-06-15keys: Pin request_key_auth payload in instantiate pathsShaomin Chen
2026-06-15keys: prevent slab cache merging for key_jarMohammed EL Kadiri
2026-06-15keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)David Laight
2026-06-15KEYS: Use acquire when reading state in keyring searchGui-Dong Han
2026-06-15keys/trusted_keys: mark 'migratable' as __ro_after_initLen Bao
2026-06-15keys: use kmalloc_flex in user_preparseThorsten Blum
2026-06-15KEYS: trusted: Debugging as a featureJarkko Sakkinen
2026-06-15KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNGEric Biggers
2026-06-15KEYS: fix overflow in keyctl_pkey_params_get_2()Jarkko Sakkinen
2026-05-28security/keys: fix missed RCU read section on lookupLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-10Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-01-30keys/trusted_keys: establish PKWM as a trusted sourceSrish Srinivasan
2026-01-25keys/trusted_keys: fix handle passed to tpm_buf_append_name during unsealSrish Srinivasan
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-07KEYS: trusted: Make use of tee bus methodsUwe Kleine-König
2026-01-07KEYS: trusted: Migrate to use tee specific driver registration functionUwe Kleine-König
2025-12-05tpm2-sessions: Open code tpm_buf_append_hmac_session()Jarkko Sakkinen
2025-12-05tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen
2025-12-03KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2Jarkko Sakkinen
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-12-03Merge tag 'keys-trusted-next-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-03Merge tag 'keys-next-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-29KEYS: trusted: Fix a memory leak in tpm2_load_cmdJarkko Sakkinen
2025-11-29KEYS: trusted: Replace a redundant instance of tpm2_hash_mapJarkko Sakkinen
2025-11-27keys: Replace deprecated strncpy in ecryptfs_fill_auth_tokThorsten Blum
2025-11-27keys: Remove redundant less-than-zero checksThorsten Blum
2025-11-04cred: make init_cred staticChristian Brauner
2025-10-23KEYS: trusted: Pass argument by pointer in dump_optionsHerbert Xu
2025-10-20KEYS: trusted: caam based protected keyMeenakshi Aggarwal
2025-10-04security: keys: use menuconfig for KEYS symbolRandy Dunlap
2025-10-04KEYS: encrypted: Use SHA-256 library instead of crypto_shashEric Biggers
2025-09-27KEYS: trusted_tpm1: Move private functionality out of public headerEric Biggers
2025-09-27KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shashEric Biggers
2025-09-27KEYS: trusted_tpm1: Compare HMAC values in constant timeEric Biggers
2025-06-11KEYS: Invert FINAL_PUT bitHerbert Xu
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-22keys: Fix UAF in key_put()David Howells
2025-03-21crypto: lib/Kconfig - hide library optionsArnd Bergmann
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-21KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=yDavid Gstir
2024-11-04KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operationDavid Gstir
2024-11-04security/keys: fix slab-out-of-bounds in key_task_permissionChen Ridong