index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
ucount.c
Age
Commit message (
Expand
)
Author
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-04-24
sysctl: treewide: constify argument ctl_table_root::permissions(table)
Thomas Weißschuh
2024-04-24
kernel misc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
2023-08-15
sysctl: Add size to register_sysctl
Joel Granados
2023-08-15
sysctl: Add a size arg to __register_sysctl_table
Joel Granados
2022-05-18
ucounts: Split rlimit and ucount values and max values
Alexey Gladkov
2022-02-17
ucounts: Handle wrapping in is_ucounts_overlimit
Eric W. Biederman
2022-01-26
ucount: Make get_ucount a safe get_user replacement
Eric W. Biederman
2021-12-09
ucounts: Fix rlimit max values check
Alexey Gladkov
2021-10-20
ucounts: Use atomic_long_sub_return for clarity
Eric W. Biederman
2021-10-20
ucounts: Add get_ucounts_or_wrap for clarity
Eric W. Biederman
2021-10-20
ucounts: Remove unnecessary test for NULL ucount in get_ucounts
Eric W. Biederman
2021-10-18
ucounts: Fix signal ucount refcounting
Eric W. Biederman
2021-08-09
ucounts: add missing data type changes
Sven Schnelle
2021-07-28
ucounts: Fix race condition between alloc_ucounts and put_ucounts
Alexey Gladkov
2021-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2021-04-30
ucounts: Silence warning in dec_rlimit_ucounts
Eric W. Biederman
2021-04-30
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
2021-04-30
Reimplement RLIMIT_SIGPENDING on top of ucounts
Alexey Gladkov
2021-04-30
Reimplement RLIMIT_MSGQUEUE on top of ucounts
Alexey Gladkov
2021-04-30
Reimplement RLIMIT_NPROC on top of ucounts
Alexey Gladkov
2021-04-30
Use atomic_t for ucounts reference counting
Alexey Gladkov
2021-04-30
Add a reference to ucounts for each cred
Alexey Gladkov
2021-04-30
Increase size of ucounts to atomic_long_t
Alexey Gladkov
2021-03-16
fanotify: configurable limits via sysfs
Amir Goldstein
2020-04-07
ucount: Make sure ucounts in /proc/sys/user don't regress again
Jan Kara
2020-04-07
time/namespace: Add max_time_namespaces ucount
Dmitry Safonov
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2017-03-06
ucount: Remove the atomicity from ucount->count
Eric W. Biederman
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-02-08
kernel/ucount.c: mark user_header with kmemleak_ignore()
Luis R. Rodriguez
2017-01-24
inotify: Convert to using per-namespace limits
Nikolay Borisov
2017-01-24
userns: Make ucounts lock irq-safe
Nikolay Borisov
2016-08-31
mntns: Add a limit on the number of mount namespaces.
Eric W. Biederman
2016-08-08
netns: Add a limit on the number of net namespaces
Eric W. Biederman
2016-08-08
cgroupns: Add a limit on the number of cgroup namespaces
Eric W. Biederman
2016-08-08
ipcns: Add a limit on the number of ipc namespaces
Eric W. Biederman
2016-08-08
utsns: Add a limit on the number of uts namespaces
Eric W. Biederman
2016-08-08
pidns: Add a limit on the number of pid namespaces
Eric W. Biederman
2016-08-08
userns: Generalize the user namespace count into ucount
Eric W. Biederman
2016-08-08
userns: Make the count of user namespaces per user
Eric W. Biederman
2016-08-08
userns: Add a limit on the number of user namespaces
Eric W. Biederman
2016-08-08
userns: Add per user namespace sysctls.
Eric W. Biederman