summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)Author
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-04-12printk: fix double printing with earlyconAleksey Makarov
2017-04-12printk: rename selected_console -> preferred_consoleAleksey Makarov
2017-04-12printk: fix name/type/scope of preferred_console varAleksey Makarov
2017-04-04printk: Correctly handle preemption in console_unlock()Petr Mladek
2017-03-24printk: use console_trylock() in console_cpu_notify()Sergey Senozhatsky
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-02-18printk: use rcuidle console tracepointSergey Senozhatsky
2017-02-08printk: drop call_console_drivers() unused paramSergey Senozhatsky
2017-02-08printk: convert the rest to printk-safeSergey Senozhatsky
2017-02-08printk: remove zap_locks() functionSergey Senozhatsky
2017-02-08printk: use printk_safe buffers in printkSergey Senozhatsky
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky
2017-02-08printk: use vprintk_func in vprintk()Sergey Senozhatsky
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven
2016-12-14printk: remove console flushing special cases for partial buffered linesLinus Torvalds
2016-12-14printk: remove games with previous record flagsLinus Torvalds
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede
2016-11-09kernel/printk: Convert to hotplug state machineSebastian Andrzej Siewior
2016-10-19printk: suppress empty continuation linesLinus Torvalds
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds
2016-10-09printk: make reading the kernel log flush pending linesLinus Torvalds
2016-10-09printk: re-organize log_output() to be more legibleLinus Torvalds
2016-10-09printk: split out core logging code into helper functionLinus Torvalds
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig
2016-08-02printk: introduce suppress_message_printing()Sergey Senozhatsky
2016-08-02printk: create pr_<level> functionsJoe Perches
2016-08-02printk: do not include interrupt.hSergey Senozhatsky
2016-07-28printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-03-17printk: add clear_idx symbol to vmcoreinfoIvan Delalande
2016-03-17printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky