summaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h
Commit message (Expand)AuthorAgeFilesLines
...
| * printk: Add a DEPRECATED macroNeil Horman2013-12-311-0/+7
* | printk/cache: mark printk_once test variable __read_mostlyJoe Perches2014-01-241-9/+10
|/
* printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress...Joe Perches2013-10-301-1/+15
* x86, asmlinkage: Make dump_stack visibleAndi Kleen2013-08-061-1/+1
* Add include dependencies to <linux/printk.h>.Ralf Baechle2013-05-221-0/+1
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+5
* dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-05-011-0/+5
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-0/+5
* include/linux/printk.h: include stdarg.hAndrew Morton2013-04-301-0/+1
* early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-301-0/+6
* printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-231-0/+6
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-221-0/+18
|\
| * printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev2013-02-221-0/+18
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-0/+17
|\ \ | |/ |/|
| * dynamic_debug: dynamic hex dumpVladimir Kondratiev2013-01-171-0/+17
* | printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-181-3/+0Star
|/
* printk: remove the now unnecessary "C" annotation for KERN_CONTJoe Perches2012-07-311-2/+0Star
* printk: convert the format for KERN_<LEVEL> to a 2 byte patternJoe Perches2012-07-311-2/+2
* printk: add kern_levels.h to make KERN_<LEVEL> available for asm useJoe Perches2012-07-311-18/+1Star
* printk: add generic functions to find KERN_<LEVEL> headersJoe Perches2012-07-311-0/+26
* kmsg: export printk records to the /dev/kmsg interfaceKay Sievers2012-05-081-0/+2
* printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-081-0/+11
* Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-201-4/+4
|\
| * dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie2012-01-241-4/+4
* | printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2012-03-121-0/+10
|/
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-6/+6
* printk: allocate kernel log buffer earlierMike Travis2011-05-251-0/+7
* include/linux/printk.h: use tab not spaces for indentJoe Perches2011-01-131-7/+7
* include/linux/printk.h: organize printk_ratelimited macrosJoe Perches2011-01-131-13/+12Star
* include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches2011-01-131-14/+28
* include/linux/printk.h: add pr_<level>_once macrosJoe Perches2011-01-131-15/+44
* include/linux/printk.h: use and neaten no_printkJoe Perches2011-01-131-32/+43
* include/linux/printk.h: use space after #defineJoe Perches2011-01-131-9/+9
* include/linux/printk.h: move console functions and variables togetherJoe Perches2011-01-131-11/+11
* kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg2011-01-131-0/+1
* include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds2010-11-151-0/+248