summaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-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-191-0/+2
* | printk: remove used-once early_vprintkJoe Perches2014-12-101-1/+0
|/
* printk: Add function to return log buffer address and sizeVasant Hegde2014-08-131-0/+3
* printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2014-08-061-1/+1
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-041-2/+13
* Documentation: expand/clarify debug documentationDan Streetman2014-06-041-0/+6
* printk: Add printk_deferred_onceJohn Stultz2014-06-041-0/+11
* printk: rename printk_sched to printk_deferredJohn Stultz2014-06-041-3/+3
* include/linux/printk.h: remove double asmlinkage in printk_emitSimon Kågström2014-04-031-3/+3
* printk: remove duplicated check for log levelPetr Mladek2014-04-031-7/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+7
|\
| * printk: Add a DEPRECATED macroNeil Horman2013-12-311-0/+7
* | printk/cache: mark printk_once test variable __read_mostlyJoe Perches2014-01-231-9/+10
|/
* printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress...Joe Perches2013-10-291-1/+15
* x86, asmlinkage: Make dump_stack visibleAndi Kleen2013-08-061-1/+1
* Add include dependencies to <linux/printk.h>.Ralf Baechle2013-05-221-0/+1
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+5
* dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-301-0/+5
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-0/+5
* include/linux/printk.h: include stdarg.hAndrew Morton2013-04-291-0/+1
* early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-0/+6
* printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-221-0/+6
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-211-0/+18
|\
| * printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev2013-02-211-0/+18
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-0/+17
|\ \ | |/ |/|
| * dynamic_debug: dynamic hex dumpVladimir Kondratiev2013-01-171-0/+17
* | printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-181-3/+0
|/