aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/user.c
AgeCommit message (Expand)Author
2022-11-30kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov
2020-08-19user: Use generic ns_common::countKirill Tkhai
2020-06-04user.c: make uidhash_table staticJason Yan
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells
2019-06-26keys: Namespace keyring namesDavid Howells
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony
2017-10-31userns: use union in {g,u}idmap structChristian Brauner
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2014-06-04kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker
2013-12-13KEYS: fix uninitialized persistent_keyring_register_semXiao Guangrong
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-26userns: Avoid recursion in put_user_nsEric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman
2012-05-19userns: Silence silly gcc warning.Eric W. Biederman
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn
2010-12-29fix freeing user_struct in user cacheHillf Danton
2010-10-26kernel/user.c: add lock release annotation on free_user()Namhyung Kim
2010-05-10sched: Remove a stale commentLi Zefan
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan
2010-03-16sched: Remove some dead codeDan Carpenter
2010-01-21sched: Remove USER_SCHEDDhaval Giani
2009-11-02uids: Prevent tear down raceThomas Gleixner
2009-06-15sched: delayed cleanup of user_structKay Sievers
2009-03-24Merge branch 'master' into nextJames Morris
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani