summaryrefslogtreecommitdiffstats
path: root/kernel/utsname_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* utsname: simplify one-level sysctl registration for uts_kern_tableLuis Chamberlain2023-04-131-10/+1
* kernel/utsname_sysctl.c: Fix hostname pollingLinus Torvalds2022-10-231-0/+1
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-0/+7
|\
| * kernel/utsname_sysctl.c: print kernel archPetr Vorel2022-09-111-0/+7
* | utsname: contribute changes to RNGJason A. Donenfeld2022-09-291-0/+2
|/
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-111-16/+25
* sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>Ingo Molnar2017-03-031-0/+1
* sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-3/+3
* kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick2014-06-041-2/+2
* kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu2013-02-271-1/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | sysctl: add support for poll()Lucas De Marchi2011-11-021-0/+23
|/
* sysctl kernel: Remove binary sysctl logicEric W. Biederman2009-11-121-31/+0
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersSerge E. Hallyn2009-04-021-1/+1
* sysctl: simplify ->strategyAlexey Dobriyan2008-10-161-3/+2
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* Isolate the UTS namespace's domainname and hostname backPavel Emelyanov2007-11-291-0/+4
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-4/+1
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: move utsname sysctls to their own fileEric W. Biederman2007-02-141-0/+146