1. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 8 years ago
  2. 23567fd KEYS: Fix keyring ref leak in join_session_keyring() by Yevgeny Pats · 8 years ago
  3. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  4. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  5. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  6. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  7. c124bde KEYS: initialize root uid and session keyrings early by Mimi Zohar · 11 years ago
  8. ccc3e6d KEYS: Define a __key_get() wrapper to use rather than atomic_inc() by David Howells · 11 years ago
  9. 4bdf0bc KEYS: Introduce a search context structure by David Howells · 11 years ago
  10. 61ea0c0 KEYS: Skip key state checks when checking for possession by David Howells · 11 years ago
  11. 0da9dfd keys: fix race with concurrent install_user_keyrings() by David Howells · 11 years ago
  12. ba0e342 userns: Stop oopsing in key_change_session_keyring by Eric W. Biederman · 11 years ago
  13. fe9453a KEYS: Revert one application of "Fix unreachable code" patch by David Howells · 11 years ago
  14. e67eab3 keys: fix unreachable code by Alan Cox · 12 years ago
  15. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  16. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  17. b010520 keys: Fix unreachable code by Alan Cox · 12 years ago
  18. 96b5c8f KEYS: Reduce initial permissions on keys by David Howells · 12 years ago
  19. 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
  20. 6315277 keys: Fix unreachable code by Alan Cox · 12 years ago
  21. 9a56c2d userns: Convert security/keys to the new userns infrastructure by Eric W. Biederman · 12 years ago
  22. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 12 years ago
  23. 41f9d29 trimming task_work: kill ->data by Al Viro · 12 years ago
  24. 413cd3d keys: change keyctl_session_to_parent() to use task_work_add() by Oleg Nesterov · 12 years ago
  25. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  26. 31d5a79 KEYS: Do LRU discard in full keyrings by David Howells · 12 years ago
  27. 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 13 years ago
  28. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  29. f67dabb KEYS: testing wrong bit for KEY_FLAG_REVOKED by Dan Carpenter · 12 years ago
  30. 3ecf1b4 KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag set by David Howells · 13 years ago
  31. 99599537 KEYS: If install_session_keyring() is given a keyring, it should install it by David Howells · 13 years ago
  32. f7285b5 Set cred->user_ns in key_replace_session_keyring by Serge E. Hallyn · 13 years ago
  33. 78b7280 KEYS: Improve /proc/keys by David Howells · 13 years ago
  34. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 13 years ago
  35. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 13 years ago
  36. 27d6379 Fix install_process_keyring error handling by Andi Kleen · 14 years ago
  37. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 14 years ago
  38. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 14 years ago
  39. 4d09ec0 KEYS: Return more accurate error codes by Dan Carpenter · 14 years ago
  40. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  41. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  42. 5593122 KEYS: Deal with dead-type keys appropriately [try #6] by David Howells · 15 years ago
  43. 5bb459b kernel: rename is_single_threaded(task) to current_is_single_threaded(void) by Oleg Nesterov · 15 years ago
  44. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 15 years ago
  45. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  46. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  47. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  48. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  49. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  50. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  51. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  52. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  53. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  54. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  55. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 18 years ago
  56. 7e047ef [PATCH] keys: sort out key quota system by David Howells · 18 years ago
  57. 04c567d [PATCH] Keys: Fix race between two instantiators of a key by David Howells · 18 years ago
  58. d720024 [PATCH] selinux: add hooks for key subsystem by Michael LeMay · 18 years ago
  59. 1a26feb [PATCH] Keys: Improve usage of memory barriers and remove IRQ disablement by David Howells · 18 years ago
  60. bb00307 [PATCH] sem2mutex: security/ by Ingo Molnar · 18 years ago
  61. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 19 years ago
  62. 29db919 [PATCH] Keys: Add LSM hooks for key management [try #3] by David Howells · 19 years ago
  63. 664cceb [PATCH] Keys: Add possessor permissions to keys [try #3] by David Howells · 19 years ago
  64. bcf945d [PATCH] Error during attempt to join key management session can leave semaphore pinned by David Howells · 19 years ago
  65. b2b1866 [PATCH] RCU: clean up a few remaining synchronize_kernel() calls by Paul E. McKenney · 19 years ago
  66. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 19 years ago
  67. 8589b4e [PATCH] Keys: Use RCU to manage session keyring pointer by David Howells · 19 years ago
  68. 76d8aea [PATCH] keys: Discard key spinlock and use RCU for key payload by David Howells · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago