aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dynamic_debug.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman1-0/+11
2019-03-07dynamic_debug: refactor dynamic_pr_debug and friendsRasmus Villemoes1-29/+43
2019-03-07dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes1-2/+8
2019-03-07dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitionsRasmus Villemoes1-15/+7
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-04dynamic_debug: add jump label supportJason Baron1-6/+54
2014-10-03dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches1-6/+6
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev1-0/+11
2012-10-24dynamic_debug: Remove unnecessary __usedJoe Perches1-1/+1
2012-05-01dynamic_debug: use printk(KERN_WARNING..) in stub functionJim Cromie1-1/+2
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie1-0/+17
2012-04-30dynamic_debug: fix leading spaces in dynamic_debug.hJim Cromie1-2/+2
2012-01-24dynamic_debug: reduce lineno field to a saner 18 bitsJim Cromie1-1/+1
2012-01-24dynamic_debug: describe_flags with '=[pmflt_]*'Jim Cromie1-1/+2
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie1-0/+4
2012-01-24dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINTJim Cromie1-6/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-10/+9
2011-10-18dynamic_debug: consolidate repetitive struct _ddebug descriptor definitionsJason Baron1-29/+35
2011-08-22dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron1-0/+17
2011-08-22dynamic_debug: remove unused control variablesJason Baron1-7/+0
2011-08-22dynamic_debug: Add __dynamic_dev_dbgJoe Perches1-2/+8
2011-04-04jump label: Introduce static_branch() interfaceJason Baron1-2/+0
2011-02-03Dynamic debug: Add more flagsBart Van Assche1-1/+7
2011-01-07dynamic debug: Fix build issue with older gccJason Baron1-14/+4
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-10-15dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not setPhilipp Reisner1-1/+1
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron1-18/+21
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh1-2/+2
2010-05-25DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz1-1/+1
2009-12-15dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches1-7/+6
2009-04-16Driver core: remove pr_fmt() from dynamic_dev_dbg() printkJason Baron1-1/+1
2009-03-24Dynamic debug: fix pr_fmt() build errorGreg Banks1-2/+2
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-0/+88