summaryrefslogtreecommitdiffstats
path: root/kernel/user.c
AgeCommit message (Expand)AuthorLines
2009-06-15sched: delayed cleanup of user_structKay Sievers-28/+39
2009-03-24Merge branch 'master' into nextJames Morris-9/+26
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani-7/+7
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani-0/+18
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn-1/+1
2009-02-13User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn-2/+1
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2008-12-09user namespaces: document CFS behaviorSerge E. Hallyn-1/+7
2008-12-08user namespaces: let user_ns be cloned with fairschedSerge E. Hallyn-0/+4
2008-12-01sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj-0/+2
2008-11-24User namespaces: use the current_user_ns() macroSerge Hallyn-1/+1
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn-34/+13
2008-11-14CRED: Inaugurate COW credentialsDavid Howells-36/+1
2008-11-14CRED: Separate task security context from task_structDavid Howells-2/+2
2008-08-19sched: rt-bandwidth for user grouping interfacePeter Zijlstra-2/+2
2008-04-30alloc_uid: cleanupAndrew Morton-16/+2
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells-11/+4
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra-1/+1
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani-1/+1
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra-0/+28
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra-7/+15
2008-02-13sched: rt-group: interfacePeter Zijlstra-0/+28
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov-0/+10
2008-01-25uids: merge multiple error paths in alloc_uid() into onePavel Emelyanov-27/+20
2008-01-24Kobject: convert kernel/user.c to use kobject_init/add_ng()Greg Kroah-Hartman-5/+4
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman-1/+1
2008-01-24fix struct user_info export's sysfs interactionKay Sievers-53/+51
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman-2/+2
2007-11-26sched: don't forget to unlock uids_mutex on error pathsPavel Emelyanov-1/+6
2007-10-24sched: make cpu_shares_{show,store}() staticAdrian Bunk-2/+3
2007-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds-8/+15
2007-10-17user.c: #ifdef ->mq_bytesAlexey Dobriyan-2/+2
2007-10-17user.c: deinlineAlexey Dobriyan-5/+3
2007-10-17sched: fix !SYSFS build breakageDhaval Giani-8/+15
2007-10-15sched: generate uevents for user creation/destructionSrivatsa Vaddagiri-0/+4
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani-30/+210
2007-10-15sched: cleanup: rename task_grp to task_groupIngo Molnar-1/+1
2007-10-15sched: add fair-user schedulerSrivatsa Vaddagiri-0/+43
2007-09-19Fix user namespace exiting OOPsPavel Emelyanov-1/+25
2007-09-19Convert uid hash to hlistPavel Emelyanov-7/+8
2007-09-19kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke-6/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-16user namespace: add the frameworkCedric Le Goater-9/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-1/+1
2006-11-04Fix unlikely (but possible) race condition on task->user accessLinus Torvalds-0/+11
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay-1/+1
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis-1/+1
2006-03-24[PATCH] free_uid() locking improvementAndrew Morton-3/+7
2006-01-31[PATCH] "Fix uidhash_lock <-> RXU deadlock" fixAndrew Morton-10/+17