summaryrefslogtreecommitdiffstats
path: root/fs/proc/kmsg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-10-101-2/+0
|\
| * printk: Declare log_wait properlyThomas Gleixner2022-09-291-2/+0
* | proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-07-171-1/+0
|/
* proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-071-0/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-231-1/+1
* kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-121-5/+5
* procfs: Use generic_file_llseek in /proc/kmsgFrederic Weisbecker2010-04-091-0/+1
* syslog: use defined constants instead of raw numbersKees Cook2010-02-041-5/+5
* syslog: distinguish between /proc/kmsg and syscallsKees Cook2010-02-041-7/+7
* proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan2008-10-231-3/+9
* move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk2008-07-251-0/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+55