summaryrefslogtreecommitdiff
path: root/include/linux/dynamic_debug.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* dynamic_debug: add jump label supportJason Baron2016-08-04
* dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches2014-10-03
* dynamic_debug: dynamic hex dumpVladimir Kondratiev2013-01-17
* dynamic_debug: Remove unnecessary __usedJoe Perches2012-10-24
* dynamic_debug: use printk(KERN_WARNING..) in stub functionJim Cromie2012-05-01
* dynamic_debug: make dynamic-debug work for module initializationJim Cromie2012-04-30
* dynamic_debug: fix leading spaces in dynamic_debug.hJim Cromie2012-04-30
* dynamic_debug: reduce lineno field to a saner 18 bitsJim Cromie2012-01-24
* dynamic_debug: describe_flags with '=[pmflt_]*'Jim Cromie2012-01-24
* dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie2012-01-24
* dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINTJim Cromie2012-01-24
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* dynamic_debug: consolidate repetitive struct _ddebug descriptor definitionsJason Baron2011-10-18
* dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron2011-08-22
* dynamic_debug: remove unused control variablesJason Baron2011-08-22
* dynamic_debug: Add __dynamic_dev_dbgJoe Perches2011-08-22
* jump label: Introduce static_branch() interfaceJason Baron2011-04-04
* Dynamic debug: Add more flagsBart Van Assche2011-02-03
* dynamic debug: Fix build issue with older gccJason Baron2011-01-07
* Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not setPhilipp Reisner2010-10-15
* | jump label: Convert dynamic debug to use jump labelsJason Baron2010-09-22
|/
* module: initialize module dynamic debug laterYehuda Sadeh2010-07-04
* DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz2010-05-25
* dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches2009-12-15
* Driver core: remove pr_fmt() from dynamic_dev_dbg() printkJason Baron2009-04-16
* Dynamic debug: fix pr_fmt() build errorGreg Banks2009-03-24
* dynamic debug: combine dprintk and dynamic printkJason Baron2009-03-24