summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-04-03ANDROID: proc: Add /proc/uid directoryConnor O'Brien7-1/+306
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds11-55/+374
2014-12-12userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman4-0/+146
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro13-10/+34
2014-12-04common object embedded into various struct ....nsAl Viro17-29/+43
2014-06-04kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2-2/+0
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker6-9/+7
2013-12-13KEYS: fix uninitialized persistent_keyring_register_semXiao Guangrong1-3/+3
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells11-0/+230
2013-08-27userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman7-23/+33
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells15-92/+109
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman6-0/+37
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2013-01-27userns: Avoid recursion in put_user_nsEric W. Biederman3-16/+15
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman18-12/+132
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman5-1/+257
2012-05-19userns: Silence silly gcc warning.Eric W. Biederman1-2/+2
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman5-48/+644
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman4-29/+29
2012-04-08userns: Disassociate user_struct from the user_namespace.Eric W. Biederman6-43/+55
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2-4/+4
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-03-24userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn5-2/+20
2010-12-29fix freeing user_struct in user cacheHillf Danton1-0/+1
2010-10-26kernel/user.c: add lock release annotation on free_user()Namhyung Kim1-0/+1
2010-05-10sched: Remove a stale commentLi Zefan1-1/+0
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan7-42/+2
2010-03-16sched: Remove some dead codeDan Carpenter1-2/+0
2010-01-21sched: Remove USER_SCHEDDhaval Giani7-504/+38
2009-11-02uids: Prevent tear down raceThomas Gleixner1-1/+1
2009-06-16sched: delayed cleanup of user_structKay Sievers2-29/+40
2009-03-23Merge branch 'master' into nextJames Morris1409-39828/+58038
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani1-7/+7
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani4-13/+53
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn6-6/+17
2009-02-13User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn1-2/+1
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-222/+299
2008-12-08user namespaces: document CFS behaviorSerge E. Hallyn2-1/+28
2008-12-07user namespaces: let user_ns be cloned with fairschedSerge E. Hallyn1-0/+4
2008-12-01sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj4-1/+18
2008-11-24User namespaces: use the current_user_ns() macroSerge Hallyn1-1/+1
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn13-129/+96
2008-11-13CRED: Inaugurate COW credentialsDavid Howells41-1239/+1603
2008-11-13CRED: Separate task security context from task_structDavid Howells63-677/+832
2008-08-19sched: rt-bandwidth for user grouping interfacePeter Zijlstra1-2/+2
2008-04-30alloc_uid: cleanupAndrew Morton1-16/+2
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells7-145/+96
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra3-3/+45
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani3-34/+55
[next]