summaryrefslogtreecommitdiff
path: root/kernel/ucount.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-0/+1
2017-03-06ucount: Remove the atomicity from ucount->countEric W. Biederman1-7/+11
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+5
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez1-2/+1
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov1-1/+5
2017-01-24userns: Make ucounts lock irq-safeNikolay Borisov1-6/+8
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman1-0/+1
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman1-0/+1
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman1-0/+1
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman1-0/+1
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman1-0/+1
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman1-0/+1
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman1-18/+21
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman1-21/+95
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman1-0/+53
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman1-0/+99