Jim Cromie ([email protected])

Number of posts: 1381 (0.19 per day)
First post: 2004-06-27 04:59:34
Last post: 2024-05-16 17:51:53

Date List Subject
2020-08-24 18:58:26 linux-kernel [PATCH 2/3] dyndbg: refine export, rename to dynamic_debug_exec_queries()
2020-08-24 18:56:17 linux-kernel [PATCH 3/3] dyndbg: fix problem parsing format="foo bar"
2020-08-24 18:55:45 linux-kernel [PATCH 1/3] dyndbg: give %3u width in pr-format, cosmetic only
2020-08-24 18:55:38 linux-kernel [PATCH 0/3] dynamic-debug fixups for 5.9
2020-08-14 18:10:14 linux-kernel [PATCH 1/2] dyndbg: add decl for exported ddebug_exec_queries()
2020-08-14 18:10:13 linux-kernel [PATCH 0/2] for-5.9rc1 dyndbg fixes
2020-08-14 16:31:13 linux-kernel [PATCH 2/2] dyndbg: give %3u width in pr-format, cosmetic only
2020-08-12 15:13:24 linux-kernel Re: [dyndbg] 4397a3e7bf: BUG:sleeping_function_called_from_invalid_context_at_mm/slab.h
2020-08-09 15:12:23 linux-kernel Re: [PATCH 3/7] dyndbg: select ZPOOL in Kconfig.debug
2020-08-07 20:14:59 linux-kernel [PATCH 0/7] dyndbg: WIP diet plan
2020-08-07 20:14:46 linux-kernel [PATCH 1/7] dyndbg: give %3u width in pr-format, cosmetic only
2020-08-07 20:12:44 linux-kernel [PATCH 4/7] dyndbg: split struct _ddebug in 2, creating _ddebug_callsite
2020-08-07 20:12:24 linux-kernel [PATCH 7/7] dyndbg: enable 'cache' of active pr_debug callsites
2020-08-07 20:11:53 linux-kernel [PATCH 8/8] dyndbg: add locking around zpool-add loop in zpool-init
2020-08-07 20:11:36 linux-kernel [PATCH 5/7] dyndbg: WIP replace __dyndbg_callsite section with a zs-pool copy.
2020-08-07 20:11:34 linux-kernel [PATCH 6/8] dyndbg: ddebug_zpool_remove
2020-08-07 20:11:25 linux-kernel [PATCH 6/7] dyndbg: add locking around zpool-add loop in zpool-init
2020-08-07 20:11:19 linux-kernel [PATCH 3/7] dyndbg: select ZPOOL in Kconfig.debug
2020-08-07 20:11:15 linux-kernel [PATCH 2/7] dyndbg: motivate a diet plan
2020-07-19 23:15:44 linux-kernel [PATCH v5 08/18] dyndbg: fix pr_err with empty string
2020-07-19 23:15:41 linux-kernel [PATCH v5 11/18] dyndbg: use gcc ?: to reduce word count
2020-07-19 23:15:06 linux-kernel [PATCH v5 18/18] dyndbg: export ddebug_exec_queries
2020-07-19 23:14:53 linux-kernel [PATCH v5 17/18] dyndbg: shorten our logging prefix, drop __func__
2020-07-19 23:14:49 linux-kernel [PATCH v5 09/18] dyndbg: prefer declarative init in caller, to memset in callee
2020-07-19 23:14:30 linux-kernel [PATCH v5 13/18] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
2020-07-19 23:14:00 linux-kernel [PATCH v5 07/18] dyndbg: fix a BUG_ON in ddebug_describe_flags
2020-07-19 23:13:57 linux-kernel [PATCH v5 04/18] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty
2020-07-19 23:13:43 linux-kernel [PATCH v5 14/18] dyndbg: accept query terms like file=bar and module=foo
2020-07-19 23:12:50 linux-kernel [PATCH v5 16/18] dyndbg: allow anchored match on format query term
2020-07-19 23:12:45 linux-kernel [PATCH v5 15/18] dyndbg: combine flags & mask into a struct, simplify with it
2020-07-19 23:12:34 linux-kernel [PATCH v5 12/18] dyndbg: refactor parse_linerange out of ddebug_parse_query
2020-07-19 23:12:28 linux-kernel [PATCH v5 10/18] dyndbg: make ddebug_tables list LIFO for add/remove_module
2020-07-19 23:12:20 linux-kernel [PATCH v5 06/18] dyndbg: fix overcounting of ram used by dyndbg
2020-07-19 23:12:15 linux-kernel [PATCH v5 05/18] dyndbg: rename __verbose section to __dyndbg
2020-07-19 23:12:03 linux-kernel [PATCH v5 03/18] dyndbg: drop obsolete comment on ddebug_proc_open
2020-07-19 23:12:01 linux-kernel [PATCH v5 02/18] dyndbg-docs: initialization is done early, not arch
2020-07-19 23:11:50 linux-kernel [PATCH v5 01/18] dyndbg-docs: eschew file /full/path query in docs
2020-07-19 23:11:42 linux-kernel [PATCH v5 00/18] dynamic_debug fixes, cleanups, features, export
2020-07-16 16:51:01 linux-kernel Re: [PATCH v4 13/17] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
2020-06-30 18:50:19 linux-kernel [PATCH v2] kernel/module: add name size info to pr_debug() calls
2020-06-30 13:53:33 linux-kernel Re: [PATCH] kernel/module: add name size info to pr_debug() calls
2020-06-20 18:14:07 linux-kernel [PATCH v4 08/17] dyndbg: fix pr_err with empty string
2020-06-20 18:13:59 linux-kernel [PATCH v4 10/17] dyndbg: make ddebug_tables list LIFO for add/remove_module
2020-06-20 18:13:38 linux-kernel [PATCH v4 14/17] dyndbg: accept query terms like file=bar and module=foo
2020-06-20 18:13:33 linux-kernel [PATCH v4 01/17] dyndbg-docs: eschew file /full/path query in docs
2020-06-20 18:13:27 linux-kernel [PATCH v4 16/17] dyndbg: allow anchored match on format query term
2020-06-20 18:12:44 linux-kernel [PATCH v4 12/17] dyndbg: refactor parse_linerange out of ddebug_parse_query
2020-06-20 18:12:43 linux-kernel [PATCH v4 04/17] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty
2020-06-20 18:12:29 linux-kernel [PATCH v4 06/17] dyndbg: fix overcounting of ram used by dyndbg
2020-06-20 18:12:27 linux-kernel [PATCH v4 05/17] dyndbg: rename __verbose section to __dyndbg
2020-06-20 18:12:06 linux-kernel [PATCH v4 11/17] dyndbg: use gcc ?: to reduce word count