summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-04-29Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook3-33/+1
2019-02-25printk: fix print_time bug when run dmesg [1/1]Jianxiong Pan1-0/+4
2018-11-23Merge 4.9.137 into android-4.9Greg Kroah-Hartman145-359/+1102
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-09-10Merge 4.9.126 into android-4.9Greg Kroah-Hartman68-339/+665
2018-09-09printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-08-07Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1009-6932/+15764
2018-07-03Merge 4.9.111 into android-4.9Greg Kroah-Hartman102-268/+816
2018-07-03printk: fix possible reuse of va_list variableTetsuo Handa1-1/+4
2018-04-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
2018-03-22Merge 4.9.89 into android-4.9Greg Kroah-Hartman233-674/+1739
2018-03-22printk: Correctly handle preemption in console_unlock()Petr Mladek1-2/+6
2018-03-22braille-console: Fix value returned by _braille_console_setupSamuel Thibault2-10/+18
2017-11-08printk: a fix for log output disorderingJiamin Ma1-0/+6
2017-03-16Merge branch 'linux-linaro-lsk-v4.9-android' into amlogic-4.9-devVictor Wan1004-4427/+46785
2017-02-24Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-android-v4.9Alex Shi27-92/+112
2017-02-23Merge branch 'upstream-linux-4.9.y' into android-4.9Todd Kjos27-92/+112
2017-02-23printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-02-04printk: add cpu id in printk messageJianxin Pan1-1/+17
2017-01-27ANDROID: ARM: Fix "Make low-level printk work" to use a separate config optionArve Hjønnevåg2-5/+13
2017-01-27ANDROID: ARM: Make low-level printk workTony Lindgren1-0/+8
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 Goede3-20/+1
2016-10-19printk: suppress empty continuation linesLinus Torvalds1-0/+4
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds5-69/+68
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 Torvalds5-23/+19
2016-10-08console: don't prefer first registered if DT specifies stdout-pathPaul Burton3-1/+20
2016-09-02printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky1-15/+23
2016-08-27printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds4-76/+26
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler1-2/+0
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov5-8/+171
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 Perches4-26/+78
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-21printk/nmi: flush NMI messages on the system panicPetr Mladek6-3/+49
2016-05-21printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2-1/+24
2016-05-21printk/nmi: warn when some message has been lost in NMI contextPetr Mladek3-1/+25
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek24-107/+306
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-21kernel: printk: specify alignment for struct printk_logAndrey Ryabinin1-5/+5
[next]