index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dynamic_debug.c
Commit message (
Expand
)
Author
Age
*
dynamic_debug: replace obselete simple_strtoul() with kstrtouint()
Andrey Ryabinin
2014-01-28
*
dynamic_debug: fix ddebug_parse_query()
Andrey Ryabinin
2014-01-28
*
dynamic_debug: remove wrong error message
Andrey Ryabinin
2014-01-28
*
dynamic_debug: add wildcard support to filter files/functions/modules
Du, Changbin
2014-01-23
*
dynamic debug: line queries failing due to uninitialized local variable
jbaron@akamai.com
2013-08-28
*
dynamic_debug: reuse generic string_unescape function
Andy Shevchenko
2013-04-30
*
lib, net: make isodigit() public and use it
Andy Shevchenko
2013-04-29
*
dynamic_debug: add pr_errs before -EINVALs
Jim Cromie
2013-01-17
*
dynamic_debug: Fix vpr_<foo> logging styles
Joe Perches
2013-01-17
*
lib: dynamic_debug: use kbasename()
Andy Shevchenko
2012-12-17
*
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
Joe Perches
2012-09-17
*
netdev_printk/netif_printk: Remove a superfluous logging colon
Joe Perches
2012-09-17
*
netdev_printk/dynamic_netdev_dbg: Directly call printk_emit
Joe Perches
2012-09-17
*
dev_dbg/dynamic_debug: Update to use printk_emit, optimize stack
Joe Perches
2012-09-17
*
Revert "dynamic_debug: remove unneeded includes"
Greg Kroah-Hartman
2012-05-07
*
dynamic_debug: remove unneeded includes
Jim Cromie
2012-05-04
*
dynamic_debug: init with early_initcall, not arch_initcall
Jim Cromie
2012-04-30
*
dynamic_debug: add modname arg to exec_query callchain
Jim Cromie
2012-04-30
*
dynamic_debug: print ram usage by ddebug tables if verbose
Jim Cromie
2012-04-30
*
dynamic_debug: simplify dynamic_debug_init error exit
Jim Cromie
2012-04-30
*
dynamic_debug: combine parse_args callbacks together
Jim Cromie
2012-04-30
*
dynamic_debug: deprecate ddebug_query, suggest dyndbg instead
Jim Cromie
2012-04-30
*
dynamic_debug: make dynamic-debug work for module initialization
Jim Cromie
2012-04-30
*
dynamic_debug: replace if (verbose) pr_info with macro vpr_info
Jim Cromie
2012-04-30
*
dynamic_debug: process multiple debug-queries on a line
Jim Cromie
2012-01-24
*
dynamic_debug: factor vpr_info_dq out of ddebug_parse_query
Jim Cromie
2012-01-24
*
dynamic_debug: add trim_prefix() to provide source-root relative paths
Jim Cromie
2012-01-24
*
dynamic_debug: enlarge command/query write buffer
Jim Cromie
2012-01-24
*
dynamic_debug: chop off comments in ddebug_tokenize
Jim Cromie
2012-01-24
*
dynamic_debug: early return if _ddebug table is empty
Jim Cromie
2012-01-24
*
dynamic_debug: tighten up error checking on debug queries
Jim Cromie
2012-01-24
*
dynamic_debug: describe_flags with '=[pmflt_]*'
Jim Cromie
2012-01-24
*
dynamic_debug: drop explicit !=NULL checks
Jim Cromie
2012-01-24
*
dynamic_debug: pr_err() call should not depend upon verbosity
Jim Cromie
2012-01-24
*
dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()
Jim Cromie
2012-01-24
*
dynamic_debug: change verbosity at runtime
Jim Cromie
2012-01-24
*
dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINT
Jim Cromie
2012-01-24
*
dynamic_debug: fix whitespace complaints from scripts/cleanfile
Jim Cromie
2012-01-24
*
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-10-25
|
\
|
*
dynamic_debug: fix undefined reference to `__netdev_printk'
Jason Baron
2011-10-18
|
*
dynamic_debug: use a single printk() to emit messages
Jason Baron
2011-10-18
|
*
dynamic_debug: remove num_enabled accounting
Jason Baron
2011-10-18
|
*
dynamic_debug: make netdev_dbg() call __netdev_printk()
Jason Baron
2011-08-22
|
*
dynamic_debug: Convert printks to pr_<level>
Joe Perches
2011-08-22
|
*
dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix
Joe Perches
2011-08-22
|
*
dynamic_debug: Consolidate prefix output to single routine
Joe Perches
2011-08-22
|
*
dynamic_debug: Add __dynamic_dev_dbg
Joe Perches
2011-08-22
*
|
Remove unneeded version.h include from lib/
Jesper Juhl
2011-09-15
|
/
*
dynamic_debug: add #include <linux/sched.h>
Greg Kroah-Hartman
2011-02-03
*
Dynamic debug: Add more flags
Bart Van Assche
2011-02-03
[next]