index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_sysctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Luis Chamberlain
2022-01-22
1
-2
/
+2
*
sysctl: add and use base directory declarer and registration helper
Luis Chamberlain
2022-01-22
1
-0
/
+9
*
sysctl: move maxolduid as a sysctl specific const
Luis Chamberlain
2022-01-22
1
-1
/
+1
*
sysctl: share unsigned long const values
Luis Chamberlain
2022-01-22
1
-0
/
+3
*
sysctl: add helper to register a sysctl mount point
Luis Chamberlain
2022-01-22
1
-0
/
+14
*
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
2022-01-22
1
-1
/
+1
*
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
2022-01-22
1
-0
/
+33
*
sysctl: remove redundant ret assignment
luo penghao
2022-01-20
1
-1
/
+0
*
sysctl: fix duplicate path separator in printed entries
Geert Uytterhoeven
2022-01-20
1
-4
/
+4
*
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2021-07-03
1
-1
/
+1
|
\
|
*
switch file_open_root() to struct path
Al Viro
2021-04-07
1
-1
/
+1
*
|
proc/sysctl: fix function name error in comments
zhouchuangao
2021-05-06
1
-1
/
+1
*
|
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-04-29
1
-6
/
+1
|
\
\
|
*
|
sysctl: use min() helper for namecmp()
Masahiro Yamada
2021-04-25
1
-6
/
+1
|
|
/
*
/
sysctl: add proc_dou8vec_minmax()
Eric Dumazet
2021-03-25
1
-0
/
+6
|
/
*
proc: use kvzalloc for our kernel buffer
Josef Bacik
2021-02-26
1
-2
/
+2
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-6
/
+9
|
\
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-3
/
+6
|
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
*
|
proc_sysctl: fix oops caused by incorrect command parameters
Xiaoming Ni
2021-01-24
1
-1
/
+6
|
/
*
sysctl: Convert to iter interfaces
Matthew Wilcox (Oracle)
2020-09-08
1
-24
/
+24
*
Call sysctl_head_finish on error
Matthew Wilcox (Oracle)
2020-07-03
1
-3
/
+3
*
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-10
1
-0
/
+4
|
\
|
*
sysctl: reject gigantic reads/write to sysctl files
Christoph Hellwig
2020-06-10
1
-0
/
+4
*
|
kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases
Guilherme G. Piccoli
2020-06-08
1
-2
/
+5
*
|
kernel/hung_task convert hung_task_panic boot parameter to sysctl
Vlastimil Babka
2020-06-08
1
-0
/
+1
*
|
kernel/sysctl: support handling command line aliases
Vlastimil Babka
2020-06-08
1
-7
/
+41
*
|
kernel/sysctl: support setting sysctl parameters from kernel command line
Vlastimil Babka
2020-06-08
1
-0
/
+107
|
/
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-18
/
+29
*
proc: Use d_invalidate in proc_prune_siblings_dcache
Eric W. Biederman
2020-02-24
1
-4
/
+4
*
proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache
Eric W. Biederman
2020-02-20
1
-34
/
+1
*
proc: Rename in proc_inode rename sysctl_inodes sibling_inodes
Eric W. Biederman
2020-02-20
1
-4
/
+4
*
proc: decouple proc from VFS with "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-1
/
+1
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-18
1
-0
/
+4
*
fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...
Radoslaw Burny
2019-07-16
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-02
1
-2
/
+4
|
\
|
*
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
2019-04-26
1
-2
/
+4
*
|
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
2019-04-12
1
-1
/
+1
*
|
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
1
-5
/
+17
*
|
bpf: Sysctl hook
Andrey Ignatov
2019-04-12
1
-0
/
+5
|
/
*
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
2019-03-29
1
-1
/
+2
*
proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
Ivan Delalande
2018-12-13
1
-7
/
+6
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
switch the rest of procfs lookups to d_splice_alias()
Al Viro
2018-05-26
1
-3
/
+12
*
fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()
Waiman Long
2018-04-11
1
-1
/
+1
*
fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()
Danilo Krummrich
2018-04-11
1
-6
/
+3
*
fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table
Danilo Krummrich
2018-04-11
1
-0
/
+3
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
fs: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
[next]