summaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-28sysctl: remove struct ctl_pathThomas Weißschuh1-5/+0
2023-12-28sysctl: delete unused define SYSCTL_PERM_EMPTY_DIRThomas Weißschuh1-2/+0
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+6
2023-08-16sysctl: Add size arg to __register_sysctl_initJoel Granados1-2/+3
2023-08-16sysctl: Add size to register_sysctlJoel Granados1-2/+8
2023-08-16sysctl: Add a size arg to __register_sysctl_tableJoel Granados1-1/+1
2023-08-16sysctl: Add ctl_table_size to ctl_table_headerJoel Granados1-2/+12
2023-06-18sysctl: replace child with an enumerationJoel Granados1-2/+12
2023-05-24sysctl: Refactor base paths registrationsJoel Granados1-23/+0
2023-05-24sysctl: stop exporting register_sysctl_tableJoel Granados1-7/+1
2023-05-03sysctl: remove register_sysctl_paths()Luis Chamberlain1-12/+0
2022-08-09mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song1-0/+4
2022-06-30sysctl: add proc_dointvec_ms_jiffies_minmaxYuwei Wang1-0/+2
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-4/+5
2022-01-30include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton1-1/+1
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-1/+1
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain1-0/+24
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain1-0/+6
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain1-0/+3
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain1-0/+6
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain1-0/+7
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni1-1/+0
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni1-1/+0
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni1-1/+0
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-3/+10
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+3
2021-08-17sysctl: introduce new proc handler proc_doboolJia He1-0/+2
2021-03-26sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+2
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni1-4/+2
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka1-0/+4
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-31/+22
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-0/+8
2019-12-05include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerAlessio Balsini1-4/+2
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-0/+7
2019-06-15sysctl: define proc_do_static_key()Eric Dumazet1-0/+3
2018-02-07pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-3/+0
2017-11-18pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-0/+3
2017-11-10sysctl: add register_sysctl() dummy helperArnd Bergmann1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2017-07-13sysctl: add unsigned int range supportLuis R. Rodriguez1-0/+3
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman1-1/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-04-17sysctl: Remove dead register_sysctl_rootEric W. Biederman1-1/+0
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov1-0/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-27sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-0/+2
2016-08-15net: make net namespace sysctls belong to container's ownerDmitry Torokhov1-0/+4