summaryrefslogtreecommitdiff
path: root/kernel/user.c
AgeCommit message (Expand)Author
2015-02-13core: Do not disable interrupts on RT in kernel/users.cThomas Gleixner
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14core: Do not disable interrupts on RT in kernel/users.cThomas Gleixner
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10core: Do not disable interrupts on RT in kernel/users.cThomas Gleixner
2013-08-27userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-01-27userns: Avoid recursion in put_user_nsEric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman
2012-05-19userns: Silence silly gcc warning.Eric W. Biederman
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman
2012-04-08userns: Disassociate user_struct from the user_namespace.Eric W. Biederman
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-03-24userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn
2010-12-29fix freeing user_struct in user cacheHillf Danton
2010-10-26kernel/user.c: add lock release annotation on free_user()Namhyung Kim
2010-05-10sched: Remove a stale commentLi Zefan
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan
2010-03-16sched: Remove some dead codeDan Carpenter
2010-01-21sched: Remove USER_SCHEDDhaval Giani
2009-11-02uids: Prevent tear down raceThomas Gleixner
2009-06-16sched: delayed cleanup of user_structKay Sievers
2009-03-23Merge branch 'master' into nextJames Morris
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn
2009-02-13User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-08user namespaces: document CFS behaviorSerge E. Hallyn
2008-12-07user namespaces: let user_ns be cloned with fairschedSerge E. Hallyn
2008-12-01sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj
2008-11-24User namespaces: use the current_user_ns() macroSerge Hallyn
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn
2008-11-13CRED: Inaugurate COW credentialsDavid Howells
2008-11-13CRED: Separate task security context from task_structDavid Howells
2008-08-19sched: rt-bandwidth for user grouping interfacePeter Zijlstra
2008-04-30alloc_uid: cleanupAndrew Morton
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra
2008-02-13sched: rt-group: interfacePeter Zijlstra
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov