summaryrefslogtreecommitdiffstats
path: root/kernel/user.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched: rt-group: make rt groups scheduling configurablePeter Zijlstra2008-02-131-7/+15
* sched: rt-group: interfacePeter Zijlstra2008-02-131-0/+28
* namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov2008-02-081-0/+10
* uids: merge multiple error paths in alloc_uid() into onePavel Emelyanov2008-01-251-27/+20
* Kobject: convert kernel/user.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-5/+4
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-241-1/+1
* fix struct user_info export's sysfs interactionKay Sievers2008-01-241-53/+51
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-241-2/+2
* sched: don't forget to unlock uids_mutex on error pathsPavel Emelyanov2007-11-261-1/+6
* sched: make cpu_shares_{show,store}() staticAdrian Bunk2007-10-241-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-171-8/+15
|\
| * sched: fix !SYSFS build breakageDhaval Giani2007-10-171-8/+15
* | user.c: #ifdef ->mq_bytesAlexey Dobriyan2007-10-171-2/+2
* | user.c: deinlineAlexey Dobriyan2007-10-171-5/+3
|/
* sched: generate uevents for user creation/destructionSrivatsa Vaddagiri2007-10-151-0/+4
* sched: group scheduling, sysfs tunablesDhaval Giani2007-10-151-30/+210
* sched: cleanup: rename task_grp to task_groupIngo Molnar2007-10-151-1/+1
* sched: add fair-user schedulerSrivatsa Vaddagiri2007-10-151-0/+43
* Fix user namespace exiting OOPsPavel Emelyanov2007-09-191-1/+25
* Convert uid hash to hlistPavel Emelyanov2007-09-191-7/+8
* kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-09-191-6/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* user namespace: add the frameworkCedric Le Goater2007-07-161-9/+9
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
OpenPOWER on IntegriCloud