1. 5f0950b memcg: account security cred as well to kmemcg by Shakeel Butt · 4 years, 4 months ago
  2. 5081001 access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 4 years, 10 months ago
  3. 122be5a ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 5 years ago
  4. 5f65e5c cred: Reject inodes with invalid ids in set_create_file_as() by Seth Forshee · 8 years ago
  5. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  6. 52aa853 kernel/cred.c: remove unnecessary kdebug atomic reads by Joe Perches · 9 years ago
  7. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  8. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  9. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  10. aa6d054 userns: Add a more complete capability subset test to commit_creds by Eric W. Biederman · 11 years ago
  11. 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
  12. c9235f4 userns: Make credential debugging user namespace safe. by Eric W. Biederman · 12 years ago
  13. f23ca33 keys: kill task_struct->replacement_session_keyring by Oleg Nesterov · 12 years ago
  14. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  15. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  16. 79549c6 cred: copy_process() should clear child->replacement_session_keyring by Oleg Nesterov · 12 years ago
  17. 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 12 years ago
  18. 4040153 security: trim security.h by Al Viro · 12 years ago
  19. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  20. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  21. 8ad346c CRED: fix build error due to 'tgcred' undeclared by Axel Lin · 13 years ago
  22. 012146d CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred struct by David Howells · 13 years ago
  23. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  24. e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 13 years ago
  25. d410fa4 Create Documentation/security/, by Randy Dunlap · 13 years ago
  26. 12a5a26 Merge branch 'master' into next by James Morris · 13 years ago
  27. 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 13 years ago
  28. a3232d2 capabilities: delete all CAP_INIT macros by Eric Paris · 13 years ago
  29. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  30. a3ec4a6 Merge commit 'v2.6.38-rc5' into core/locking by Ingo Molnar · 13 years ago
  31. fb2b2a1 CRED: Fix memory and refcount leaks upon security_prepare_creds() failure by Tetsuo Handa · 13 years ago
  32. 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 13 years ago
  33. 10389a1 cred: Replace deprecated spinlock initialization by Thomas Gleixner · 13 years ago
  34. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  35. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  36. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  37. c70a626 umh: creds: kill subprocess_info->cred logic by Oleg Nesterov · 14 years ago
  38. 96b5b7f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  39. 48652ce Merge commit 'v2.6.34-rc6' into sched/core by Ingo Molnar · 14 years ago
  40. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  41. e134d20 CRED: Fix a race in creds_are_invalid() in credentials debugging by David Howells · 14 years ago
  42. eff3036 CRED: Fix double free in prepare_usermodehelper_creds() error handling by David Howells · 14 years ago
  43. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  44. 0968d00 security: remove dead hook cred_commit by Eric Paris · 14 years ago
  45. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  46. 32bd7eb sched: Remove remaining USER_SCHED code by Li Zefan · 14 years ago
  47. 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
  48. 570b8fb CRED: Fix memory leak in error handling by Mathieu Desnoyers · 14 years ago
  49. b8a1d37 kernel/cred.c: use kmem_cache_free by Julia Lawall · 14 years ago
  50. 764db03 creds_are_invalid() needs to be exported for use by modules: by Randy Dunlap · 15 years ago
  51. 74908a0 include/linux/cred.h: fix build by Andrew Morton · 15 years ago
  52. 4a5d6ba CRED: Allow put_cred() to cope with a NULL groups list by David Howells · 15 years ago
  53. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  54. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  55. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 15 years ago
  56. 1a7d0f0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  57. 43529c9 CRED: Must initialise the new creds in prepare_kernel_cred() by David Howells · 15 years ago
  58. 0de3368 CRED: Missing put_cred() in prepare_kernel_cred() by David Howells · 15 years ago
  59. b945637 CRED: Fix commit_creds() on a process that has no mm by David Howells · 15 years ago
  60. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  61. 3a3b7ce CRED: Allow kernel services to override LSM settings for task actions by David Howells · 15 years ago
  62. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 15 years ago
  63. 98870ab CRED: Documentation by David Howells · 15 years ago
  64. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 15 years ago
  65. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 15 years ago
  66. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 15 years ago
  67. f1752ee CRED: Detach the credentials from task_struct by David Howells · 15 years ago