aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/kmsg.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-17proc: delete unused <linux/uaccess.h> includesGravatar Alexey Dobriyan 1-1/+0
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codeGravatar Paul Gortmaker 1-1/+1
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgGravatar Kees Cook 1-5/+5
2010-04-09procfs: Use generic_file_llseek in /proc/kmsgGravatar Frederic Weisbecker 1-0/+1
2010-02-04syslog: use defined constants instead of raw numbersGravatar Kees Cook 1-5/+5
2010-02-04syslog: distinguish between /proc/kmsg and syscallsGravatar Kees Cook 1-7/+7
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cGravatar Alexey Dobriyan 1-3/+9
2008-07-25move proc_kmsg_operations to fs/proc/internal.hGravatar Adrian Bunk 1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+55