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