summaryrefslogtreecommitdiffstats
path: root/kernel/user.c
Commit message (Expand)AuthorAgeFilesLines
...
* | User namespaces: use the current_user_ns() macroSerge Hallyn2008-11-251-1/+1
* | User namespaces: set of cleanups (v2)Serge Hallyn2008-11-251-34/+13Star
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-36/+1Star
* | 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/+2Star
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-291-11/+4Star
* 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/+20Star
* Kobject: convert kernel/user.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-251-5/+4Star
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-251-1/+1
* fix struct user_info export's sysfs interactionKay Sievers2008-01-251-53/+51Star
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-251-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/+3Star
|/
* 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/+2Star
* 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
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* Fix unlikely (but possible) race condition on task->user accessLinus Torvalds2006-11-041-0/+11
* [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-231-1/+1
* [PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis2006-06-201-1/+1
* [PATCH] free_uid() locking improvementAndrew Morton2006-03-241-3/+7
* [PATCH] "Fix uidhash_lock <-> RXU deadlock" fixAndrew Morton2006-02-011-10/+17
* [PATCH] fix uidhash_lock <-> RCU deadlockIngo Molnar2006-01-311-8/+17
* [PATCH] inotifyRobert Love2005-07-131-0/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+189