Age | Commit message (Expand) | Author | Files | Lines |
2012-07-31 | printk: remove the now unnecessary "C" annotation for KERN_CONT | Joe Perches | 1 | -2/+0 |
2012-07-31 | printk: convert the format for KERN_<LEVEL> to a 2 byte pattern | Joe Perches | 1 | -2/+2 |
2012-07-31 | printk: add kern_levels.h to make KERN_<LEVEL> available for asm use | Joe Perches | 1 | -18/+1 |
2012-07-31 | printk: add generic functions to find KERN_<LEVEL> headers | Joe Perches | 1 | -0/+26 |
2012-05-08 | kmsg: export printk records to the /dev/kmsg interface | Kay Sievers | 1 | -0/+2 |
2012-05-08 | printk: convert byte-buffer to variable-length record buffer | Kay Sievers | 1 | -0/+11 |
2012-03-20 | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+4 |
2012-03-12 | printk/sched: Introduce special printk_sched() for those awkward moments | Peter Zijlstra | 1 | -0/+10 |
2012-01-25 | dynamic_debug: make dynamic-debug supersede DEBUG ccflag | Jim Cromie | 1 | -4/+4 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -6/+6 |
2011-05-25 | printk: allocate kernel log buffer earlier | Mike Travis | 1 | -0/+7 |
2011-01-13 | include/linux/printk.h: use tab not spaces for indent | Joe Perches | 1 | -7/+7 |
2011-01-13 | include/linux/printk.h: organize printk_ratelimited macros | Joe Perches | 1 | -13/+12 |
2011-01-13 | include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard | Joe Perches | 1 | -14/+28 |
2011-01-13 | include/linux/printk.h: add pr_<level>_once macros | Joe Perches | 1 | -15/+44 |
2011-01-13 | include/linux/printk.h: use and neaten no_printk | Joe Perches | 1 | -32/+43 |
2011-01-13 | include/linux/printk.h: use space after #define | Joe Perches | 1 | -9/+9 |
2011-01-13 | include/linux/printk.h: move console functions and variables together | Joe Perches | 1 | -11/+11 |
2011-01-13 | kptr_restrict for hiding kernel pointers from unprivileged users | Dan Rosenberg | 1 | -0/+1 |
2010-11-16 | include/linux/kernel.h: Move logging bits to include/linux/printk.h | Linus Torvalds | 1 | -0/+248 |