aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd1-7/+15
2019-05-14panic: avoid the extra noise dmesgFeng Tang1-0/+2
2019-04-15printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker1-2/+2
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+0
2019-03-07linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimitedRasmus Villemoes1-1/+1
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa1-1/+0
2019-01-04include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan1-1/+1
2018-11-29printk: Make printk_emit() local function.Tetsuo Handa1-5/+0
2018-08-14Merge branch 'for-4.19-nmi' into for-linusPetr Mladek1-0/+4
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-0/+4
2018-06-27printk: Make CONSOLE_LOGLEVEL_QUIET configurableHans de Goede1-3/+3
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young1-2/+5
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-4/+2
2017-11-13kallsyms: fix building without printkArnd Bergmann1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19printk: simplify no_printk()Masahiro Yamada1-4/+2
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-2/+2
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky1-6/+15
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky1-6/+6
2016-12-12printk: add Kconfig option to set default console loglevelOlof Johansson1-1/+6
2016-12-12printk/btrfs: handle more message headersPetr Mladek1-0/+2
2016-12-12printk/kdb: handle more message headersPetr Mladek1-0/+8
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds1-0/+1
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds1-33/+15
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov1-0/+9
2016-08-02printk: create pr_<level> functionsJoe Perches1-15/+33
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt1-1/+2
2016-07-08printk: Make the printk*once() variants return a valueBorislav Petkov1-5/+12
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek1-0/+2
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-1/+11
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole1-6/+6
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij1-2/+8
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld1-2/+2
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-3/+3
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo1-0/+2
2015-04-15printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt1-0/+5
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko1-3/+3
2015-01-26printk: add dummy routine for when CONFIG_PRINTK=nPranith Kumar1-3/+12
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2014-12-10printk: remove used-once early_vprintkJoe Perches1-1/+0
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)1-2/+2
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)1-0/+2
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde1-0/+3
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-2/+13
2014-06-04Documentation: expand/clarify debug documentationDan Streetman1-0/+6
2014-06-04printk: Add printk_deferred_onceJohn Stultz1-0/+11
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz1-3/+3
2014-04-03include/linux/printk.h: remove double asmlinkage in printk_emitSimon Kågström1-3/+3
2014-04-03printk: remove duplicated check for log levelPetr Mladek1-7/+3