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