summaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)Author
2014-08-07printk: rename printk_sched to printk_deferredJohn Stultz
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
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches
2011-01-13include/linux/printk.h: add pr_<level>_once macrosJoe Perches
2011-01-13include/linux/printk.h: use and neaten no_printkJoe Perches
2011-01-13include/linux/printk.h: use space after #defineJoe Perches
2011-01-13include/linux/printk.h: move console functions and variables togetherJoe Perches
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds