summaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h
Commit message (Expand)AuthorAgeFilesLines
* panic: avoid the extra noise dmesgFeng Tang2019-05-151-0/+2
* printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker2019-04-151-2/+2
* Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-091-1/+0Star
|\
| * printk: Remove no longer used LOG_PREFIX.Tetsuo Handa2019-03-041-1/+0Star
* | linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimitedRasmus Villemoes2019-03-081-1/+1
* | include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan2019-01-041-1/+1
|/
* printk: Make printk_emit() local function.Tetsuo Handa2018-11-291-5/+0Star
* Merge branch 'for-4.19-nmi' into for-linusPetr Mladek2018-08-141-0/+4
|\
| * printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-091-0/+4
* | printk: Make CONSOLE_LOGLEVEL_QUIET configurableHans de Goede2018-06-271-3/+3
|/
* printk: move dump stack related code to lib/dump_stack.cDave Young2018-03-151-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-211-4/+2Star
|\
| * printk: simplify no_printk()Masahiro Yamada2017-10-191-4/+2Star
* | kallsyms: fix building without printkArnd Bergmann2017-11-131-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-091-2/+2
* printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky2017-02-081-6/+15
* printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-081-6/+6
* printk: add Kconfig option to set default console loglevelOlof Johansson2016-12-131-1/+6
* printk/btrfs: handle more message headersPetr Mladek2016-12-131-0/+2
* printk/kdb: handle more message headersPetr Mladek2016-12-131-0/+8
* printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-0/+1
* Revert "printk: create pr_<level> functions"Linus Torvalds2016-08-091-33/+15Star
* printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-031-0/+9
* printk: create pr_<level> functionsJoe Perches2016-08-031-15/+33
* dynamic_debug: only add header when usedLuis de Bethencourt2016-08-031-1/+2
* printk: Make the printk*once() variants return a valueBorislav Petkov2016-07-081-5/+12
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-211-0/+2
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-211-1/+11
* printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole2016-01-161-6/+6
* hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij2015-09-101-2/+8
* include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld2015-09-101-2/+2
* include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-181-3/+3
* printk: guard the amount written per line by devkmsg_read()Tejun Heo2015-06-261-0/+2
* printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt2015-04-161-0/+5
* hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-131-3/+3
* printk: add dummy routine for when CONFIG_PRINTK=nPranith Kumar2015-01-261-3/+12
* Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-111-0/+2
|\
| * printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)2014-11-211-2/+2
| * printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)2014-11-201-0/+2
* | printk: remove used-once early_vprintkJoe Perches2014-12-111-1/+0Star
|/
* printk: Add function to return log buffer address and sizeVasant Hegde2014-08-131-0/+3
* printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2014-08-071-1/+1
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-051-2/+13
* Documentation: expand/clarify debug documentationDan Streetman2014-06-051-0/+6
* printk: Add printk_deferred_onceJohn Stultz2014-06-051-0/+11
* printk: rename printk_sched to printk_deferredJohn Stultz2014-06-051-3/+3
* include/linux/printk.h: remove double asmlinkage in printk_emitSimon Kågström2014-04-041-3/+3
* printk: remove duplicated check for log levelPetr Mladek2014-04-041-7/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+7
|\