aboutsummaryrefslogtreecommitdiff
path: root/kernel/user.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-22efivarfs: Limit the rate for non-root to read filesGravatar Luck, Tony 1-0/+3
2017-10-31userns: use union in {g,u}idmap structGravatar Christian Brauner 1-12/+18
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+1
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisGravatar Eric W. Biederman 1-0/+1
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-0/+3
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-1/+1
2014-06-04kernel/user.c: drop unused field 'files' from user_structGravatar Kirill A. Shutemov 1-1/+0
2014-04-03kernel: audit/fix non-modular users of module_init in core codeGravatar Paul Gortmaker 1-2/+1
2013-12-13KEYS: fix uninitialized persistent_keyring_register_semGravatar Xiao Guangrong 1-3/+3
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesGravatar David Howells 1-0/+4
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedGravatar Eric W. Biederman 1-2/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedGravatar Eric W. Biederman 1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-01-26userns: Avoid recursion in put_user_nsGravatar Eric W. Biederman 1-3/+1
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-0/+2
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hGravatar Eric W. Biederman 1-0/+8
2012-05-19userns: Silence silly gcc warning.Gravatar Eric W. Biederman 1-2/+2
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportGravatar Eric W. Biederman 1-0/+16
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Gravatar Eric W. Biederman 1-3/+4
2012-04-07userns: Disassociate user_struct from the user_namespace.Gravatar Eric W. Biederman 1-15/+13
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structGravatar Eric W. Biederman 1-3/+3
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceGravatar Serge E. Hallyn 1-2/+6
2010-12-29fix freeing user_struct in user cacheGravatar Hillf Danton 1-0/+1
2010-10-26kernel/user.c: add lock release annotation on free_user()Gravatar Namhyung Kim 1-0/+1
2010-05-10sched: Remove a stale commentGravatar Li Zefan 1-1/+0
2010-04-02sched: Remove remaining USER_SCHED codeGravatar Li Zefan 1-9/+1
2010-03-16sched: Remove some dead codeGravatar Dan Carpenter 1-2/+0
2010-01-21sched: Remove USER_SCHEDGravatar Dhaval Giani 1-305/+0
2009-11-02uids: Prevent tear down raceGravatar Thomas Gleixner 1-1/+1
2009-06-15sched: delayed cleanup of user_structGravatar Kay Sievers 1-28/+39
2009-03-24Merge branch 'master' into nextGravatar James Morris 1-9/+26
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersGravatar Dhaval Giani 1-7/+7
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthGravatar Dhaval Giani 1-0/+18
2009-02-27keys: distinguish per-uid keys in different namespacesGravatar Serge E. Hallyn 1-1/+1
2009-02-13User namespaces: Only put the userns when we unhash the uidGravatar Serge E. Hallyn 1-2/+1
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2008-12-09user namespaces: document CFS behaviorGravatar Serge E. Hallyn 1-1/+7
2008-12-08user namespaces: let user_ns be cloned with fairschedGravatar Serge E. Hallyn 1-0/+4
2008-12-01sched: add uid information to sched_debug for CONFIG_USER_SCHEDGravatar Arun R Bharadwaj 1-0/+2
2008-11-24User namespaces: use the current_user_ns() macroGravatar Serge Hallyn 1-1/+1
2008-11-24User namespaces: set of cleanups (v2)Gravatar Serge Hallyn 1-34/+13
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-36/+1
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-2/+2
2008-08-19sched: rt-bandwidth for user grouping interfaceGravatar Peter Zijlstra 1-2/+2
2008-04-30alloc_uid: cleanupGravatar Andrew Morton 1-16/+2
2008-04-29keys: don't generate user and user session keyrings unless they're accessedGravatar David Howells 1-11/+4