summaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-121-2/+4
|\
| * printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-2/+4
* | kernel.h: Move oops_in_progress to printk.hAndy Shevchenko2020-09-151-0/+2
* | printk: Make linux/printk.h self-containedHerbert Xu2020-07-271-0/+1
|/
* dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-06-081-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-12/+100
|\ \
| * | docs: pr_*() kerneldocs and basic printk docsRicardo CaƱuelo2020-04-201-12/+100
| |/
* / printk: Remove pr_cont_once()Tetsuo Handa2020-05-251-2/+1
|/
* printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-101-5/+0
* printk: Drop pr_warning definitionKefeng Wang2019-12-061-2/+1
* lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd2019-09-251-7/+15
* panic: avoid the extra noise dmesgFeng Tang2019-05-141-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/+0
|\
| * printk: Remove no longer used LOG_PREFIX.Tetsuo Handa2019-03-041-1/+0
* | linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimitedRasmus Villemoes2019-03-071-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/+0
* 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/+2
|\
| * printk: simplify no_printk()Masahiro Yamada2017-10-191-4/+2
* | 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-081-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-121-1/+6
* printk/btrfs: handle more message headersPetr Mladek2016-12-121-0/+2
* printk/kdb: handle more message headersPetr Mladek2016-12-121-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/+15
* printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-021-0/+9
* printk: create pr_<level> functionsJoe Perches2016-08-021-15/+33
* dynamic_debug: only add header when usedLuis de Bethencourt2016-08-021-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-201-0/+2
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-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-171-3/+3
* printk: guard the amount written per line by devkmsg_read()Tejun Heo2015-06-251-0/+2
* printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt2015-04-151-0/+5
* hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-121-3/+3