Date |
List |
Subject |
2022-09-04 23:09:13
|
linux-kernel
|
[PATCH v6 35/57] dyndbg: add _DPRINTK_FLAGS_TRACE |
2022-09-04 23:08:44
|
linux-kernel
|
[PATCH v6 27/57] drm-print: add drm_dbg_driver to improve namespace symmetry |
2022-09-04 23:05:42
|
linux-kernel
|
[PATCH v6 44/57] dyndbg: extend __ddebug_add_module proto to allow packing sites |
2022-09-04 23:05:26
|
linux-kernel
|
[PATCH v6 04/57] dyndbg: reverse module walk in cat control |
2022-09-04 23:04:03
|
linux-kernel
|
[PATCH v6 17/57] dyndbg: validate class FOO by checking with module |
2022-09-04 23:02:48
|
linux-kernel
|
[PATCH v6 29/57] drm_print: prefer bare printk KERN_DEBUG on generic fn |
2022-09-04 23:02:18
|
linux-kernel
|
[PATCH v6 25/57] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro |
2022-09-04 22:59:51
|
linux-kernel
|
[PATCH v6 08/57] dyndbg: add test_dynamic_debug module |
2022-09-04 22:54:47
|
linux-kernel
|
[PATCH v6 20/57] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support |
2022-09-04 22:51:19
|
linux-kernel
|
[PATCH v6 12/57] dyndbg: add class_id to pr_debug callsites |
2022-09-04 22:50:17
|
linux-kernel
|
[PATCH v6 34/57] dyndbg: add _DPRINTK_FLAGS_ENABLED |
2022-09-04 22:49:06
|
linux-kernel
|
[PATCH v6 14/57] dyndbg: add DECLARE_DYNDBG_CLASSMAP macro |
2022-09-04 22:49:01
|
linux-kernel
|
[PATCH v6 33/57] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV |
2022-09-04 22:48:50
|
linux-kernel
|
[PATCH v6 55/57] dyndbg: dynamic_debug_sites_reclaim() using free_reserved_page() WAG |
2022-09-04 22:48:21
|
linux-kernel
|
[PATCH v6 40/57] dyndbg: abstraction macros for modname,function,filename fields |
2022-09-04 22:28:03
|
linux-kernel
|
[PATCH v6 46/57] dyndbg: drop site-> in add-module, more needed |
2022-09-04 21:55:11
|
linux-kernel
|
[PATCH v6 39/57] dyndbg/drm: POC add tracebits sysfs-knob |
2022-09-04 21:45:44
|
linux-kernel
|
[PATCH v6 18/57] doc-dyndbg: describe "class CLASS_NAME" query support |
2022-09-04 21:44:48
|
linux-kernel
|
[PATCH v6 09/57] dyndbg: drop EXPORTed dynamic_debug_exec_queries |
2022-09-04 21:44:32
|
linux-kernel
|
[PATCH v6 06/57] dyndbg: use ESCAPE_SPACE for cat control |
2022-09-04 21:44:24
|
linux-kernel
|
[PATCH v6 05/57] dyndbg: reverse module.callsite walk in cat control |
2022-09-04 21:44:10
|
linux-kernel
|
[PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm. |
2022-08-11 18:21:25
|
linux-kernel
|
[PATCH 02/11] dyndbg: fix module.dyndbg handling |
2022-08-11 18:04:55
|
linux-kernel
|
[PATCH 03/11] dyndbg: show both old and new in change-info |
2022-08-11 17:42:11
|
linux-kernel
|
[PATCH 10/11] dyndbg: cleanup auto vars in dynamic_debug_init |
2022-08-11 17:42:10
|
linux-kernel
|
[PATCH 11/11] dyndbg: create and use struct _ddebug_info |
2022-08-11 17:42:09
|
linux-kernel
|
[PATCH 09/11] dyndbg: drop EXPORTed dynamic_debug_exec_queries |
2022-08-11 17:41:59
|
linux-kernel
|
[PATCH 08/11] dyndbg: add test_dynamic_debug module |
2022-08-11 17:41:59
|
linux-kernel
|
[PATCH 07/11] dyndbg: let query-modname override actual module name |
2022-08-11 17:41:59
|
linux-kernel
|
[PATCH 06/11] dyndbg: use ESCAPE_SPACE for cat control |
2022-08-11 17:41:57
|
linux-kernel
|
[PATCH 05/11] dyndbg: reverse module.callsite walk in cat control |
2022-08-11 17:41:54
|
linux-kernel
|
[PATCH 04/11] dyndbg: reverse module walk in cat control |
2022-08-11 17:41:42
|
linux-kernel
|
[PATCH 00/11] DYNAMIC_DEBUG for this cycle |
2022-08-11 17:41:42
|
linux-kernel
|
[PATCH 01/11] dyndbg: fix static_branch manipulation |
2022-08-05 22:58:37
|
linux-kernel
|
[PATCH v5 29/33] drm_print: prefer bare printk KERN_DEBUG on generic fn |
2022-08-05 22:47:48
|
linux-kernel
|
[PATCH v5 20/33] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support |
2022-08-05 22:43:37
|
linux-kernel
|
[PATCH v5 27/33] drm-print: add drm_dbg_driver to improve namespace symmetry |
2022-08-05 22:41:32
|
linux-kernel
|
[PATCH v5 28/33] drm_print: refine drm_debug_enabled for jump-label |
2022-08-05 22:27:48
|
linux-kernel
|
[PATCH v5 15/33] kernel/module: add __dyndbg_classes section |
2022-08-05 22:27:37
|
linux-kernel
|
[PATCH v5 00/33] DYNDBG: opt-in class'd debug for modules, use in drm. |
2022-08-05 22:27:16
|
linux-kernel
|
[PATCH v5 03/33] dyndbg: show both old and new in change-info |
2022-08-05 22:27:15
|
linux-kernel
|
[PATCH v5 01/33] dyndbg: fix static_branch manipulation |
2022-08-05 22:26:49
|
linux-kernel
|
[PATCH v5 26/33] drm-print.h: include dyndbg header |
2022-08-05 22:26:43
|
linux-kernel
|
[PATCH v5 08/33] dyndbg: add test_dynamic_debug module |
2022-08-05 22:26:42
|
linux-kernel
|
[PATCH v5 33/33] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV |
2022-08-05 22:26:37
|
linux-kernel
|
[PATCH v5 19/33] doc-dyndbg: edit dynamic-debug-howto for brevity, audience |
2022-08-05 22:26:22
|
linux-kernel
|
[PATCH v5 24/33] drm_print: interpose drm_*dbg with forwarding macros |
2022-08-05 22:24:59
|
linux-kernel
|
[PATCH v5 23/33] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers. |
2022-08-05 22:24:43
|
linux-kernel
|
[PATCH v5 09/33] dyndbg: drop EXPORTed dynamic_debug_exec_queries |
2022-08-05 22:24:34
|
linux-kernel
|
[PATCH v5 02/33] dyndbg: fix module.dyndbg handling |
2022-08-05 22:24:20
|
linux-kernel
|
[PATCH v5 25/33] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro |