1. bdcf0a4 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  2. 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
  3. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  4. af777cd doc: ReSTify credentials.txt by Kees Cook · 8 years ago
  5. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  6. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  7. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  8. 0335695 cred/userns: define current_user_ns() as a function by Arnd Bergmann · 9 years ago
  9. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  10. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  11. 7ff4d90 groups: Consolidate the setgroups permission checks by Eric W. Biederman · 10 years ago
  12. ae4b884 nfsd: silence sparse warning about accessing credentials by Jeff Layton · 10 years ago
  13. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 11 years ago
  14. 08c097f cred: Remove tgcred pointer from struct cred by Marc Dionne · 12 years ago
  15. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  16. 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
  17. 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
  18. 43e13cc cred: remove task_is_dead() from __task_cred() validation by Oleg Nesterov · 13 years ago
  19. 72cda3d userns: Convert in_group_p and in_egroup_p to use kgid_t by Eric W. Biederman · 13 years ago
  20. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
  21. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  22. 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 13 years ago
  23. 7e6bd8f cred: Add forward declaration of init_user_ns in all cases. by Eric W. Biederman · 13 years ago
  24. f1c84da capabilities: remove task_ns_* functions by Eric Paris · 13 years ago
  25. 638a843 cred: use 'const' in get_current_{user,groups} by Linus Torvalds · 13 years ago
  26. 27e4e43 CRED: Restore const to current_cred() by David Howells · 13 years ago
  27. 3295514 fix rcu annotations noise in cred.h by Al Viro · 13 years ago
  28. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  29. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 14 years ago
  30. d410fa4e Create Documentation/security/, by Randy Dunlap · 14 years ago
  31. 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 14 years ago
  32. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 14 years ago
  33. e63ba74 keys: __rcu annotations by Arnd Bergmann · 15 years ago
  34. 8f92054 CRED: Fix __task_cred()'s lockdep check and banner comment by David Howells · 14 years ago
  35. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  36. c70a626 umh: creds: kill subprocess_info->cred logic by Oleg Nesterov · 15 years ago
  37. db1466b rcu: Use wrapper function instead of exporting tasklist_lock by Paul E. McKenney · 15 years ago
  38. d11c563 sched: Use lockdep-based checking on rcu_dereference() by Paul E. McKenney · 15 years ago
  39. 74908a0 include/linux/cred.h: fix build by Andrew Morton · 15 years ago
  40. ed868a5 Creds: creds->security can be NULL is selinux is disabled by Eric Paris · 15 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. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  43. 1c388ad include/linux/cred.h: work around gcc-4.2.4 warning in get_cred() by Paul Menage · 15 years ago
  44. b2e1fea cred: #include init.h in cred.h by Alexey Dobriyan · 16 years ago
  45. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  46. 3a3b7ce CRED: Allow kernel services to override LSM settings for task actions by David Howells · 16 years ago
  47. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
  48. 98870ab CRED: Documentation by David Howells · 16 years ago
  49. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  50. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  51. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  52. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  53. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  54. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  55. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  56. 9e2b2dc CRED: Introduce credential access wrappers by David Howells · 16 years ago