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
2021-07-14 17:53:49 linux-kernel [PATCH v3 4/5] drm/print: move conditional deref into macro defn
2021-07-14 17:53:25 linux-kernel [PATCH v3 3/5] drm/print: RFC add choice to use dynamic debug in drm-debug
2021-07-14 17:53:19 linux-kernel [PATCH v3 2/5] drm_print.h: rewrap __DRM_DEFINE_DBG_RATELIMITED macro
2021-07-14 17:53:15 linux-kernel [PATCH v3 1/5] drm/print: fixup spelling in a comment
2021-07-14 17:53:07 linux-kernel [PATCH v3 0/5] drm: use dyndbg in drm_print
2021-07-13 01:40:30 linux-kernel Re: [RFC PATCH v2 1/4] drm_print.h: rewrap __DRM_DEFINE_DBG_RATELIMITED macro
2021-07-11 05:55:36 linux-kernel [RFC PATCH v2 2/4] drm: fixup comment spelling
2021-07-11 05:55:19 linux-kernel [RFC PATCH v2 3/4] drm: RFC add choice to use dynamic debug in drm-debug
2021-07-11 05:53:44 linux-kernel [RFC PATCH v2 4/4] i915: map gvt pr_debug categories to bits in parameters/debug_gvt
2021-07-11 05:51:45 linux-kernel [RFC PATCH v2 1/4] drm_print.h: rewrap __DRM_DEFINE_DBG_RATELIMITED macro
2021-07-11 05:51:34 linux-kernel [RFC PATCH v2 0/4] Allow using dyndbg to replace drm_debug_enabled
2021-06-30 16:40:54 linux-kernel Re: [PATCH 1/3] checkpatch: skip spacing tests on linker scripts
2021-06-29 20:01:21 linux-kernel Re: [PATCH 1/3] checkpatch: skip spacing tests on linker scripts
2021-06-29 17:06:52 linux-kernel Re: [PATCH 1/3] checkpatch: skip spacing tests on linker scripts
2021-06-28 23:38:58 linux-kernel Re: [PATCH 1/3] checkpatch: skip spacing tests on linker scripts
2021-06-27 03:48:51 linux-kernel Re: [PATCH 2/3] checkpatch: tweak extern in C warning
2021-06-26 03:42:33 linux-kernel [PATCH 3/3] checkpatch: suppress BUG_ON warn when it is named in commitmsg
2021-06-26 03:41:47 linux-kernel [PATCH 2/3] checkpatch: tweak extern in C warning
2021-06-26 03:41:12 linux-kernel [PATCH 1/3] checkpatch: skip spacing tests on linker scripts
2021-06-26 03:41:09 linux-kernel [PATCH 0/3] checkpatch tweaks
2021-06-23 18:49:16 linux-kernel Re: [V9fs-developer] KCSAN BUG report on p9_client_cb / p9_client_rpc
2021-06-22 20:18:28 linux-kernel Re: [V9fs-developer] KCSAN BUG report on p9_client_cb / p9_client_rpc
2021-06-22 18:50:51 linux-kernel BUG: KCSAN: data-race in vring_interrupt+
2021-06-22 18:37:59 linux-kernel Re: [V9fs-developer] KCSAN BUG report on p9_client_cb / p9_client_rpc
2021-06-22 16:45:19 linux-kernel KCSAN BUG report on p9_client_cb / p9_client_rpc
2021-06-05 14:53:41 linux-kernel how to return a chunk of kernel .data to free mem ?
2021-05-29 20:06:15 linux-kernel [RFC PATCH v6 32/34] dyndbg: pack module pr_debug sites
2021-05-29 20:06:15 linux-kernel [RFC PATCH v6 31/34] dyndbg: detect repeated site recs in add_module
2021-05-29 20:06:15 linux-kernel [RFC PATCH v6 34/34] dyndbg: prototype print-once and print-ratelimited RFC
2021-05-29 20:05:56 linux-kernel [RFC PATCH v6 28/34] dyndbg: unionize _ddebug*_headers with struct _ddebug*
2021-05-29 20:05:53 linux-kernel [RFC PATCH v6 23/34] dyndbg: fix NULL deref after deleting sites
2021-05-29 20:05:49 linux-kernel [RFC PATCH v6 33/34] dyndbg: pack pr-debug site-recs in builtin modules
2021-05-29 20:05:49 linux-kernel [RFC PATCH v6 30/34] dyndbg: split/copy ._index into 2 new fields: ._back, ._map
2021-05-29 20:05:40 linux-kernel [RFC PATCH v6 22/34] dyndbg: validate ddebug_site_get invariants
2021-05-29 20:05:26 linux-kernel [RFC PATCH v6 26/34] dyndbg: swap WARN_ON for BUG_ON see what 0-day says
2021-05-29 20:05:13 linux-kernel [RFC PATCH v6 14/34] dyndbg: allow deleting site info via control interface
2021-05-29 20:05:10 linux-kernel [RFC PATCH v6 29/34] dyndbg: RFC drop _ddebug.site pointer
2021-05-29 20:04:59 linux-kernel [RFC PATCH v6 27/34] dyndbg: fixup protect header when deleting site
2021-05-29 20:04:57 linux-kernel [RFC PATCH v6 25/34] dyndbg: make site pointer and checks on it optional (almost)
2021-05-29 20:04:56 linux-kernel [RFC PATCH v6 24/34] dyndbg: dont show header records in control
2021-05-29 20:04:47 linux-kernel [RFC PATCH v6 21/34] dyndbg: ddebug_add_module() handle headers.
2021-05-29 20:04:36 linux-kernel [RFC PATCH v6 20/34] dyndbg: RFC handle __dyndbg* sections in module.lds.h
2021-05-29 20:04:34 linux-kernel [RFC PATCH v6 19/34] dyndbg: RFC - DEFINE_DYNAMIC_DEBUG_TABLE
2021-05-29 20:04:32 linux-kernel [RFC PATCH v6 17/34] dyndbg: add _index to struct _ddebug
2021-05-29 20:04:31 linux-kernel [RFC PATCH v6 18/34] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
2021-05-29 20:04:30 linux-kernel [RFC PATCH v6 16/34] dyndbg: ddebug_add_module avoid adding empty modules
2021-05-29 20:04:22 linux-kernel [RFC PATCH v6 15/34] dyndbg: add ddebug_site(_get|_put) abstraction
2021-05-29 20:04:11 linux-kernel [RFC PATCH v6 13/34] dyndbg: refactor ddebug_alter_site out of ddebug_change
2021-05-29 20:04:03 linux-kernel [RFC PATCH v6 12/34] dyndbg: accept null site in ddebug_proc_show
2021-05-29 20:03:54 linux-kernel [RFC PATCH v6 10/34] dyndbg: accept null site in ddebug_change
2021-05-29 20:03:52 linux-kernel [RFC PATCH v6 11/34] dyndbg: accept null site in dynamic_emit_prefix