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-12-25 20:24:00 linux-kernel [RFC PATCH v2 10/19] dyndbg: avoid calling dyndbg_emit_prefix when it has no work
2020-12-25 20:23:57 linux-kernel [RFC PATCH v2 13/19] dyndbg: verify __dyndbg & __dyndbg_callsite invariant
2020-12-25 20:23:55 linux-kernel [RFC PATCH v2 16/19] dyndbg: ddebug_site_get/put api commentary
2020-12-25 20:23:27 linux-kernel [RFC PATCH v2 07/19] dyndbg: accept null site in dynamic_emit_prefix
2020-12-25 20:23:17 linux-kernel [RFC PATCH v2 06/19] dyndbg: accept null site in ddebug_change
2020-12-25 20:23:05 linux-kernel [RFC PATCH v2 05/19] dyndbg: hoist ->site out of ddebug_match_site
2020-12-25 20:23:03 linux-kernel [RFC PATCH v2 02/19] dyndbg: split struct _ddebug, move display fields to new _ddebug_callsite
2020-12-25 20:22:55 linux-kernel [RFC PATCH v2 03/19] dyndbg: refactor part of ddebug_change to ddebug_match_site
2020-12-25 20:22:54 linux-kernel [RFC PATCH v2 04/19] dyndbg: accept null site in ddebug_match_site
2020-12-25 20:22:37 linux-kernel [RFC PATCH v2 15/19] dyndbg: add ddebug_site_get/put api with pass-thru impl
2020-12-25 20:22:28 linux-kernel [RFC PATCH v2 01/19] dyndbg: fix use before null check
2020-12-25 20:22:28 linux-kernel [RFC PATCH v2 00/19] dynamic debug diet plan
2020-12-17 21:34:11 linux-kernel Re: [RFC PATCH 1/2] drm: RFC add choice to use dynamic debug in drm-debug
2020-12-09 18:40:12 linux-kernel [PATCH v2] dyndbg: fix use before null check
2020-12-04 19:25:29 linux-kernel Re: [RFC PATCH 1/2] drm: RFC add choice to use dynamic debug in drm-debug
2020-12-04 03:58:05 linux-kernel [RFC PATCH 2/2] i915: POC use dynamic_debug_exec_queries to control pr_debugs in gvt
2020-12-04 03:56:59 linux-kernel [RFC PATCH 0/2] drm: use dynamic_debug
2020-12-04 03:56:49 linux-kernel [RFC PATCH 1/2] drm: RFC add choice to use dynamic debug in drm-debug
2020-11-26 08:53:13 linux-kernel [PATCH 4/7] dyndbg: select ZPOOL,ZS_MALLOC in Kconfig.debug DYNAMIC_DEBUG_CORE
2020-11-26 08:52:23 linux-kernel [PATCH 7/7] dyndbg: enable 'cache' of active pr_debug callsites
2020-11-26 08:07:13 linux-kernel [PATCH 6/7] dyndbg: add locking around zpool-add loop in zpool-init
2020-11-25 23:27:36 linux-kernel Re: [PATCH 7/7] dyndbg: enable 'cache' of active pr_debug callsites
2020-11-25 22:53:20 linux-kernel [PATCH 0/7] WIP dyndbg diet plan, paging Dr Zram.
2020-11-25 22:52:11 linux-kernel [PATCH 1/7] dyndbg: move struct _ddebug's display fields to new _ddebug_callsite
2020-11-25 22:50:03 linux-kernel [PATCH 2/7] dyndbg: count repetition in __dyndbg_callsite fields.
2020-11-25 22:49:34 linux-kernel [PATCH 5/7] dyndbg: replace __dyndbg_callsite section with a zs-pool copy.
2020-11-25 22:49:25 linux-kernel [PATCH 3/7] dyndbg: add some code to see alignments of linkage data
2020-11-25 00:02:05 linux-kernel Re: [PATCH] locking-selftest: add option to proceed through unexpected failures
2020-11-23 18:46:38 linux-kernel [PATCH] dyndbg: fix use before null check
2020-11-13 23:03:36 linux-kernel [PATCH] locking-selftest: add option to proceed through unexpected failures
2020-09-22 14:26:06 linux-kernel Re: [PATCH 1/2] dyndbg: dont panic over bad input
2020-09-22 06:16:56 linux-kernel Re: [PATCH 1/2] dyndbg: dont panic over bad input
2020-09-21 19:09:00 linux-kernel [PATCH 0/2] dyndbg: 2 fixes/cleanups for 5.9
2020-09-21 19:08:21 linux-kernel [PATCH 1/2] dyndbg: dont panic over bad input
2020-09-21 19:06:09 linux-kernel [PATCH 2/2] dyndbg: use keyword, arg varnames for query term pairs
2020-09-14 22:31:01 linux-kernel Re: [PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
2020-09-09 17:55:48 linux-kernel Re: kernel BUG at /usr/src/kernel/lib/dynamic_debug.c:267!
2020-09-08 04:57:08 linux-kernel Re: [dyndbg] 70f06a871f: kernel_BUG_at_lib/dynamic_debug.c
2020-08-31 18:25:47 linux-kernel [PATCH v3 0/3] dyndbg: cleanups for 5.9
2020-08-31 18:25:42 linux-kernel [PATCH v3 1/3] dyndbg: give %3u width in pr-format, cosmetic only
2020-08-31 18:25:40 linux-kernel [PATCH v3 3/3] dyndbg: fix problem parsing format="foo bar"
2020-08-31 18:25:35 linux-kernel [PATCH v3 2/3] dyndbg: refine export, rename to dynamic_debug_exec_queries()
2020-08-26 17:06:19 linux-kernel [PATCH 0/4] dyndbg: POC use dynamic_debug_exec_queries in DRM
2020-08-26 17:05:52 linux-kernel [PATCH 1/4] drm-printk: POC caller of dynamic-debug-exec-queries
2020-08-26 17:05:50 linux-kernel [PATCH 2/4] drm-printk: call pr_debug() from drm_dev_dbg, __drm_dbg
2020-08-26 17:03:30 linux-kernel [PATCH 4/4] i915: POC use dynamic_debug_exec_queries to control pr_debugs in gvt
2020-08-26 17:03:09 linux-kernel [PATCH 3/4] i915: add -DDYNAMIC_DEBUG_MODULE to i915/gvt/Makefile
2020-08-25 17:36:06 linux-kernel [PATCH v2 3/3] dyndbg: fix problem parsing format="foo bar"
2020-08-25 17:35:15 linux-kernel [PATCH v2 2/3] dyndbg: refine export, rename to dynamic_debug_exec_queries()
2020-08-25 17:35:05 linux-kernel [PATCH v2 1/3] dyndbg: give %3u width in pr-format, cosmetic only
2020-08-25 17:34:53 linux-kernel [PATCH-v2 0/3] dynamic-debug fixups for 5.9