aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg1-0/+1
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds1-0/+248