1. 5d47b39 security/keys: remove compat_keyctl_instantiate_key_iov by Christoph Hellwig · 4 years, 4 months ago
  2. 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  3. d4eaa28 mm: add kvfree_sensitive() for freeing sensitive data objects by Waiman Long · 4 years, 7 months ago
  4. 8c0637e keys: Make the KEY_NEED_* perms an enum rather than a mask by David Howells · 4 years, 8 months ago
  5. f7e4767 watch_queue: Add a key/keyring notification facility by David Howells · 5 years ago
  6. 4f08824 KEYS: Avoid false positive ENOMEM error on key read by Waiman Long · 4 years, 10 months ago
  7. 601f009 KEYS: remove CONFIG_KEYS_COMPAT by Eric Biggers · 5 years ago
  8. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 6 years ago
  9. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  10. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  11. c236b6d Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  12. d44a627 Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  13. 7a1ade8 keys: Provide KEYCTL_GRANT_PERMISSION by David Howells · 6 years ago
  14. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  15. a58946c keys: Pass the network namespace into request_key mechanism by David Howells · 6 years ago
  16. 218e642 keys: Garbage collect keys for which the domain has been removed by David Howells · 6 years ago
  17. 0f44e4d keys: Move the user and user-session keyrings to the user_namespace by David Howells · 6 years ago
  18. dcf49db keys: Add a 'recurse' flag for keyring searches by David Howells · 6 years ago
  19. 355ef8e keys: Cache the hash value to avoid lots of recalculation by David Howells · 6 years ago
  20. f771fde keys: Simplify key description management by David Howells · 6 years ago
  21. e59428f keys: Move the RCU locks outwards from the keyring search functions by David Howells · 6 years ago
  22. 45e0f30 keys: Add capability-checking keyctl function by David Howells · 6 years ago
  23. ed0ac5c keys: Add a keyctl to move a key between keyrings by David Howells · 6 years ago
  24. df593ee keys: Hoist locking out of __key_link_begin() by David Howells · 6 years ago
  25. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  26. 822ad64 keys: Fix dependency loop between construction record and auth key by David Howells · 6 years ago
  27. 76ef5e1 keys: Export lookup_user_key to external users by Dave Jiang · 6 years ago
  28. 00d60fd KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2] by David Howells · 6 years ago
  29. 074d589 security: keys: Replace time_t/timespec with time64_t by Baolin Wang · 7 years ago
  30. 237bbd2 KEYS: prevent creating a different user's keyrings by Eric Biggers · 7 years ago
  31. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  32. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  33. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 8 years ago
  34. f1c316a KEYS: add SP800-56A KDF support for DH by Stephan Mueller · 8 years ago
  35. 6563c91 KEYS: Add KEYCTL_RESTRICT_KEYRING by Mat Martineau · 8 years ago
  36. 2b6aa41 KEYS: Use structure to capture key restriction function and data by Mat Martineau · 8 years ago
  37. ddb99e1 security, keys: convert key_user.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  38. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  39. 4693fc7 KEYS: Add placeholder for KDF usage with DH by Stephan Mueller · 9 years ago
  40. ddbb411 KEYS: Add KEYCTL_DH_COMPUTE command by Mat Martineau · 9 years ago
  41. b353a1f switch keyctl_instantiate_key_common() to iov_iter by Al Viro · 10 years ago
  42. 0b0a841 KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED by David Howells · 10 years ago
  43. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  44. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  45. 614d8c3 KEYS: Remove key_type::def_lookup_type by David Howells · 10 years ago
  46. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  47. f589594 KEYS: Move the flags representing required permission to linux/key.h by David Howells · 11 years ago
  48. f36f8c7 KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches by David Howells · 11 years ago
  49. b2a4df2 KEYS: Expand the capacity of a keyring by David Howells · 11 years ago
  50. e57e866 KEYS: Drop the permissions argument from __keyring_search_one() by David Howells · 11 years ago
  51. 4bdf0bc KEYS: Introduce a search context structure by David Howells · 11 years ago
  52. 16feef4 KEYS: Consolidate the concept of an 'index key' for key access by David Howells · 11 years ago
  53. 7e55ca6 KEYS: key_is_dead() should take a const key pointer argument by David Howells · 11 years ago
  54. 61ea0c0 KEYS: Skip key state checks when checking for possession by David Howells · 11 years ago
  55. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  56. 9a56c2d userns: Convert security/keys to the new userns infrastructure by Eric W. Biederman · 13 years ago
  57. e05644e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  58. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 13 years ago
  59. 41f9d29 trimming task_work: kill ->data by Al Viro · 13 years ago
  60. 66dd07b Merge commit 'v3.5-rc2' into next by James Morris · 13 years ago
  61. 423b9788 KEYS: Fix some sparse warnings by David Howells · 13 years ago
  62. 413cd3d keys: change keyctl_session_to_parent() to use task_work_add() by Oleg Nesterov · 13 years ago
  63. fd75815 KEYS: Add invalidation support by David Howells · 13 years ago
  64. 9f6ed2c keys: add a "logon" key type by Jeff Layton · 13 years ago
  65. 0c061b5 KEYS: Correctly destroy key payloads when their keytype is removed by David Howells · 13 years ago
  66. 8bc16de KEYS: Move the unreferenced key reaper to the keys garbage collector file by David Howells · 13 years ago
  67. 78b7280 KEYS: Improve /proc/keys by David Howells · 14 years ago
  68. ee009e4a0 KEYS: Add an iovec version of KEYCTL_INSTANTIATE by David Howells · 14 years ago
  69. fdd1b94 KEYS: Add a new keyctl op to reject a key with a specified error code by David Howells · 14 years ago
  70. ceb73c1 KEYS: Fix __key_link_end() quota fixup on error by David Howells · 14 years ago
  71. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 14 years ago
  72. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  73. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 15 years ago
  74. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 15 years ago
  75. f70e2e0 KEYS: Do preallocation for __key_link() by David Howells · 15 years ago
  76. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  77. 5d13544 KEYS: Add garbage collection for dead, revoked and expired keys. [try #6] by David Howells · 15 years ago
  78. 5593122 KEYS: Deal with dead-type keys appropriately [try #6] by David Howells · 15 years ago
  79. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 16 years ago
  80. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  81. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  82. e9e349b KEYS: Disperse linux/key_ui.h by David Howells · 16 years ago
  83. dba6a4d keys: remove unused key_alloc_sem by Daniel Walker · 17 years ago
  84. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 17 years ago
  85. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 17 years ago
  86. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 17 years ago
  87. 4a38e12 keys: allow the callout data to be passed as a blob rather than a string by David Howells · 17 years ago
  88. dd6f953 security: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  89. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  90. 4e54f08 [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller by David Howells · 19 years ago
  91. 7e047ef [PATCH] keys: sort out key quota system by David Howells · 19 years ago
  92. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 19 years ago
  93. 017679c [PATCH] keys: Permit key expiry time to be set by David Howells · 19 years ago
  94. 1ae8f40 [PATCH] security/: possible cleanups by Adrian Bunk · 19 years ago
  95. 664cceb [PATCH] Keys: Add possessor permissions to keys [try #3] by David Howells · 19 years ago
  96. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 20 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago