summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/alloc.c')
0 files changed, 0 insertions, 0 deletions
dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie 2022-09-07dyndbg: fix module.dyndbg handlingJim Cromie 2021-05-13dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie 2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches 2020-09-04dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie 2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie 2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai 2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann 2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman 2019-03-07dynamic_debug: refactor dynamic_pr_debug and friendsRasmus Villemoes 2019-03-07dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes 2019-03-07dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitionsRasmus Villemoes 2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2016-08-04dynamic_debug: add jump label supportJason Baron 2014-10-03dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches 2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev 2012-10-24dynamic_debug: Remove unnecessary __usedJoe Perches 2012-05-01dynamic_debug: use printk(KERN_WARNING..) in stub functionJim Cromie 2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie 2012-04-30dynamic_debug: fix leading spaces in dynamic_debug.hJim Cromie 2012-01-24dynamic_debug: reduce lineno field to a saner 18 bitsJim Cromie 2012-01-24dynamic_debug: describe_flags with '=[pmflt_]*'Jim Cromie 2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie 2012-01-24dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINTJim Cromie 2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches 2011-10-18dynamic_debug: consolidate repetitive struct _ddebug descriptor definitionsJason Baron 2011-08-22dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron 2011-08-22dynamic_debug: remove unused control variablesJason Baron 2011-08-22dynamic_debug: Add __dynamic_dev_dbgJoe Perches 2011-04-04jump label: Introduce static_branch() interfaceJason Baron 2011-02-03Dynamic debug: Add more flagsBart Van Assche 2011-01-07dynamic debug: Fix build issue with older gccJason Baron 2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds 2010-10-15dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not setPhilipp Reisner 2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron 2010-07-04module: initialize module dynamic debug laterYehuda Sadeh 2010-05-25DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz 2009-12-15dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches 2009-04-16Driver core: remove pr_fmt() from dynamic_dev_dbg() printkJason Baron 2009-03-24Dynamic debug: fix pr_fmt() build errorGreg Banks 2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron