aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/kmsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook1-5/+5
2010-04-09procfs: Use generic_file_llseek in /proc/kmsgFrederic Weisbecker1-0/+1
2010-02-04syslog: use defined constants instead of raw numbersKees Cook1-5/+5
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-7/+7
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan1-3/+9
2008-07-25move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+55