- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- ce13266 Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 4 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- c9fecf5 Replace HTTP links with HTTPS ones: security by Alexander A. Klimov · 4 years, 6 months ago
- 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 6 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- 886d7de Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- d4eaa28 mm: add kvfree_sensitive() for freeing sensitive data objects by Waiman Long · 4 years, 7 months ago
- a484a49 Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
- b6f61c3 keys: Implement update for the big_key type by David Howells · 4 years, 7 months ago
- 521fd61 security/keys: rewrite big_key crypto to use library interface by Jason A. Donenfeld · 4 years, 7 months ago
- 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
- 8c0637e keys: Make the KEY_NEED_* perms an enum rather than a mask by David Howells · 4 years, 7 months ago
- f7e4767 watch_queue: Add a key/keyring notification facility by David Howells · 5 years ago
- bce395e KEYS: encrypted: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
- 86d32f9 keys: Fix proc_keys_next to increase position index by Vasily Averin · 4 years, 8 months ago
- 4c205c8 Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 9 months ago
- 4f08824 KEYS: Avoid false positive ENOMEM error on key read by Waiman Long · 4 years, 9 months ago
- d3ec10a KEYS: Don't write out to userspace while holding key semaphore by Waiman Long · 4 years, 9 months ago
- 2e35610 KEYS: reaching the keys quotas correctly by Yang Xu · 4 years, 10 months ago
- 73a0bff Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
- 45477b3 security: keys: trusted: fix lost handle flush by James Bottomley · 5 years ago
- 601f009 KEYS: remove CONFIG_KEYS_COMPAT by Eric Biggers · 5 years ago
- cb1aa38 KEYS: Call the IMA hook to measure keys by Lakshmi Ramasubramanian · 5 years ago
- 0b40dbc KEYS: trusted: Remove set but not used variable 'keyhndl' by zhengbin · 5 years ago
- 2e19e10 KEYS: trusted: Move TPM2 trusted keys code by Sumit Garg · 5 years ago
- 47f9c27 KEYS: trusted: Create trusted keys subsystem by Sumit Garg · 5 years ago
- c6f61e5 KEYS: Use common tpm_buf for trusted and asymmetric keys by Sumit Garg · 5 years ago
- 74edff2 tpm: Move tpm_buf code to include/linux/ by Sumit Garg · 5 years ago
- 9f75c82 KEYS: trusted: correctly initialize digests and fix locking issue by Roberto Sassu · 5 years ago
- d41a3ef keys: Fix missing null pointer check in request_key_auth_describe() by Hillf Danton · 5 years ago
- 846d2db keys: ensure that ->match_free() is called in request_key_and_link() by Eric Biggers · 5 years ago
- 2d6c252 KEYS: trusted: allow module init if TPM is inactive or deactivated by Roberto Sassu · 5 years ago
- eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
- 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
- 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- c236b6d Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- d44a627 Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- 7a1ade8 keys: Provide KEYCTL_GRANT_PERMISSION by David Howells · 5 years ago
- 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 5 years ago
- a58946c keys: Pass the network namespace into request_key mechanism by David Howells · 5 years ago
- 9b24261 keys: Network namespace domain tag by David Howells · 5 years ago
- 218e642 keys: Garbage collect keys for which the domain has been removed by David Howells · 5 years ago
- 3b6e4de keys: Include target namespace in match criteria by David Howells · 5 years ago
- 0f44e4d keys: Move the user and user-session keyrings to the user_namespace by David Howells · 5 years ago
- b206f28 keys: Namespace keyring names by David Howells · 5 years ago
- dcf49db keys: Add a 'recurse' flag for keyring searches by David Howells · 5 years ago
- 355ef8e keys: Cache the hash value to avoid lots of recalculation by David Howells · 5 years ago
- f771fde keys: Simplify key description management by David Howells · 5 years ago
- 3b8c4a0 keys: Kill off request_key_async{,_with_auxdata} by David Howells · 6 years ago
- 7743c48 keys: Cache result of request_key*() temporarily in task_struct by David Howells · 6 years ago
- 896f195 keys: Provide request_key_rcu() by David Howells · 6 years ago
- e59428f keys: Move the RCU locks outwards from the keyring search functions by David Howells · 6 years ago
- a09003b keys: Invalidate used request_key authentication keys by David Howells · 6 years ago
- 504b69e keys: Fix request_key() lack of Link perm check on found key by David Howells · 6 years ago
- 45e0f30 keys: Add capability-checking keyctl function by David Howells · 6 years ago
- b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
- 4754620 keys: Reuse keyring_index_key::desc_len in lookup_user_key() by Eric Biggers · 6 years ago
- f7f1394 keys: Grant Link permission to possessers of request_key auth keys by David Howells · 6 years ago
- ed0ac5c keys: Add a keyctl to move a key between keyrings by David Howells · 6 years ago
- df593ee keys: Hoist locking out of __key_link_begin() by David Howells · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- eb0f68c keys: Break bits out of key_unlink() by David Howells · 6 years ago
- 3be59f7 keys: Change keyring_serialise_link_sem to a mutex by David Howells · 6 years ago
- 9fd1653 keys: sparse: Fix kdoc mismatches by David Howells · 6 years ago
- 7936d16 keys: sparse: Fix incorrect RCU accesses by David Howells · 6 years ago
- b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
- 2e21865 keys: sparse: Fix key_fs[ug]id_changed() by David Howells · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 78ee8b1 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
- 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- 0b9dc6c keys: safe concurrent user->{session,uid}_keyring access by Jann Horn · 6 years ago
- 5c7e372 security: don't use RCU accessors for cred->session_keyring by Jann Horn · 6 years ago
- be24b37 KEYS: trusted: fix -Wvarags warning by ndesaulniers@google.com · 6 years ago
- c787192 KEYS: trusted: allow trusted.ko to initialize w/o a TPM by Jarkko Sakkinen · 6 years ago
- 5af7f11 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
- c3665a6 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
- ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
- 468e91c keys: fix missing __user in KEYCTL_PKEY_QUERY by Ben Dooks · 6 years ago
- ede0fa98 KEYS: always initialize keyring_index_key::desc_len by Eric Biggers · 6 years ago
- 7c1857b keys: Timestamp new keys by David Howells · 6 years ago
- 822ad64 keys: Fix dependency loop between construction record and auth key by David Howells · 6 years ago
- a08bf91 KEYS: allow reaching the keys quotas exactly by Eric Biggers · 6 years ago
- 0b6cf6b tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() by Roberto Sassu · 6 years ago
- 2407304 KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip() by Roberto Sassu · 6 years ago
- 107dfa2 encrypted-keys: fix Opt_err/Opt_error = -1 by Mimi Zohar · 6 years ago
- 23711df security: keys: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
- 0f949bc security: keys: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
- 5b73262 security: keys: annotate implicit fall through by Mathieu Malaterre · 6 years ago
- 57b0e31 KEYS: fix parsing invalid pkey info string by Eric Biggers · 6 years ago
- 75f95da Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 3f03bf9 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
- 94c13f6 security: don't use a negative Opt_err token index by Linus Torvalds · 6 years ago
- 9db6758 keys-encrypted: add nvdimm key format type to encrypted keys by Dave Jiang · 6 years ago
- 76ef5e1 keys: Export lookup_user_key to external users by Dave Jiang · 6 years ago
- 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
- a798608 keys: remove needless modular infrastructure from ecryptfs_format by Paul Gortmaker · 6 years ago