summaryrefslogtreecommitdiffstats
path: root/kernel/user.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-171-0/+1
|\
| * userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2014-12-111-0/+1
* | copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+3
* | common object embedded into various struct ....nsAl Viro2014-12-041-1/+1
|/
* kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-041-1/+0
* kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-031-2/+1
* KEYS: fix uninitialized persistent_keyring_register_semXiao Guangrong2013-12-131-3/+3
* KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-241-0/+4
* userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-261-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-1/+1
* | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* userns: Avoid recursion in put_user_nsEric W. Biederman2013-01-261-3/+1
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+2
* userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman2012-09-181-0/+8
* userns: Silence silly gcc warning.Eric W. Biederman2012-05-191-2/+2
* userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2012-04-261-0/+16
* userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-261-3/+4
* userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-071-15/+13
* userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-071-3/+3
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-231-2/+6
* fix freeing user_struct in user cacheHillf Danton2010-12-291-0/+1
* kernel/user.c: add lock release annotation on free_user()Namhyung Kim2010-10-261-0/+1
* sched: Remove a stale commentLi Zefan2010-05-101-1/+0
* sched: Remove remaining USER_SCHED codeLi Zefan2010-04-021-9/+1
* sched: Remove some dead codeDan Carpenter2010-03-161-2/+0
* sched: Remove USER_SCHEDDhaval Giani2010-01-211-305/+0
* uids: Prevent tear down raceThomas Gleixner2009-11-021-1/+1
* sched: delayed cleanup of user_structKay Sievers2009-06-151-28/+39
* Merge branch 'master' into nextJames Morris2009-03-241-9/+26
|\
| * kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani2009-03-101-7/+7
| * sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-271-0/+18
| * User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn2009-02-131-2/+1
* | keys: distinguish per-uid keys in different namespacesSerge E. Hallyn2009-02-271-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-281-0/+2
|\
| * sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj2008-12-011-0/+2
* | user namespaces: document CFS behaviorSerge E. Hallyn2008-12-091-1/+7
* | user namespaces: let user_ns be cloned with fairschedSerge E. Hallyn2008-12-081-0/+4
* | User namespaces: use the current_user_ns() macroSerge Hallyn2008-11-241-1/+1
* | User namespaces: set of cleanups (v2)Serge Hallyn2008-11-241-34/+13
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-36/+1
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
|/
* sched: rt-bandwidth for user grouping interfacePeter Zijlstra2008-08-191-2/+2
* alloc_uid: cleanupAndrew Morton2008-04-301-16/+2
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-291-11/+4
* sched: fix the task_group hierarchy for UID groupingPeter Zijlstra2008-04-191-1/+1
* sched: allow the group scheduler to have multiple levelsDhaval Giani2008-04-191-1/+1
* sched: rt-group: synchonised bandwidth periodPeter Zijlstra2008-04-191-0/+28
OpenPOWER on IntegriCloud