Age | Commit message (Expand) | Author | Files | Lines |
2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2025-03-22 | keys: Fix UAF in key_put() | David Howells | 2 | -1/+5 |
2025-03-21 | crypto: lib/Kconfig - hide library options | Arnd Bergmann | 1 | -1/+1 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
2025-01-21 | KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y | David Gstir | 1 | -4/+18 |
2024-11-04 | KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation | David Gstir | 1 | -4/+5 |
2024-11-04 | security/keys: fix slab-out-of-bounds in key_task_permission | Chen Ridong | 1 | -2/+5 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-08-15 | KEYS: trusted: dcp: fix leak of blob encryption key | David Gstir | 1 | -12/+21 |
2024-08-15 | KEYS: trusted: fix DCP blob payload length assignment | David Gstir | 1 | -1/+1 |
2024-07-16 | Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-07-09 | task_work: s/task_work_cancel()/task_work_cancel_func()/ | Frederic Weisbecker | 1 | -1/+1 |
2024-07-01 | KEYS: encrypted: add missing MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
2024-07-01 | KEYS: trusted: add missing MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
2024-05-21 | KEYS: trusted: Do not use WARN when encode fails | Jarkko Sakkinen | 1 | -1/+2 |
2024-05-21 | KEYS: trusted: Fix memory leak in tpm2_key_encode() | Jarkko Sakkinen | 1 | -6/+18 |
2024-05-15 | Merge tag 'lsm-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2024-05-13 | Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -24/+30 |
2024-05-13 | Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -53/+106 |
2024-05-09 | KEYS: trusted: Add session encryption protection to the seal/unseal path | James Bottomley | 1 | -27/+61 |
2024-05-09 | KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers | Jarkko Sakkinen | 1 | -23/+31 |
2024-05-09 | tpm: Store the length of the tpm_buf data separately. | Jarkko Sakkinen | 1 | -4/+5 |
2024-05-09 | tpm: Remove tpm_send() | Jarkko Sakkinen | 1 | -2/+12 |
2024-05-09 | docs: trusted-encrypted: add DCP as new trust source | David Gstir | 1 | -0/+19 |
2024-05-09 | KEYS: trusted: Introduce NXP DCP-backed trusted keys | David Gstir | 4 | -1/+328 |
2024-05-09 | KEYS: trusted: improve scalability of trust source config | David Gstir | 1 | -2/+8 |
2024-05-09 | keys: Fix overwrite of key expiration on instantiation | Silvio Gissi | 1 | -1/+2 |
2024-05-09 | keys: update key quotas in key_put() | Luis Henriques | 3 | -23/+28 |
2024-04-15 | lsm: remove the now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
2024-02-15 | ima: Move to LSM infrastructure | Roberto Sassu | 1 | -8/+1 |
2024-02-15 | security: Introduce key_post_create_or_update hook | Roberto Sassu | 1 | -1/+6 |
2024-01-24 | Revert "KEYS: encrypted: Add check for strsep" | Mimi Zohar | 1 | -4/+0 |
2024-01-09 | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -0/+4 |
2024-01-08 | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+2 |
2023-12-21 | keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry | David Howells | 4 | -22/+37 |
2023-12-05 | iov_iter: replace import_single_range() with import_ubuf() | Jens Axboe | 1 | -2/+2 |
2023-12-05 | iov_iter: remove unused 'iov' argument from import_single_range() | Jens Axboe | 1 | -2/+1 |
2023-11-27 | KEYS: encrypted: Add check for strsep | Chen Ni | 1 | -0/+4 |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+1 |
2023-11-01 | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
2023-10-24 | keys: Remove unused extern declarations | YueHaibing | 1 | -7/+0 |
2023-10-24 | KEYS: trusted: tee: Refactor register SHM usage | Sumit Garg | 1 | -44/+20 |
2023-10-24 | KEYS: trusted: Rollback init_trusted() consistently | Jarkko Sakkinen | 1 | -10/+10 |
2023-10-11 | security/keys: export key_lookup() | Hannes Reinecke | 1 | -0/+1 |
2023-10-10 | KEYS: trusted: Remove redundant static calls usage | Sumit Garg | 1 | -8/+5 |
2023-09-15 | KEYS: encrypted: Do not include crypto/algapi.h | Herbert Xu | 1 | -1/+1 |
2023-08-17 | KEYS: Replace all non-returning strlcpy with strscpy | Azeem Shaikh | 1 | -1/+1 |
2023-08-07 | sysctl: set variable key_sysctls storage-class-specifier to static | Tom Rix | 1 | -1/+1 |
2023-07-28 | security: keys: perform capable check only on privileged operations | Christian Göttsche | 1 | -3/+8 |
2023-07-17 | security: keys: Modify mismatched function name | Jiapeng Chong | 1 | -1/+1 |
2023-07-17 | keys: Fix linking a duplicate key to a keyring's assoc_array | Petr Pavlu | 1 | -11/+24 |
2023-06-08 | sysctl: move security keys sysctl registration to its own file | Luis Chamberlain | 1 | -0/+7 |
2023-03-21 | keys: Do not cache key in task struct if key is requested from kernel thread | David Howells | 1 | -3/+6 |
2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -25/+5 |
2023-02-13 | KEYS: DH: Use crypto_wait_req | Herbert Xu | 1 | -25/+5 |
2023-02-13 | KEYS: Add new function key_create() | Thomas Weißschuh | 1 | -37/+100 |
2022-12-13 | Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -3/+3 |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
2022-12-08 | KEYS: trusted: tee: Make registered shm dependency explicit | Sumit Garg | 1 | -1/+2 |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
2022-10-19 | KEYS: encrypted: fix key instantiation with user-provided data | Nikolaus Voss | 1 | -3/+3 |
2022-10-10 | Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-10-05 | security/keys: Remove inconsistent __user annotation | Vincenzo Frascino | 1 | -1/+1 |
2022-09-21 | KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL | Roberto Sassu | 1 | -2/+0 |
2022-06-08 | KEYS: trusted: tpm2: Fix migratable logic | David Safford | 1 | -2/+2 |
2022-05-24 | Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -19/+172 |
2022-05-23 | KEYS: trusted: Introduce support for NXP CAAM-based trusted keys | Ahmad Fatoum | 4 | -2/+97 |
2022-05-23 | KEYS: trusted: allow use of kernel RNG for key material | Ahmad Fatoum | 1 | -1/+34 |
2022-05-23 | KEYS: trusted: allow use of TEE as backend without TCG_TPM support | Ahmad Fatoum | 4 | -17/+42 |
2022-05-16 | big_keys: Use struct for internal payload | Kees Cook | 1 | -37/+36 |
2022-03-23 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+9 |
2022-03-21 | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -23/+67 |
2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2022-03-08 | KEYS: trusted: Avoid calling null function trusted_key_exit | Dave Kleikamp | 1 | -1/+1 |
2022-03-08 | KEYS: trusted: Fix trusted key backends when building as module | Andreas Rammhold | 1 | -2/+2 |
2022-03-08 | KEYS: fix length validation in keyctl_pkey_params_get_2() | Eric Biggers | 1 | -3/+11 |
2022-03-03 | crypto: dh - constify struct dh's pointer members | Nicolai Stange | 1 | -1/+1 |
2022-02-21 | KEYS: encrypted: Instantiate key with user-provided decrypted data | Yael Tzur | 2 | -23/+67 |
2022-02-16 | KEYS: trusted: tee: use tee_shm_register_kernel_buf() | Jens Wiklander | 1 | -14/+9 |
2021-11-26 | security: DH - use KDF implementation from crypto API | Stephan Müller | 2 | -92/+19 |
2021-11-26 | security: DH - remove dead code for zero padding | Stephan Müller | 1 | -21/+4 |
2021-10-20 | ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring | Eric W. Biederman | 1 | -0/+8 |
2021-05-12 | trusted-keys: match tpm_get_ops on all return paths | Ben Boeckel | 1 | -3/+3 |
2021-05-12 | KEYS: trusted: Fix memory leak on object td | Colin Ian King | 1 | -3/+5 |
2021-04-26 | Merge tag 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpmdd | Linus Torvalds | 2 | -13/+16 |
2021-04-26 | Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -327/+1038 |
2021-04-21 | KEYS: trusted: fix TPM trusted keys for generic framework | James Bottomley | 2 | -13/+16 |
2021-04-21 | KEYS: trusted: Fix TPM reservation for seal/unseal | James Bottomley | 1 | -1/+1 |
2021-04-14 | KEYS: trusted: Fix missing null return from kzalloc call | Colin Ian King | 1 | -2/+4 |
2021-04-14 | KEYS: trusted: Introduce TEE based Trusted Keys | Sumit Garg | 3 | -0/+324 |
2021-04-14 | KEYS: trusted: Add generic trusted keys framework | Sumit Garg | 3 | -297/+424 |
2021-04-14 | security: keys: trusted: Make sealed key properly interoperable | James Bottomley | 1 | -15/+38 |
2021-04-14 | security: keys: trusted: use ASN.1 TPM2 key format for the blobs | James Bottomley | 5 | -8/+221 |
2021-04-14 | security: keys: trusted: fix TPM2 authorizations | James Bottomley | 2 | -10/+32 |
2021-02-23 | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -18/+16 |
2021-02-16 | KEYS: trusted: Reserve TPM for seal and unseal operations | Jarkko Sakkinen | 1 | -4/+18 |
2021-02-16 | KEYS: trusted: Fix migratable=1 failing | Jarkko Sakkinen | 1 | -1/+1 |
2021-02-16 | KEYS: trusted: Fix incorrect handling of tpm_get_random() | Jarkko Sakkinen | 1 | -3/+17 |
2021-01-21 | certs: Fix blacklist flag type confusion | David Howells | 1 | -0/+2 |
2021-01-21 | KEYS: remove redundant memset | Tom Rix | 1 | -2/+0 |
2021-01-21 | security: keys: delete repeated words in comments | Randy Dunlap | 2 | -3/+3 |
2021-01-21 | security/keys: use kvfree_sensitive() | Denis Efremov | 1 | -6/+3 |
2021-01-21 | watch_queue: Drop references to /dev/watch_queue | Gabriel Krisman Bertazi | 1 | -4/+4 |
2021-01-21 | keys: Remove outdated __user annotations | Jann Horn | 1 | -3/+3 |
2021-01-21 | security: keys: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+2 |
2020-11-23 | keys: Provide the original description to the key preparser | David Howells | 1 | -0/+2 |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2 | -2/+2 |
2020-10-17 | task_work: cleanup notification modes | Jens Axboe | 1 | -1/+1 |
2020-10-12 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -41/+3 |
2020-10-03 | security/keys: remove compat_keyctl_instantiate_key_iov | Christoph Hellwig | 3 | -40/+3 |
2020-10-03 | iov_iter: transparently handle compat iovecs in import_iovec | Christoph Hellwig | 1 | -3/+2 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -7/+7 |
2020-08-11 | Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris... | Linus Torvalds | 4 | -4/+4 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 5 | -37/+37 |
2020-08-06 | Replace HTTP links with HTTPS ones: security | Alexander A. Klimov | 4 | -4/+4 |
2020-06-13 | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -69/+240 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -22/+5 |
2020-06-04 | mm: add kvfree_sensitive() for freeing sensitive data objects | Waiman Long | 2 | -22/+5 |
2020-06-04 | Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -209/+52 |
2020-06-02 | keys: Implement update for the big_key type | David Howells | 1 | -1/+18 |
2020-06-02 | security/keys: rewrite big_key crypto to use library interface | Jason A. Donenfeld | 2 | -209/+35 |
2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -15/+3 |
2020-05-19 | keys: Make the KEY_NEED_* perms an enum rather than a mask | David Howells | 4 | -42/+59 |
2020-05-19 | watch_queue: Add a key/keyring notification facility | David Howells | 8 | -27/+181 |
2020-05-08 | KEYS: encrypted: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -15/+3 |
2020-04-16 | keys: Fix proc_keys_next to increase position index | Vasily Averin | 1 | -0/+2 |
2020-04-04 | Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -52/+113 |
2020-03-29 | KEYS: Avoid false positive ENOMEM error on key read | Waiman Long | 2 | -15/+55 |
2020-03-29 | KEYS: Don't write out to userspace while holding key semaphore | Waiman Long | 7 | -51/+72 |
2020-03-15 | KEYS: reaching the keys quotas correctly | Yang Xu | 2 | -3/+3 |
2020-01-28 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+10 |
2019-12-17 | security: keys: trusted: fix lost handle flush | James Bottomley | 1 | -0/+1 |
2019-12-12 | KEYS: remove CONFIG_KEYS_COMPAT | Eric Biggers | 4 | -12/+3 |
2019-12-12 | KEYS: Call the IMA hook to measure keys | Lakshmi Ramasubramanian | 1 | -0/+10 |
2019-11-12 | KEYS: trusted: Remove set but not used variable 'keyhndl' | zhengbin | 1 | -2/+0 |
2019-11-12 | KEYS: trusted: Move TPM2 trusted keys code | Sumit Garg | 3 | -2/+317 |
2019-11-12 | KEYS: trusted: Create trusted keys subsystem | Sumit Garg | 3 | -2/+9 |
2019-11-12 | KEYS: Use common tpm_buf for trusted and asymmetric keys | Sumit Garg | 1 | -55/+43 |
2019-11-12 | tpm: Move tpm_buf code to include/linux/ | Sumit Garg | 1 | -6/+6 |
2019-09-25 | KEYS: trusted: correctly initialize digests and fix locking issue | Roberto Sassu | 1 | -0/+5 |
2019-09-05 | keys: Fix missing null pointer check in request_key_auth_describe() | Hillf Danton | 1 | -0/+6 |
2019-08-30 | keys: ensure that ->match_free() is called in request_key_and_link() | Eric Biggers | 1 | -1/+1 |
2019-08-13 | KEYS: trusted: allow module init if TPM is inactive or deactivated | Roberto Sassu | 1 | -13/+0 |
2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -14/+12 |
2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 14 | -573/+156 |
2019-07-08 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 14 | -156/+573 |
2019-07-08 | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -241/+387 |
2019-07-08 | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -106/+180 |
2019-07-08 | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -78/+369 |
2019-07-03 | keys: Provide KEYCTL_GRANT_PERMISSION | David Howells | 4 | -1/+133 |
2019-06-27 | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 13 | -155/+440 |
2019-06-27 | keys: Pass the network namespace into request_key mechanism | David Howells | 4 | -17/+36 |
2019-06-26 | keys: Network namespace domain tag | David Howells | 1 | -1/+6 |
2019-06-26 | keys: Garbage collect keys for which the domain has been removed | David Howells | 2 | -1/+17 |
2019-06-26 | keys: Include target namespace in match criteria | David Howells | 5 | -4/+39 |
2019-06-26 | keys: Move the user and user-session keyrings to the user_namespace | David Howells | 5 | -104/+187 |
2019-06-26 | keys: Namespace keyring names | David Howells | 2 | -57/+45 |
2019-06-26 | keys: Add a 'recurse' flag for keyring searches | David Howells | 7 | -7/+20 |
2019-06-26 | keys: Cache the hash value to avoid lots of recalculation | David Howells | 3 | -16/+22 |
2019-06-26 | keys: Simplify key description management | David Howells | 4 | -49/+30 |
2019-06-26 | keys: Kill off request_key_async{,_with_auxdata} | David Howells | 1 | -50/+0 |
2019-06-19 | keys: Cache result of request_key*() temporarily in task_struct | David Howells | 2 | -0/+55 |
2019-06-19 | keys: Provide request_key_rcu() | David Howells | 1 | -0/+44 |
2019-06-19 | keys: Move the RCU locks outwards from the keyring search functions | David Howells | 6 | -60/+75 |
2019-06-19 | keys: Invalidate used request_key authentication keys | David Howells | 2 | -3/+3 |
2019-06-19 | keys: Fix request_key() lack of Link perm check on found key | David Howells | 1 | -0/+10 |
2019-06-19 | keys: Add capability-checking keyctl function | David Howells | 3 | -0/+40 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 5 | -20/+5 |
2019-05-30 | keys: Reuse keyring_index_key::desc_len in lookup_user_key() | Eric Biggers | 1 | -3/+1 |
2019-05-30 | keys: Grant Link permission to possessers of request_key auth keys | David Howells | 1 | -1/+1 |
2019-05-30 | keys: Add a keyctl to move a key between keyrings | David Howells | 4 | -0/+166 |
2019-05-30 | keys: Hoist locking out of __key_link_begin() | David Howells | 4 | -38/+76 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 13 | -65/+13 |
2019-05-30 | keys: Break bits out of key_unlink() | David Howells | 1 | -21/+67 |
2019-05-30 | keys: Change keyring_serialise_link_sem to a mutex | David Howells | 1 | -6/+6 |
2019-05-29 | keys: sparse: Fix kdoc mismatches | David Howells | 2 | -4/+8 |
2019-05-29 | keys: sparse: Fix incorrect RCU accesses | David Howells | 2 | -2/+3 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 5 | -25/+5 |
2019-05-22 | keys: sparse: Fix key_fs[ug]id_changed() | David Howells | 1 | -12/+10 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -30/+25 |
2019-05-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -3/+0 |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 3 | -3/+0 |
2019-04-10 | keys: safe concurrent user->{session,uid}_keyring access | Jann Horn | 2 | -16/+20 |
2019-04-10 | security: don't use RCU accessors for cred->session_keyring | Jann Horn | 2 | -15/+6 |
2019-04-08 | KEYS: trusted: fix -Wvarags warning | ndesaulniers@google.com | 1 | -2/+2 |
2019-04-08 | KEYS: trusted: allow trusted.ko to initialize w/o a TPM | Jarkko Sakkinen | 1 | -5/+23 |
2019-03-10 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 1 | -19/+54 |
2019-03-10 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2019-03-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -1/+9 |
2019-03-04 | keys: fix missing __user in KEYCTL_PKEY_QUERY | Ben Dooks | 1 | -1/+1 |
2019-02-22 | KEYS: always initialize keyring_index_key::desc_len | Eric Biggers | 4 | -6/+4 |
2019-02-15 | keys: Timestamp new keys | David Howells | 1 | -0/+1 |
2019-02-15 | keys: Fix dependency loop between construction record and auth key | David Howells | 5 | -62/+41 |
2019-02-15 | KEYS: allow reaching the keys quotas exactly | Eric Biggers | 1 | -2/+2 |
2019-02-13 | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu | 1 | -8/+33 |
2019-02-13 | KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip() | Roberto Sassu | 1 | -14/+24 |
2019-02-04 | encrypted-keys: fix Opt_err/Opt_error = -1 | Mimi Zohar | 1 | -2/+2 |