summaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h
AgeCommit message (Expand)Author
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky
2016-12-12printk: add Kconfig option to set default console loglevelOlof Johansson
2016-12-12printk/btrfs: handle more message headersPetr Mladek
2016-12-12printk/kdb: handle more message headersPetr Mladek
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov
2016-08-02printk: create pr_<level> functionsJoe Perches
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt
2016-07-08printk: Make the printk*once() variants return a valueBorislav Petkov
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo
2015-04-15printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko
2015-01-26printk: add dummy routine for when CONFIG_PRINTK=nPranith Kumar
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10printk: remove used-once early_vprintkJoe Perches
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov
2014-06-04Documentation: expand/clarify debug documentationDan Streetman
2014-06-04printk: Add printk_deferred_onceJohn Stultz
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz
2014-04-03include/linux/printk.h: remove double asmlinkage in printk_emitSimon Kågström
2014-04-03printk: remove duplicated check for log levelPetr Mladek
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23printk/cache: mark printk_once test variable __read_mostlyJoe Perches
2013-12-31printk: Add a DEPRECATED macroNeil Horman
2013-10-29printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress...Joe Perches
2013-08-06x86, asmlinkage: Make dump_stack visibleAndi Kleen
2013-05-22Add include dependencies to <linux/printk.h>.Ralf Baechle
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-29include/linux/printk.h: include stdarg.hAndrew Morton
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev