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
/
include
/
linux
/
sysctl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysctl: remove struct ctl_path
Thomas Weißschuh
2023-12-28
1
-5
/
+0
*
sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
Thomas Weißschuh
2023-12-28
1
-2
/
+0
*
proc: sysctl: prevent aliased sysctls from getting passed to init
Krister Johansen
2023-11-01
1
-0
/
+6
*
sysctl: Add size arg to __register_sysctl_init
Joel Granados
2023-08-15
1
-2
/
+3
*
sysctl: Add size to register_sysctl
Joel Granados
2023-08-15
1
-2
/
+8
*
sysctl: Add a size arg to __register_sysctl_table
Joel Granados
2023-08-15
1
-1
/
+1
*
sysctl: Add ctl_table_size to ctl_table_header
Joel Granados
2023-08-15
1
-2
/
+12
*
sysctl: replace child with an enumeration
Joel Granados
2023-06-18
1
-2
/
+12
*
sysctl: Refactor base paths registrations
Joel Granados
2023-05-23
1
-23
/
+0
*
sysctl: stop exporting register_sysctl_table
Joel Granados
2023-05-23
1
-7
/
+1
*
sysctl: remove register_sysctl_paths()
Luis Chamberlain
2023-05-02
1
-12
/
+0
*
mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
Muchun Song
2022-08-08
1
-0
/
+4
*
sysctl: add proc_dointvec_ms_jiffies_minmax
Yuwei Wang
2022-06-30
1
-0
/
+2
*
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
2022-05-03
1
-4
/
+5
*
include/linux/sysctl.h: fix register_sysctl_mount_point() return type
Andrew Morton
2022-01-30
1
-1
/
+1
*
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Luis Chamberlain
2022-01-22
1
-1
/
+1
*
sysctl: add and use base directory declarer and registration helper
Luis Chamberlain
2022-01-22
1
-0
/
+24
*
fs: move pipe sysctls to is own file
Luis Chamberlain
2022-01-22
1
-0
/
+6
*
sysctl: move maxolduid as a sysctl specific const
Luis Chamberlain
2022-01-22
1
-0
/
+3
*
sysctl: share unsigned long const values
Luis Chamberlain
2022-01-22
1
-0
/
+6
*
sysctl: add helper to register a sysctl mount point
Luis Chamberlain
2022-01-22
1
-0
/
+7
*
random: move the random sysctl declarations to its own file
Xiaoming Ni
2022-01-22
1
-1
/
+0
*
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
2022-01-22
1
-1
/
+0
*
eventpoll: simplify sysctl declaration with register_sysctl()
Xiaoming Ni
2022-01-22
1
-1
/
+0
*
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
2022-01-22
1
-3
/
+10
*
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
2022-01-22
1
-0
/
+3
*
sysctl: introduce new proc handler proc_dobool
Jia He
2021-08-17
1
-0
/
+2
*
sysctl: add proc_dou8vec_minmax()
Eric Dumazet
2021-03-25
1
-0
/
+2
*
all arch: remove system call sys_sysctl
Xiaoming Ni
2020-08-14
1
-4
/
+2
*
kernel/sysctl: support setting sysctl parameters from kernel command line
Vlastimil Babka
2020-06-08
1
-0
/
+4
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-31
/
+22
*
sysctl: remove all extern declaration from sysctl.c
Christoph Hellwig
2020-04-27
1
-0
/
+8
*
include/linux/sysctl.h: inline braces for ctl_table and ctl_table_header
Alessio Balsini
2019-12-04
1
-4
/
+2
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-18
1
-0
/
+7
*
sysctl: define proc_do_static_key()
Eric Dumazet
2019-06-14
1
-0
/
+3
*
pipe, sysctl: remove pipe_proc_fn()
Eric Biggers
2018-02-06
1
-3
/
+0
*
pipe: add proc_dopipe_max_size() to safely assign pipe_max_size
Joe Lawrence
2017-11-17
1
-0
/
+3
*
sysctl: add register_sysctl() dummy helper
Arnd Bergmann
2017-11-09
1
-0
/
+5
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-19
1
-1
/
+1
|
\
|
*
randstruct: Mark various structs for randomization
Kees Cook
2017-06-30
1
-1
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-07-13
1
-0
/
+3
|
\
\
|
*
|
sysctl: add unsigned int range support
Luis R. Rodriguez
2017-07-12
1
-0
/
+3
|
|
/
*
/
proc: Fix proc_sys_prune_dcache to hold a sb reference
Eric W. Biederman
2017-07-11
1
-1
/
+1
|
/
*
sysctl: Remove dead register_sysctl_root
Eric W. Biederman
2017-04-16
1
-1
/
+0
*
proc/sysctl: prune stale dentries during unregistering
Konstantin Khlebnikov
2017-02-13
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-10-06
1
-2
/
+1
|
\
|
*
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
2016-08-08
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-30
1
-0
/
+2
|
\
\
|
*
|
sysctl: handle error writing UINT_MAX to u32 fields
Subash Abhinov Kasiviswanathan
2016-08-26
1
-0
/
+2
|
|
/
[next]