aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds1-133/+99
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 Senozhatsky1-10/+0
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky1-3/+0
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 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+12
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-08-09Revert "printk: create pr_<level> functions"Linus Torvalds1-22/+3
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 Perches1-3/+24
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 Mladek1-1/+1
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek1-0/+10
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-18/+1
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