aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-10/+42
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-3/+3
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-25/+56
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre1-0/+24
2017-04-12printk: fix double printing with earlyconAleksey Makarov1-10/+36
2017-04-12printk: rename selected_console -> preferred_consoleAleksey Makarov1-5/+5
2017-04-12printk: fix name/type/scope of preferred_console varAleksey Makarov1-6/+6
2017-04-04printk: Correctly handle preemption in console_unlock()Petr Mladek1-2/+6
2017-03-31braille-console: Fix value returned by _braille_console_setupSamuel Thibault2-10/+18
2017-03-24printk: use console_trylock() in console_cpu_notify()Sergey Senozhatsky1-5/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds4-237/+310
2017-02-18printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-02-08printk: drop call_console_drivers() unused paramSergey Senozhatsky1-8/+4
2017-02-08printk: convert the rest to printk-safeSergey Senozhatsky1-38/+65
2017-02-08printk: remove zap_locks() functionSergey Senozhatsky1-61/+0
2017-02-08printk: use printk_safe buffers in printkSergey Senozhatsky1-15/+32
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky3-37/+28
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky1-8/+6
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky4-52/+157
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky2-33/+33
2017-02-08printk: use vprintk_func in vprintk()Sergey Senozhatsky1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven1-6/+0
2016-12-14printk: remove console flushing special cases for partial buffered linesLinus Torvalds1-103/+5
2016-12-14printk: remove games with previous record flagsLinus Torvalds1-85/+24
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek1-1/+2
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-30/+53
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+12
2016-12-12printk/NMI: handle continuous lines and missing newlinePetr Mladek1-28/+50
2016-12-12printk/NMI: fix up handling of the full nmi log bufferPetr Mladek1-2/+3
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-1/+1
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner1-2/+4
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-11-09kernel/printk: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+13
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