summaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* sysctl: remove struct ctl_pathThomas Weißschuh2023-12-281-5/+0
* sysctl: delete unused define SYSCTL_PERM_EMPTY_DIRThomas Weißschuh2023-12-281-2/+0
* proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-011-0/+6
* sysctl: Add size arg to __register_sysctl_initJoel Granados2023-08-151-2/+3
* sysctl: Add size to register_sysctlJoel Granados2023-08-151-2/+8
* sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-151-1/+1
* sysctl: Add ctl_table_size to ctl_table_headerJoel Granados2023-08-151-2/+12
* sysctl: replace child with an enumerationJoel Granados2023-06-181-2/+12
* sysctl: Refactor base paths registrationsJoel Granados2023-05-231-23/+0
* sysctl: stop exporting register_sysctl_tableJoel Granados2023-05-231-7/+1
* sysctl: remove register_sysctl_paths()Luis Chamberlain2023-05-021-12/+0
* mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song2022-08-081-0/+4
* sysctl: add proc_dointvec_ms_jiffies_minmaxYuwei Wang2022-06-301-0/+2
* net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-4/+5
* include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton2022-01-301-1/+1
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
* sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+24
* fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-0/+6
* sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-0/+3
* sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+6
* sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+7
* random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-221-1/+0
* firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-221-1/+0
* eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-221-1/+0
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-3/+10
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+3
* sysctl: introduce new proc handler proc_doboolJia He2021-08-171-0/+2
* sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+2
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-4/+2
* kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka2020-06-081-0/+4
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-31/+22
* sysctl: remove all extern declaration from sysctl.cChristoph Hellwig2020-04-271-0/+8
* include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerAlessio Balsini2019-12-041-4/+2
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-0/+7
* sysctl: define proc_do_static_key()Eric Dumazet2019-06-141-0/+3
* pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-02-061-3/+0
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-171-0/+3
* sysctl: add register_sysctl() dummy helperArnd Bergmann2017-11-091-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-131-0/+3
|\ \
| * | sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-0/+3
| |/
* / proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2017-07-111-1/+1
|/
* sysctl: Remove dead register_sysctl_rootEric W. Biederman2017-04-161-1/+0
* proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-131-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-2/+1
|\
| * sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-081-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-0/+2
|\ \
| * | sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-261-0/+2
| |/