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
/
fs
/
proc
/
proc_sysctl.c
Age
Commit message (
Expand
)
Author
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-08-15
sysctl: Use ctl_table_size as stopping criteria for list macro
Joel Granados
2023-08-15
sysctl: Add size arg to __register_sysctl_init
Joel Granados
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
2023-08-15
sysctl: Add size argument to init_header
Joel Granados
2023-08-15
sysctl: Use ctl_table_header in list_for_each_table_entry
Joel Granados
2023-08-15
sysctl: Prefer ctl_table_header in proc_sysctl
Joel Granados
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-07-24
procfs: convert to ctime accessor functions
Jeff Layton
2023-06-30
sysctl: set variable sysctl_mount_point storage-class-specifier to static
Tom Rix
2023-06-28
Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-06-18
sysctl: replace child with an enumeration
Joel Granados
2023-06-18
sysctl: Remove debugging dump_stack
Joel Granados
2023-05-24
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
2023-05-23
sysctl: Remove register_sysctl_table
Joel Granados
2023-05-23
sysctl: stop exporting register_sysctl_table
Joel Granados
2023-05-02
sysctl: remove register_sysctl_paths()
Luis Chamberlain
2023-04-27
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-04-13
proc_sysctl: enhance documentation
Luis Chamberlain
2023-04-13
sysctl: clarify register_sysctl_init() base directory order
Luis Chamberlain
2023-04-13
proc_sysctl: move helper which creates required subdirectories
Luis Chamberlain
2023-04-13
proc_sysctl: update docs for __register_sysctl_table()
Luis Chamberlain
2023-04-08
proc: remove mark_inode_dirty() in .setattr()
Chao Yu
2023-02-21
sysctl: fix proc_dobool() usability
Ondrej Mosnacek
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2022-09-08
kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
Liu Shixin
2022-09-08
proc: remove initialization assignment
Li zeming
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-04
memcg: accounting for objects allocated for new netdevice
Vasily Averin
2022-05-03
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
2022-04-25
sysctl: minor cleanup in new_dir()
Vasily Averin
2022-04-21
fs/proc: Introduce list_for_each_table_entry for proc sysctl
Meng Tang
2022-01-22
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Luis Chamberlain
2022-01-22
sysctl: add and use base directory declarer and registration helper
Luis Chamberlain
2022-01-22
sysctl: move maxolduid as a sysctl specific const
Luis Chamberlain
2022-01-22
sysctl: share unsigned long const values
Luis Chamberlain
2022-01-22
sysctl: add helper to register a sysctl mount point
Luis Chamberlain
2022-01-22
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
2022-01-22
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
2022-01-20
sysctl: remove redundant ret assignment
luo penghao
2022-01-20
sysctl: fix duplicate path separator in printed entries
Geert Uytterhoeven
2021-07-03
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2021-05-06
proc/sysctl: fix function name error in comments
zhouchuangao
2021-04-29
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-04-25
sysctl: use min() helper for namecmp()
Masahiro Yamada
2021-04-07
switch file_open_root() to struct path
Al Viro
2021-03-25
sysctl: add proc_dou8vec_minmax()
Eric Dumazet
[next]