summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorLines
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds-11/+0
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede-12/+1
2016-10-19printk: suppress empty continuation linesLinus Torvalds-0/+4
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds-63/+61
2016-10-09printk: make reading the kernel log flush pending linesLinus Torvalds-0/+11
2016-10-09printk: re-organize log_output() to be more legibleLinus Torvalds-35/+27
2016-10-09printk: split out core logging code into helper functionLinus Torvalds-39/+39
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds-17/+12
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton-1/+12
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky-15/+23
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss-2/+2
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds-43/+11
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler-2/+0
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov-8/+134
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig-1/+1
2016-08-02printk: introduce suppress_message_printing()Sergey Senozhatsky-6/+19
2016-08-02printk: create pr_<level> functionsJoe Perches-11/+45
2016-08-02printk: do not include interrupt.hSergey Senozhatsky-1/+0
2016-07-28printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski-3/+2
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek-2/+41
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek-1/+2
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek-1/+25
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek-18/+265
2016-03-17printk: add clear_idx symbol to vmcoreinfoIvan Delalande-10/+9
2016-03-17printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky-1/+2
2016-03-17printk: set may_schedule for some of console_trylock() callersSergey Senozhatsky-9/+14
2016-03-17printk: move can_use_console() out of console_trylock_for_printk()Sergey Senozhatsky-55/+42
2016-01-20kernel: printk: specify alignment for struct printk_logAndrey Ryabinin-5/+5
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky-3/+3
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo-1/+34
2016-01-16printk: only unregister boot consoles when necessaryThierry Reding-1/+25
2015-11-06printk: prevent userland from spoofing kernel messagesMathias Krause-5/+8
2015-10-22pstore: add pstore unregisterGeliang Tang-0/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young-1/+1
2015-06-30printk: improve the description of /dev/kmsg line formatAntonio Ospite-4/+4
2015-06-25check_syslog_permissions() cleanupVasily Averin-5/+5
2015-06-25security_syslog() should be called once onlyVasily Averin-7/+4
2015-06-25printk: implement support for extended console driversTejun Heo-8/+58
2015-06-25printk: factor out message formatting from devkmsg_read()Tejun Heo-66/+80
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo-12/+22
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-35/+18
2015-04-11Merge branch 'iocb' into for-nextAl Viro-2/+2
2015-03-26console: Add extensible console matchingPeter Hurley-34/+18
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig-1/+1
2015-03-12fs: remove ki_nbytesChristoph Hellwig-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman-1/+0
2015-03-07console: Preserve index after console setup()Peter Hurley-1/+0
2015-03-07console: Fix console name size mismatchPeter Hurley-1/+2
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson-1/+1