Age | Commit message (Expand) | Author | Files | Lines |
2013-10-30 | printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress... | Joe Perches | 1 | -1/+15 |
2013-08-07 | x86, asmlinkage: Make dump_stack visible | Andi Kleen | 1 | -1/+1 |
2013-05-22 | Add include dependencies to <linux/printk.h>. | Ralf Baechle | 1 | -0/+1 |
2013-05-01 | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 1 | -0/+5 |
2013-05-01 | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo | 1 | -0/+5 |
2013-05-01 | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 1 | -0/+5 |
2013-04-30 | include/linux/printk.h: include stdarg.h | Andrew Morton | 1 | -0/+1 |
2013-04-30 | early_printk: consolidate random copies of identical code | Thomas Gleixner | 1 | -0/+6 |
2013-03-23 | printk: Provide a wake_up_klogd() off-case | Frederic Weisbecker | 1 | -0/+6 |
2013-02-22 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 1 | -0/+18 |
2013-02-22 | printk: add pr_devel_once and pr_devel_ratelimited | Mikhail Gruzdev | 1 | -0/+18 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+17 |
2013-01-18 | dynamic_debug: dynamic hex dump | Vladimir Kondratiev | 1 | -0/+17 |
2012-11-18 | printk: Wake up klogd using irq_work | Frederic Weisbecker | 1 | -3/+0 |
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 |