Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-09kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin
2022-09-09proc: remove initialization assignmentLi zeming
2022-05-27Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-05memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2022-01-20sysctl: remove redundant ret assignmentluo penghao
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-05-07proc/sysctl: fix function name error in commentszhouchuangao
2021-04-30Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-04-24sysctl: use min() helper for namecmp()Masahiro Yamada
2021-04-07switch file_open_root() to struct pathAl Viro
2021-03-26sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-09-09sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)
2020-06-11Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-17fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov
2019-04-12bpf: Sysctl hookAndrey Ignatov
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2018-12-14proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande