aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/user.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11binfmt_misc: enable sandboxed mountsChristian Brauner1-0/+13
2022-11-30kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe1-0/+1
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin1-0/+25
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-1/+0
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov1-1/+0
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov1-1/+0
2020-08-19user: Use generic ns_common::countKirill Tkhai1-1/+1
2020-06-04user.c: make uidhash_table staticJason Yan1-1/+1
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+3
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells1-6/+1
2019-06-26keys: Namespace keyring namesDavid Howells1-0/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes1-6/+1
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner1-4/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior1-4/+4
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+3
2017-10-31userns: use union in {g,u}idmap structChristian Brauner1-12/+18
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman1-0/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-0/+3
2014-12-04common object embedded into various struct ....nsAl Viro1-1/+1
2014-06-04kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov1-1/+0
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker1-2/+1
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 Howells1-0/+4
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-2/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-01-26userns: Avoid recursion in put_user_nsEric W. Biederman1-3/+1
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+2
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman1-0/+8
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. Biederman1-0/+16
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman1-3/+4
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman1-15/+13
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman1-3/+3
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn1-2/+6
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 Zefan1-9/+1
2010-03-16sched: Remove some dead codeDan Carpenter1-2/+0
2010-01-21sched: Remove USER_SCHEDDhaval Giani1-305/+0
2009-11-02uids: Prevent tear down raceThomas Gleixner1-1/+1
2009-06-15sched: delayed cleanup of user_structKay Sievers1-28/+39
2009-03-24Merge branch 'master' into nextJames Morris1-9/+26
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 Giani1-0/+18
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn1-1/+1
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 Torvalds1-0/+2
2008-12-09user namespaces: document CFS behaviorSerge E. Hallyn1-1/+7
2008-12-08user 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 Bharadwaj1-0/+2
2008-11-24User namespaces: use the current_user_ns() macroSerge Hallyn1-1/+1
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-34/+13
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-36/+1
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+2
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 Howells1-11/+4
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra1-1/+1
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani1-1/+1
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra1-0/+28
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra1-7/+15
2008-02-13sched: rt-group: interfacePeter Zijlstra1-0/+28
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov1-0/+10
2008-01-25uids: merge multiple error paths in alloc_uid() into onePavel Emelyanov1-27/+20
2008-01-24Kobject: convert kernel/user.c to use kobject_init/add_ng()Greg Kroah-Hartman1-5/+4
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-1/+1
2008-01-24fix struct user_info export's sysfs interactionKay Sievers1-53/+51
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-2/+2
2007-11-26sched: don't forget to unlock uids_mutex on error pathsPavel Emelyanov1-1/+6
2007-10-24sched: make cpu_shares_{show,store}() staticAdrian Bunk1-2/+3
2007-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-8/+15
2007-10-17user.c: #ifdef ->mq_bytesAlexey Dobriyan1-2/+2
2007-10-17user.c: deinlineAlexey Dobriyan1-5/+3
2007-10-17sched: fix !SYSFS build breakageDhaval Giani1-8/+15
2007-10-15sched: generate uevents for user creation/destructionSrivatsa Vaddagiri1-0/+4
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani1-30/+210
2007-10-15sched: cleanup: rename task_grp to task_groupIngo Molnar1-1/+1
2007-10-15sched: add fair-user schedulerSrivatsa Vaddagiri1-0/+43
2007-09-19Fix user namespace exiting OOPsPavel Emelyanov1-1/+25
2007-09-19Convert uid hash to hlistPavel Emelyanov1-7/+8
2007-09-19kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-6/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16user namespace: add the frameworkCedric Le Goater1-9/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-04Fix unlikely (but possible) race condition on task->user accessLinus Torvalds1-0/+11
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay1-1/+1
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis1-1/+1
2006-03-24[PATCH] free_uid() locking improvementAndrew Morton1-3/+7
2006-01-31[PATCH] "Fix uidhash_lock <-> RXU deadlock" fixAndrew Morton1-10/+17
2006-01-31[PATCH] fix uidhash_lock <-> RCU deadlockIngo Molnar1-8/+17
2005-07-12[PATCH] inotifyRobert Love1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+189