| Commit message (Expand) | Author | Age | Files | Lines |
* | utsname: simplify one-level sysctl registration for uts_kern_table | Luis Chamberlain | 2023-04-13 | 1 | -10/+1 |
* | kernel/utsname_sysctl.c: Fix hostname polling | Linus Torvalds | 2022-10-23 | 1 | -0/+1 |
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 1 | -0/+7 |
|\ |
|
| * | kernel/utsname_sysctl.c: print kernel arch | Petr Vorel | 2022-09-12 | 1 | -0/+7 |
* | | utsname: contribute changes to RNG | Jason A. Donenfeld | 2022-09-29 | 1 | -0/+2 |
|/ |
|
* | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 2020-04-27 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -5/+1 |
* | sys: don't hold uts_sem while accessing userspace memory | Jann Horn | 2018-08-11 | 1 | -16/+25 |
* | sched/headers: Remove <linux/rwsem.h> from <linux/sched.h> | Ingo Molnar | 2017-03-03 | 1 | -0/+1 |
* | sysctl: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-07 | 1 | -3/+3 |
* | kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall | Fabian Frederick | 2014-06-05 | 1 | -2/+2 |
* | kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code block | Yuanhan Liu | 2013-02-28 | 1 | -1/+2 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 1 | -1/+1 |
|\ |
|
| * | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | sysctl: add support for poll() | Lucas De Marchi | 2011-11-03 | 1 | -0/+23 |
|/ |
|
* | sysctl kernel: Remove binary sysctl logic | Eric W. Biederman | 2009-11-12 | 1 | -31/+0 |
* | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 1 | -2/+2 |
* | proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers | Serge E. Hallyn | 2009-04-03 | 1 | -1/+1 |
* | sysctl: simplify ->strategy | Alexey Dobriyan | 2008-10-16 | 1 | -3/+2 |
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
* | Isolate the UTS namespace's domainname and hostname back | Pavel Emelyanov | 2007-11-29 | 1 | -0/+4 |
* | remove CONFIG_UTS_NS and CONFIG_IPC_NS | Cedric Le Goater | 2007-07-16 | 1 | -4/+1 |
* | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2007-02-14 | 1 | -1/+1 |
* | [PATCH] sysctl: move utsname sysctls to their own file | Eric W. Biederman | 2007-02-14 | 1 | -0/+146 |