aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+7
2014-01-23printk/cache: mark printk_once test variable __read_mostlyJoe Perches1-9/+10
2013-12-31printk: Add a DEPRECATED macroNeil Horman1-0/+7
2013-10-29printk: pr_debug_ratelimited: check state first to reduce "callbacks suppressed" messagesJoe Perches1-1/+15
2013-08-06x86, asmlinkage: Make dump_stack visibleAndi Kleen1-1/+1
2013-05-22Add include dependencies to <linux/printk.h>.Ralf Baechle1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+5
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo1-0/+5
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-0/+5
2013-04-29include/linux/printk.h: include stdarg.hAndrew Morton1-0/+1
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-0/+6
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker1-0/+6
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+18
2013-02-21printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev1-0/+18
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+17
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev1-0/+17
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker1-3/+0
2012-07-30printk: remove the now unnecessary "C" annotation for KERN_CONTJoe Perches1-2/+0
2012-07-30printk: convert the format for KERN_<LEVEL> to a 2 byte patternJoe Perches1-2/+2
2012-07-30printk: add kern_levels.h to make KERN_<LEVEL> available for asm useJoe Perches1-18/+1
2012-07-30printk: add generic functions to find KERN_<LEVEL> headersJoe Perches1-0/+26
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers1-0/+2
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers1-0/+11
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra1-0/+10
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie1-4/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-6/+6
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+7
2011-01-13include/linux/printk.h: use tab not spaces for indentJoe Perches1-7/+7
2011-01-13include/linux/printk.h: organize printk_ratelimited macrosJoe Perches1-13/+12
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches1-14/+28
2011-01-13include/linux/printk.h: add pr_<level>_once macrosJoe Perches1-15/+44
2011-01-13include/linux/printk.h: use and neaten no_printkJoe Perches1-32/+43
2011-01-13include/linux/printk.h: use space after #defineJoe Perches1-9/+9
2011-01-13include/linux/printk.h: move console functions and variables togetherJoe Perches1-11/+11