1. 5ebcbe3 ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring by Eric W. Biederman · 3 years, 2 months ago
  2. 634c21b security: keys: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  3. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 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. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  11. 0f44e4d keys: Move the user and user-session keyrings to the user_namespace by David Howells · 6 years ago
  12. dcf49db keys: Add a 'recurse' flag for keyring searches by David Howells · 6 years ago
  13. e59428f keys: Move the RCU locks outwards from the keyring search functions by David Howells · 6 years ago
  14. 4754620 keys: Reuse keyring_index_key::desc_len in lookup_user_key() by Eric Biggers · 6 years ago
  15. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  16. 2e21865 keys: sparse: Fix key_fs[ug]id_changed() by David Howells · 6 years ago
  17. 0b9dc6c keys: safe concurrent user->{session,uid}_keyring access by Jann Horn · 6 years ago
  18. 5c7e372 security: don't use RCU accessors for cred->session_keyring by Jann Horn · 6 years ago
  19. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  20. 822ad64 keys: Fix dependency loop between construction record and auth key by David Howells · 6 years ago
  21. 0f949bc security: keys: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
  22. 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
  23. 76ef5e1 keys: Export lookup_user_key to external users by Dave Jiang · 6 years ago
  24. 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
  25. 074d589 security: keys: Replace time_t/timespec with time64_t by Baolin Wang · 7 years ago
  26. 363b02d KEYS: Fix race between updating and finding a negative key by David Howells · 7 years ago
  27. 237bbd2 KEYS: prevent creating a different user's keyrings by Eric Biggers · 7 years ago
  28. d636bd9 KEYS: put keyring if install_session_keyring_to_cred() fails by Eric Biggers · 8 years ago
  29. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  30. c9f838d KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings by Eric Biggers · 8 years ago
  31. ddb99e1 security, keys: convert key_user.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  32. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  33. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  34. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 9 years ago
  35. 23567fd KEYS: Fix keyring ref leak in join_session_keyring() by Yevgeny Pats · 9 years ago
  36. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  37. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  38. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  39. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  40. c124bde KEYS: initialize root uid and session keyrings early by Mimi Zohar · 11 years ago
  41. ccc3e6d KEYS: Define a __key_get() wrapper to use rather than atomic_inc() by David Howells · 11 years ago
  42. 4bdf0bc KEYS: Introduce a search context structure by David Howells · 11 years ago
  43. 61ea0c0 KEYS: Skip key state checks when checking for possession by David Howells · 11 years ago
  44. 0da9dfd keys: fix race with concurrent install_user_keyrings() by David Howells · 12 years ago
  45. ba0e342 userns: Stop oopsing in key_change_session_keyring by Eric W. Biederman · 12 years ago
  46. fe9453a KEYS: Revert one application of "Fix unreachable code" patch by David Howells · 12 years ago
  47. e67eab3 keys: fix unreachable code by Alan Cox · 12 years ago
  48. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  49. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  50. b010520 keys: Fix unreachable code by Alan Cox · 12 years ago
  51. 96b5c8f KEYS: Reduce initial permissions on keys by David Howells · 12 years ago
  52. 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
  53. 6315277 keys: Fix unreachable code by Alan Cox · 12 years ago
  54. 9a56c2d userns: Convert security/keys to the new userns infrastructure by Eric W. Biederman · 13 years ago
  55. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 13 years ago
  56. 41f9d29 trimming task_work: kill ->data by Al Viro · 13 years ago
  57. 413cd3d keys: change keyctl_session_to_parent() to use task_work_add() by Oleg Nesterov · 13 years ago
  58. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  59. 31d5a79 KEYS: Do LRU discard in full keyrings by David Howells · 13 years ago
  60. 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 13 years ago
  61. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  62. f67dabb KEYS: testing wrong bit for KEY_FLAG_REVOKED by Dan Carpenter · 13 years ago
  63. 3ecf1b4 KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag set by David Howells · 13 years ago
  64. 99599537 KEYS: If install_session_keyring() is given a keyring, it should install it by David Howells · 13 years ago
  65. f7285b5 Set cred->user_ns in key_replace_session_keyring by Serge E. Hallyn · 14 years ago
  66. 78b7280 KEYS: Improve /proc/keys by David Howells · 14 years ago
  67. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 14 years ago
  68. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 14 years ago
  69. 27d6379 Fix install_process_keyring error handling by Andi Kleen · 14 years ago
  70. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 15 years ago
  71. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 15 years ago
  72. 4d09ec0 KEYS: Return more accurate error codes by Dan Carpenter · 15 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  74. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  75. 5593122 KEYS: Deal with dead-type keys appropriately [try #6] by David Howells · 15 years ago
  76. 5bb459b kernel: rename is_single_threaded(task) to current_is_single_threaded(void) by Oleg Nesterov · 15 years ago
  77. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 16 years ago
  78. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  79. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  80. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  81. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  82. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  83. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  84. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  85. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 17 years ago
  86. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  87. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  88. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 18 years ago
  89. 7e047ef [PATCH] keys: sort out key quota system by David Howells · 19 years ago
  90. 04c567d [PATCH] Keys: Fix race between two instantiators of a key by David Howells · 19 years ago
  91. d720024 [PATCH] selinux: add hooks for key subsystem by Michael LeMay · 19 years ago
  92. 1a26feb [PATCH] Keys: Improve usage of memory barriers and remove IRQ disablement by David Howells · 19 years ago
  93. bb003079 [PATCH] sem2mutex: security/ by Ingo Molnar · 19 years ago
  94. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 19 years ago
  95. 29db919 [PATCH] Keys: Add LSM hooks for key management [try #3] by David Howells · 19 years ago
  96. 664cceb [PATCH] Keys: Add possessor permissions to keys [try #3] by David Howells · 19 years ago
  97. bcf945d [PATCH] Error during attempt to join key management session can leave semaphore pinned by David Howells · 19 years ago
  98. b2b1866 [PATCH] RCU: clean up a few remaining synchronize_kernel() calls by Paul E. McKenney · 20 years ago
  99. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 20 years ago
  100. 8589b4e [PATCH] Keys: Use RCU to manage session keyring pointer by David Howells · 20 years ago