summaryrefslogtreecommitdiffstats
path: root/kernel/user.c
Commit message (Expand)AuthorAgeFilesLines
* binfmt_misc: enable sandboxed mountsChristian Brauner2023-10-111-0/+13
* kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe2022-11-301-0/+1
* fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin2021-09-081-0/+25
* Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-1/+0
* Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov2021-04-301-1/+0
* Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov2021-04-301-1/+0
* user: Use generic ns_common::countKirill Tkhai2020-08-191-1/+1
* user.c: make uidhash_table staticJason Yan2020-06-041-1/+1
* Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-5/+3
|\
| * keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-261-6/+1
| * keys: Namespace keyring namesDavid Howells2019-06-261-0/+3
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* kernel/user.c: clean up some leftover codeRasmus Villemoes2019-05-141-6/+1
* userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner2018-08-221-4/+1
* userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-221-4/+4
* efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+3
* userns: use union in {g,u}idmap structChristian Brauner2017-10-311-12/+18
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-171-0/+1
|\
| * userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2014-12-111-0/+1
* | copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+3
* | common object embedded into various struct ....nsAl Viro2014-12-041-1/+1
|/
* kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-041-1/+0
* kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-031-2/+1
* KEYS: fix uninitialized persistent_keyring_register_semXiao Guangrong2013-12-131-3/+3
* KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-241-0/+4
* userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-261-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-1/+1
* | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* userns: Avoid recursion in put_user_nsEric W. Biederman2013-01-261-3/+1
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+2
* userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman2012-09-181-0/+8
* userns: Silence silly gcc warning.Eric W. Biederman2012-05-191-2/+2
* userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2012-04-261-0/+16
* userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-261-3/+4
* userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-071-15/+13
* userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-071-3/+3
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-231-2/+6
* fix freeing user_struct in user cacheHillf Danton2010-12-291-0/+1
* 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
|\