Age | Commit message (Expand) | Author |
2019-09-23 | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-09-04 | lsm: remove current_security() | Paul Moore |
2019-07-24 | access: avoid the RCU grace period for the temporary subjective credentials | Linus Torvalds |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner |
2019-04-10 | security: don't use RCU accessors for cred->session_keyring | Jann Horn |
2019-01-08 | SELinux: Remove unused selinux_is_enabled | Casey Schaufler |
2018-12-19 | cred: allow get_cred() and put_cred() to be given NULL. | NeilBrown |
2018-12-19 | cred: add get_cred_rcu() | NeilBrown |
2018-12-19 | cred: add cred_fscmp() for comparing creds. | NeilBrown |
2018-06-28 | cred: conditionally declare groups-related functions | Ondrej Mosnáček |
2017-12-14 | kernel: make groups_sort calling a responsibility group_info allocators | Thiago Rafael Becker |
2017-07-19 | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-06-30 | randstruct: Mark various structs for randomization | Kees Cook |
2017-05-18 | doc: ReSTify credentials.txt | Kees Cook |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2016-10-07 | cred: simpler, 1D supplementary groups | Alexey Dobriyan |
2016-03-22 | cred/userns: define current_user_ns() as a function | Arnd Bergmann |
2015-09-04 | capabilities: ambient capabilities | Andy Lutomirski |
2015-04-15 | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda |
2014-12-05 | groups: Consolidate the setgroups permission checks | Eric W. Biederman |
2014-07-17 | nfsd: silence sparse warning about accessing credentials | Jeff Layton |
2014-04-03 | kernel/groups.c: remove return value of set_groups | Wang YanQing |
2013-01-09 | cred: Remove tgcred pointer from struct cred | Marc Dionne |
2012-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2012-11-20 | userns: Kill task_user_ns | Eric W. Biederman |
2012-10-02 | KEYS: Make the session and process keyrings per-thread | David Howells |
2012-05-31 | cred: remove task_is_dead() from __task_cred() validation | Oleg Nesterov |
2012-05-03 | userns: Convert in_group_p and in_egroup_p to use kgid_t | Eric W. Biederman |
2012-05-03 | userns: Store uid and gid values in struct cred with kuid_t and kgid_t types | Eric W. Biederman |
2012-05-03 | userns: Convert group_info values from gid_t to kgid_t. | Eric W. Biederman |
2012-04-07 | cred: Refcount the user_ns pointed to by the cred. | Eric W. Biederman |
2012-04-07 | cred: Add forward declaration of init_user_ns in all cases. | Eric W. Biederman |
2012-01-05 | capabilities: remove task_ns_* functions | Eric Paris |
2011-08-08 | cred: use 'const' in get_current_{user,groups} | Linus Torvalds |
2011-08-08 | CRED: Restore const to current_cred() | David Howells |
2011-08-07 | fix rcu annotations noise in cred.h | Al Viro |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-08 | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check | Michal Hocko |
2011-05-19 | Create Documentation/security/, | Randy Dunlap |
2011-05-13 | Cache user_ns in struct cred | Serge E. Hallyn |
2011-03-23 | userns: security: make capabilities relative to the user namespace | Serge E. Hallyn |
2010-08-19 | keys: __rcu annotations | Arnd Bergmann |
2010-07-29 | CRED: Fix __task_cred()'s lockdep check and banner comment | David Howells |
2010-07-29 | CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials | David Howells |
2010-05-27 | umh: creds: kill subprocess_info->cred logic | Oleg Nesterov |
2010-03-04 | rcu: Use wrapper function instead of exporting tasklist_lock | Paul E. McKenney |
2010-02-25 | sched: Use lockdep-based checking on rcu_dereference() | Paul E. McKenney |
2009-09-23 | include/linux/cred.h: fix build | Andrew Morton |
2009-09-14 | Creds: creds->security can be NULL is selinux is disabled | Eric Paris |