aboutsummaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Gravatar Alexey Dobriyan 1-1/+1
2018-11-29printk: Make printk_emit() local function.Gravatar Tetsuo Handa 1-5/+0
2018-08-14Merge branch 'for-4.19-nmi' into for-linusGravatar Petr Mladek 1-0/+4
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIGravatar Petr Mladek 1-0/+4
2018-06-27printk: Make CONSOLE_LOGLEVEL_QUIET configurableGravatar Hans de Goede 1-3/+3
2018-03-15printk: move dump stack related code to lib/dump_stack.cGravatar Dave Young 1-2/+5
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-4/+2
2017-11-13kallsyms: fix building without printkGravatar Arnd Bergmann 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-19printk: simplify no_printk()Gravatar Masahiro Yamada 1-4/+2
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREGravatar Hari Bathini 1-2/+2
2017-02-08printk: introduce per-cpu safe_print seq bufferGravatar Sergey Senozhatsky 1-6/+15
2017-02-08printk: rename nmi.c and exported apiGravatar Sergey Senozhatsky 1-6/+6
2016-12-12printk: add Kconfig option to set default console loglevelGravatar Olof Johansson 1-1/+6
2016-12-12printk/btrfs: handle more message headersGravatar Petr Mladek 1-0/+2
2016-12-12printk/kdb: handle more message headersGravatar Petr Mladek 1-0/+8
2016-10-09printk: reinstate KERN_CONT for printing continuation linesGravatar Linus Torvalds 1-0/+1
2016-08-09Revert "printk: create pr_<level> functions"Gravatar Linus Torvalds 1-33/+15
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgGravatar Borislav Petkov 1-0/+9
2016-08-02printk: create pr_<level> functionsGravatar Joe Perches 1-15/+33
2016-08-02dynamic_debug: only add header when usedGravatar Luis de Bethencourt 1-1/+2
2016-07-08printk: Make the printk*once() variants return a valueGravatar Borislav Petkov 1-5/+12
2016-05-20printk/nmi: flush NMI messages on the system panicGravatar Petr Mladek 1-0/+2
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 1-1/+11
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsGravatar Aaron Conole 1-6/+6
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGGravatar Linus Walleij 1-2/+8
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedGravatar Jason A. Donenfeld 1-2/+2
2015-07-17include, lib: add __printf attributes to several function prototypesGravatar Nicolas Iooss 1-3/+3
2015-06-25printk: guard the amount written per line by devkmsg_read()Gravatar Tejun Heo 1-0/+2
2015-04-15printk: comment pr_cont() stating it is only to continue a lineGravatar Steven Rostedt 1-0/+5
2015-02-12hexdump: make it return number of bytes placed in bufferGravatar Andy Shevchenko 1-3/+3
2015-01-26printk: add dummy routine for when CONFIG_PRINTK=nGravatar Pranith Kumar 1-3/+12
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2014-12-10printk: remove used-once early_vprintkGravatar Joe Perches 1-1/+0
2014-11-21printk/percpu: Define printk_func when printk is not definedGravatar Steven Rostedt (Red Hat) 1-2/+2
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedGravatar Steven Rostedt (Red Hat) 1-0/+2
2014-08-13printk: Add function to return log buffer address and sizeGravatar Vasant Hegde 1-0/+3
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELGravatar Alex Elder 1-1/+1
2014-06-04kernel/printk: use symbolic defines for console loglevelsGravatar Borislav Petkov 1-2/+13
2014-06-04Documentation: expand/clarify debug documentationGravatar Dan Streetman 1-0/+6
2014-06-04printk: Add printk_deferred_onceGravatar John Stultz 1-0/+11
2014-06-04printk: rename printk_sched to printk_deferredGravatar John Stultz 1-3/+3
2014-04-03include/linux/printk.h: remove double asmlinkage in printk_emitGravatar Simon Kågström 1-3/+3
2014-04-03printk: remove duplicated check for log levelGravatar Petr Mladek 1-7/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+7
2014-01-23printk/cache: mark printk_once test variable __read_mostlyGravatar Joe Perches 1-9/+10
2013-12-31printk: Add a DEPRECATED macroGravatar Neil Horman 1-0/+7
2013-10-29printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress...Gravatar Joe Perches 1-1/+15
2013-08-06x86, asmlinkage: Make dump_stack visibleGravatar Andi Kleen 1-1/+1
2013-05-22Add include dependencies to <linux/printk.h>.Gravatar Ralf Baechle 1-0/+1