aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgGravatar Borislav Petkov 1-8/+134
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Gravatar Christoph Hellwig 1-1/+1
2016-08-02printk: introduce suppress_message_printing()Gravatar Sergey Senozhatsky 1-6/+19
2016-08-02printk: create pr_<level> functionsGravatar Joe Perches 3-11/+45
2016-08-02printk: do not include interrupt.hGravatar Sergey Senozhatsky 1-1/+0
2016-07-28printk: when dumping regs, show the stack, not thread_infoGravatar Andy Lutomirski 1-3/+2
2016-05-20printk/nmi: flush NMI messages on the system panicGravatar Petr Mladek 3-2/+41
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurableGravatar Petr Mladek 1-1/+2
2016-05-20printk/nmi: warn when some message has been lost in NMI contextGravatar Petr Mladek 3-1/+25
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 4-18/+265
2016-03-17printk: add clear_idx symbol to vmcoreinfoGravatar Ivan Delalande 1-10/+9
2016-03-17printk: check CON_ENABLED in have_callable_console()Gravatar Sergey Senozhatsky 1-1/+2
2016-03-17printk: set may_schedule for some of console_trylock() callersGravatar Sergey Senozhatsky 1-9/+14
2016-03-17printk: move can_use_console() out of console_trylock_for_printk()Gravatar Sergey Senozhatsky 1-55/+42
2016-01-20kernel: printk: specify alignment for struct printk_logGravatar Andrey Ryabinin 1-5/+5
2016-01-16printk: change recursion_bug type to boolGravatar Sergey Senozhatsky 1-3/+3
2016-01-16printk: do cond_resched() between lines while outputting to consolesGravatar Tejun Heo 1-1/+34
2016-01-16printk: only unregister boot consoles when necessaryGravatar Thierry Reding 1-1/+25
2015-11-06printk: prevent userland from spoofing kernel messagesGravatar Mathias Krause 1-5/+8
2015-10-22pstore: add pstore unregisterGravatar Geliang Tang 1-0/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-06-30printk: improve the description of /dev/kmsg line formatGravatar Antonio Ospite 1-4/+4
2015-06-25check_syslog_permissions() cleanupGravatar Vasily Averin 1-5/+5
2015-06-25security_syslog() should be called once onlyGravatar Vasily Averin 1-7/+4
2015-06-25printk: implement support for extended console driversGravatar Tejun Heo 1-8/+58
2015-06-25printk: factor out message formatting from devkmsg_read()Gravatar Tejun Heo 1-66/+80
2015-06-25printk: guard the amount written per line by devkmsg_read()Gravatar Tejun Heo 1-12/+22
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-35/+18
2015-04-11Merge branch 'iocb' into for-nextGravatar Al Viro 1-2/+2
2015-03-26console: Add extensible console matchingGravatar Peter Hurley 1-34/+18
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGravatar Greg Kroah-Hartman 1-1/+0
2015-03-07console: Preserve index after console setup()Gravatar Peter Hurley 1-1/+0
2015-03-07console: Fix console name size mismatchGravatar Peter Hurley 2-1/+2
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2015-02-19kdb: Avoid printing KERN_ levels to consolesGravatar Daniel Thompson 1-1/+1
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCGravatar Joe Perches 1-6/+6
2014-12-13Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+8
2014-12-11printk: Do not disable preemption for accessing printk_funcGravatar Steven Rostedt (Red Hat) 1-2/+8
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+32
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-27/+22
2014-12-10printk: drop logbuf_cpu volatile qualifierGravatar Alex Elder 1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsGravatar Joe Perches 1-15/+13
2014-12-10printk: remove used-once early_vprintkGravatar Joe Perches 1-11/+8
2014-11-21printk/percpu: Define printk_func when printk is not definedGravatar Steven Rostedt (Red Hat) 1-0/+3
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedGravatar Steven Rostedt (Red Hat) 1-9/+29
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsGravatar Sebastian Schmidt 1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2014-10-14printk: git rid of [sched_delayed] message for printk_deferredGravatar Markus Trippelsdorf 1-6/+1