summaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-20/+3
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2021-06-29printk: introduce dump_stack_lvl()Alexander Potapenko1-0/+5
2021-06-29once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love1-20/+3
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness1-0/+41
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek1-2/+4
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-2/+4
2020-09-15kernel.h: Move oops_in_progress to printk.hAndy Shevchenko1-0/+2
2020-07-27printk: Make linux/printk.h self-containedHerbert Xu1-0/+1
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-3/+6
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-12/+100
2020-05-25printk: Remove pr_cont_once()Tetsuo Handa1-2/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-04-21docs: pr_*() kerneldocs and basic printk docsRicardo CaƱuelo1-12/+100
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-5/+0
2019-12-06printk: Drop pr_warning definitionKefeng Wang1-2/+1
2019-09-26lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd1-7/+15
2019-05-15panic: 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/p...Linus Torvalds1-1/+0
2019-03-08linux/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-05include/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/pml...Linus 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-09crash: 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-13printk: add Kconfig option to set default console loglevelOlof Johansson1-1/+6
2016-12-13printk/btrfs: handle more message headersPetr Mladek1-0/+2
2016-12-13printk/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-03printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov1-0/+9
2016-08-03printk: create pr_<level> functionsJoe Perches1-15/+33
2016-08-03dynamic_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-21printk/nmi: flush NMI messages on the system panicPetr Mladek1-0/+2
2016-05-21printk/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