aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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