aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 4-237/+310
2017-02-18printk: use rcuidle console tracepointGravatar Sergey Senozhatsky 1-1/+1
2017-02-08printk: drop call_console_drivers() unused paramGravatar Sergey Senozhatsky 1-8/+4
2017-02-08printk: convert the rest to printk-safeGravatar Sergey Senozhatsky 1-38/+65
2017-02-08printk: remove zap_locks() functionGravatar Sergey Senozhatsky 1-61/+0
2017-02-08printk: use printk_safe buffers in printkGravatar Sergey Senozhatsky 1-15/+32
2017-02-08printk: report lost messages in printk safe/nmi contextsGravatar Sergey Senozhatsky 3-37/+28
2017-02-08printk: always use deferred printk when flush printk_safe linesGravatar Sergey Senozhatsky 1-8/+6
2017-02-08printk: introduce per-cpu safe_print seq bufferGravatar Sergey Senozhatsky 4-52/+157
2017-02-08printk: rename nmi.c and exported apiGravatar Sergey Senozhatsky 2-33/+33
2017-02-08printk: use vprintk_func in vprintk()Gravatar Sergey Senozhatsky 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-15printk: Remove no longer used second struct contGravatar Geert Uytterhoeven 1-6/+0
2016-12-14printk: remove console flushing special cases for partial buffered linesGravatar Linus Torvalds 1-103/+5
2016-12-14printk: remove games with previous record flagsGravatar Linus Torvalds 1-85/+24
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedGravatar Petr Mladek 1-1/+2
2016-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-30/+53
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-13/+12
2016-12-12printk/NMI: handle continuous lines and missing newlineGravatar Petr Mladek 1-28/+50
2016-12-12printk/NMI: fix up handling of the full nmi log bufferGravatar Petr Mladek 1-2/+3
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-1/+1
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenGravatar Thomas Gleixner 1-2/+4
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Gravatar Linus Torvalds 1-11/+0
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Gravatar Hans de Goede 1-12/+1
2016-11-09kernel/printk: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-16/+13
2016-10-19printk: suppress empty continuation linesGravatar Linus Torvalds 1-0/+4
2016-10-10Merge branch 'printk-cleanups'Gravatar Linus Torvalds 1-63/+61
2016-10-09printk: make reading the kernel log flush pending linesGravatar Linus Torvalds 1-0/+11
2016-10-09printk: re-organize log_output() to be more legibleGravatar Linus Torvalds 1-35/+27
2016-10-09printk: split out core logging code into helper functionGravatar Linus Torvalds 1-39/+39
2016-10-09printk: reinstate KERN_CONT for printing continuation linesGravatar Linus Torvalds 1-17/+12
2016-10-07console: don't prefer first registered if DT specifies stdout-pathGravatar Paul Burton 1-1/+12
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Gravatar Sergey Senozhatsky 1-15/+23
2016-08-26printk: fix parsing of "brl=" optionGravatar Nicolas Iooss 1-2/+2
2016-08-09Revert "printk: create pr_<level> functions"Gravatar Linus Torvalds 3-43/+11
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKGravatar Andreas Ziegler 1-2/+0
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