Age | Commit message (Expand) | Author |
2023-06-18 | sysctl: replace child with an enumeration | Joel Granados |
2023-05-23 | sysctl: Refactor base paths registrations | Joel Granados |
2023-05-23 | sysctl: stop exporting register_sysctl_table | Joel Granados |
2023-05-02 | sysctl: remove register_sysctl_paths() | Luis Chamberlain |
2022-08-08 | mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability | Muchun Song |
2022-06-30 | sysctl: add proc_dointvec_ms_jiffies_minmax | Yuwei Wang |
2022-05-03 | net: sysctl: introduce sysctl SYSCTL_THREE | Tonghao Zhang |
2022-01-30 | include/linux/sysctl.h: fix register_sysctl_mount_point() return type | Andrew Morton |
2022-01-22 | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() | Luis Chamberlain |
2022-01-22 | sysctl: add and use base directory declarer and registration helper | Luis Chamberlain |
2022-01-22 | fs: move pipe sysctls to is own file | Luis Chamberlain |
2022-01-22 | sysctl: move maxolduid as a sysctl specific const | Luis Chamberlain |
2022-01-22 | sysctl: share unsigned long const values | Luis Chamberlain |
2022-01-22 | sysctl: add helper to register a sysctl mount point | Luis Chamberlain |
2022-01-22 | random: move the random sysctl declarations to its own file | Xiaoming Ni |
2022-01-22 | firmware_loader: move firmware sysctl to its own files | Xiaoming Ni |
2022-01-22 | eventpoll: simplify sysctl declaration with register_sysctl() | Xiaoming Ni |
2022-01-22 | sysctl: move some boundary constants from sysctl.c to sysctl_vals | Xiaoming Ni |
2022-01-22 | sysctl: add a new register_sysctl_init() interface | Xiaoming Ni |
2021-08-17 | sysctl: introduce new proc handler proc_dobool | Jia He |
2021-03-25 | sysctl: add proc_dou8vec_minmax() | Eric Dumazet |
2020-08-14 | all arch: remove system call sys_sysctl | Xiaoming Ni |
2020-06-08 | kernel/sysctl: support setting sysctl parameters from kernel command line | Vlastimil Babka |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-04-27 | sysctl: remove all extern declaration from sysctl.c | Christoph Hellwig |
2019-12-04 | include/linux/sysctl.h: inline braces for ctl_table and ctl_table_header | Alessio Balsini |
2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce |
2019-06-14 | sysctl: define proc_do_static_key() | Eric Dumazet |
2018-02-06 | pipe, sysctl: remove pipe_proc_fn() | Eric Biggers |
2017-11-17 | pipe: add proc_dopipe_max_size() to safely assign pipe_max_size | Joe Lawrence |
2017-11-09 | sysctl: add register_sysctl() dummy helper | Arnd Bergmann |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-19 | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-07-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-07-12 | sysctl: add unsigned int range support | Luis R. Rodriguez |
2017-07-11 | proc: Fix proc_sys_prune_dcache to hold a sb reference | Eric W. Biederman |
2017-06-30 | randstruct: Mark various structs for randomization | Kees Cook |
2017-04-16 | sysctl: Remove dead register_sysctl_root | Eric W. Biederman |
2017-02-13 | proc/sysctl: prune stale dentries during unregistering | Konstantin Khlebnikov |
2016-10-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2016-08-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-08-26 | sysctl: handle error writing UINT_MAX to u32 fields | Subash Abhinov Kasiviswanathan |
2016-08-14 | net: make net namespace sysctls belong to container's owner | Dmitry Torokhov |
2016-08-08 | sysctl: Stop implicitly passing current into sysctl_table_root.lookup | Eric W. Biederman |
2016-08-02 | uapi: move forward declarations of internal structures | Alexey Dobriyan |
2015-07-01 | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman |
2015-04-17 | kernel/sysctl.c: threads-max observe limits | Heinrich Schuchardt |
2014-08-08 | sysctl: remove typedef ctl_table | Joe Perches |
2012-11-18 | sysctl: Pass useful parameters to sysctl permissions | Eric W. Biederman |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells |