summaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)Author
2020-06-03printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo
2015-04-15printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko
2015-01-26printk: add dummy routine for when CONFIG_PRINTK=nPranith Kumar
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10printk: remove used-once early_vprintkJoe Perches
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov
2014-06-04Documentation: expand/clarify debug documentationDan Streetman
2014-06-04printk: Add printk_deferred_onceJohn Stultz
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz
2014-04-03include/linux/printk.h: remove double asmlinkage in printk_emitSimon Kågström
2014-04-03printk: remove duplicated check for log levelPetr Mladek
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23printk/cache: mark printk_once test variable __read_mostlyJoe Perches
2013-12-31printk: Add a DEPRECATED macroNeil Horman
2013-10-29printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress...Joe Perches
2013-08-06x86, asmlinkage: Make dump_stack visibleAndi Kleen
2013-05-22Add include dependencies to <linux/printk.h>.Ralf Baechle
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-29include/linux/printk.h: include stdarg.hAndrew Morton
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker
2012-07-30printk: remove the now unnecessary "C" annotation for KERN_CONTJoe Perches
2012-07-30printk: convert the format for KERN_<LEVEL> to a 2 byte patternJoe Perches
2012-07-30printk: add kern_levels.h to make KERN_<LEVEL> available for asm useJoe Perches
2012-07-30printk: add generic functions to find KERN_<LEVEL> headersJoe Perches
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-05-25printk: allocate kernel log buffer earlierMike Travis
2011-01-13include/linux/printk.h: use tab not spaces for indentJoe Perches
2011-01-13include/linux/printk.h: organize printk_ratelimited macrosJoe Perches