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