aboutsummaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2014-12-10printk: remove used-once early_vprintkGravatar Joe Perches 1-1/+0
2014-11-21printk/percpu: Define printk_func when printk is not definedGravatar Steven Rostedt (Red Hat) 1-2/+2
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedGravatar Steven Rostedt (Red Hat) 1-0/+2
2014-08-13printk: Add function to return log buffer address and sizeGravatar Vasant Hegde 1-0/+3
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELGravatar Alex Elder 1-1/+1
2014-06-04kernel/printk: use symbolic defines for console loglevelsGravatar Borislav Petkov 1-2/+13
2014-06-04Documentation: expand/clarify debug documentationGravatar Dan Streetman 1-0/+6
2014-06-04printk: Add printk_deferred_onceGravatar John Stultz 1-0/+11
2014-06-04printk: rename printk_sched to printk_deferredGravatar John Stultz 1-3/+3
2014-04-03include/linux/printk.h: remove double asmlinkage in printk_emitGravatar Simon Kågström 1-3/+3
2014-04-03printk: remove duplicated check for log levelGravatar Petr Mladek 1-7/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+7
2014-01-23printk/cache: mark printk_once test variable __read_mostlyGravatar Joe Perches 1-9/+10
2013-12-31printk: Add a DEPRECATED macroGravatar Neil Horman 1-0/+7
2013-10-29printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress...Gravatar Joe Perches 1-1/+15
2013-08-06x86, asmlinkage: Make dump_stack visibleGravatar Andi Kleen 1-1/+1
2013-05-22Add include dependencies to <linux/printk.h>.Gravatar Ralf Baechle 1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-0/+5
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsGravatar Tejun Heo 1-0/+5
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-0/+5
2013-04-29include/linux/printk.h: include stdarg.hGravatar Andrew Morton 1-0/+1
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 1-0/+6
2013-03-22printk: Provide a wake_up_klogd() off-caseGravatar Frederic Weisbecker 1-0/+6
2013-02-21Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-0/+18
2013-02-21printk: add pr_devel_once and pr_devel_ratelimitedGravatar Mikhail Gruzdev 1-0/+18
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+17
2013-01-17dynamic_debug: dynamic hex dumpGravatar Vladimir Kondratiev 1-0/+17
2012-11-18printk: Wake up klogd using irq_workGravatar Frederic Weisbecker 1-3/+0
2012-07-30printk: remove the now unnecessary "C" annotation for KERN_CONTGravatar Joe Perches 1-2/+0
2012-07-30printk: convert the format for KERN_<LEVEL> to a 2 byte patternGravatar Joe Perches 1-2/+2
2012-07-30printk: add kern_levels.h to make KERN_<LEVEL> available for asm useGravatar Joe Perches 1-18/+1
2012-07-30printk: add generic functions to find KERN_<LEVEL> headersGravatar Joe Perches 1-0/+26
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceGravatar Kay Sievers 1-0/+2
2012-05-07printk: convert byte-buffer to variable-length record bufferGravatar Kay Sievers 1-0/+11
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+4
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsGravatar Peter Zijlstra 1-0/+10
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagGravatar Jim Cromie 1-4/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-6/+6
2011-05-25printk: allocate kernel log buffer earlierGravatar Mike Travis 1-0/+7
2011-01-13include/linux/printk.h: use tab not spaces for indentGravatar Joe Perches 1-7/+7
2011-01-13include/linux/printk.h: organize printk_ratelimited macrosGravatar Joe Perches 1-13/+12
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardGravatar Joe Perches 1-14/+28
2011-01-13include/linux/printk.h: add pr_<level>_once macrosGravatar Joe Perches 1-15/+44
2011-01-13include/linux/printk.h: use and neaten no_printkGravatar Joe Perches 1-32/+43
2011-01-13include/linux/printk.h: use space after #defineGravatar Joe Perches 1-9/+9
2011-01-13include/linux/printk.h: move console functions and variables togetherGravatar Joe Perches 1-11/+11
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersGravatar Dan Rosenberg 1-0/+1
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hGravatar Linus Torvalds 1-0/+248