aboutsummaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)Author
2019-05-14panic: avoid the extra noise dmesgFeng Tang
2019-04-15printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-03-07linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimitedRasmus Villemoes
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa
2019-01-04include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan
2018-11-29printk: Make printk_emit() local function.Tetsuo Handa
2018-08-14Merge branch 'for-4.19-nmi' into for-linusPetr Mladek
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-06-27printk: Make CONSOLE_LOGLEVEL_QUIET configurableHans de Goede
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-11-13kallsyms: fix building without printkArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19printk: simplify no_printk()Masahiro Yamada
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