summaryrefslogtreecommitdiffstats
path: root/fs/proc/kmsg.c
AgeCommit message (Expand)AuthorLines
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+0
2022-09-29printk: Declare log_wait properlyThomas Gleixner-2/+0
2022-07-17proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan-1/+0
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-7/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker-1/+1
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook-5/+5
2010-04-09procfs: Use generic_file_llseek in /proc/kmsgFrederic Weisbecker-0/+1
2010-02-04syslog: use defined constants instead of raw numbersKees Cook-5/+5
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook-7/+7
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan-3/+9
2008-07-25move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+55