Show patches with: Submitter = Jim Cromie       |   655 patches
« 1 2 3 46 7 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/4] i915: add -DDYNAMIC_DEBUG_MODULE to i915/gvt/Makefile Untitled series #339105 - - - --- 2020-08-26 Jim Cromie New
[4/4] i915: POC use dynamic_debug_exec_queries to control pr_debugs in gvt Untitled series #339105 - - - --- 2020-08-26 Jim Cromie New
[RFC,2/2] i915: POC use dynamic_debug_exec_queries to control pr_debugs in gvt Untitled series #396373 - - - --- 2020-12-04 Jim Cromie New
[RFC,v2,1/4] drm_print.h: rewrap __DRM_DEFINE_DBG_RATELIMITED macro Allow using dyndbg to replace drm_debug_enabled - - - --- 2021-07-11 Jim Cromie New
[RFC,v2,2/4] drm: fixup comment spelling Allow using dyndbg to replace drm_debug_enabled - - - --- 2021-07-11 Jim Cromie New
[RFC,v2,3/4] drm: RFC add choice to use dynamic debug in drm-debug Allow using dyndbg to replace drm_debug_enabled - - - --- 2021-07-11 Jim Cromie New
[RFC,v2,4/4] i915: map gvt pr_debug categories to bits in parameters/debug_gvt Allow using dyndbg to replace drm_debug_enabled - - - --- 2021-07-11 Jim Cromie New
[v3,1/5] drm/print: fixup spelling in a comment drm: use dyndbg in drm_print - - - --- 2021-07-14 Jim Cromie New
[v3,2/5] drm_print.h: rewrap __DRM_DEFINE_DBG_RATELIMITED macro drm: use dyndbg in drm_print - - - --- 2021-07-14 Jim Cromie New
[v3,3/5] drm/print: RFC add choice to use dynamic debug in drm-debug drm: use dyndbg in drm_print - - - --- 2021-07-14 Jim Cromie New
[v3,4/5] drm/print: move conditional deref into macro defn drm: use dyndbg in drm_print - - - --- 2021-07-14 Jim Cromie New
[v3,5/5] i915: map gvt pr_debug categories to bits in parameters/debug_gvt drm: use dyndbg in drm_print - - - --- 2021-07-14 Jim Cromie New
[v4,1/7] drm/print: fixup spelling in a comment drm: use dyndbg in drm_print - - - --- 2021-07-31 Jim Cromie New
[v4,2/7] moduleparam: add data member to struct kernel_param drm: use dyndbg in drm_print - - - --- 2021-07-31 Jim Cromie New
[v4,3/7] dyndbg: add dyndbg-bitmap definer and callbacks drm: use dyndbg in drm_print - - - --- 2021-07-31 Jim Cromie New
[v4,4/7] i915/gvt: remove spaces in pr_debug "gvt: core:" etc prefixes drm: use dyndbg in drm_print - - - --- 2021-07-31 Jim Cromie New
[v4,5/7] i915/gvt: control pr_debug("gvt:")s with bits in parameters/debug_gvt drm: use dyndbg in drm_print - - - --- 2021-07-31 Jim Cromie New
[v4,6/7] drm/print: add choice to use dynamic debug in drm-debug drm: use dyndbg in drm_print - - - --- 2021-07-31 Jim Cromie New
[v4,7/7] amdgpu: define a dydbg-bitmap to control categorized pr_debugs drm: use dyndbg in drm_print - - - --- 2021-07-31 Jim Cromie New
dyndbg: add special aux_print framework dyndbg: add special aux_print framework - - - --- 2021-08-01 Jim Cromie New
dyndbg: add special aux_print framework dyndbg: add special aux_print framework - - - --- 2021-08-01 Jim Cromie New
[v5,1/9] drm/print: fixup spelling in a comment dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,2/9] moduleparam: add data member to struct kernel_param dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,3/9] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and callbacks dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,4/9] i915/gvt: remove spaces in pr_debug "gvt: core:" etc prefixes dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,5/9] i915/gvt: use DEFINE_DYNAMIC_DEBUG_CATEGORIES to create "gvt:core:" etc categories dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,6/9] amdgpu: use DEFINE_DYNAMIC_DEBUG_CATEGORIES to control categorized pr_debugs dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,7/9] drm_print: add choice to use dynamic debug in drm-debug dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,8/9] amdgpu_ucode: reduce number of pr_debug calls dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v5,9/9] dyndbg: RFC add tracer facility RFC dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM - - - --- 2021-08-13 Jim Cromie New
[v6,01/11] moduleparam: add data member to struct kernel_param use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,02/11] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and callbacks use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,03/11] i915/gvt: remove spaces in pr_debug "gvt: core:" etc prefixes use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,04/11] i915/gvt: use DEFINE_DYNAMIC_DEBUG_CATEGORIES to create "gvt:core:" etc categories use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,05/11] amdgpu: use DEFINE_DYNAMIC_DEBUG_CATEGORIES to control categorized pr_debugs use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,06/11] drm_print: add choice to use dynamic debug in drm-debug use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,07/11] drm_print: instrument drm_debug_enabled use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,08/11] amdgpu_ucode: reduce number of pr_debug calls use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,09/11] nouveau: fold multiple DRM_DEBUG_DRIVERs together use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,10/11] dyndbg: RFC add debug-trace callback, selftest with it. RFC use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v6,11/11] dyndbg: RFC add print-once and print-ratelimited features. RFC. use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-22 Jim Cromie New
[v7,1/8] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and callbacks use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v7,2/8] dyndbg: remove spaces in pr_debug "gvt: core:" etc prefixes use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v7,3/8] i915/gvt: use DEFINE_DYNAMIC_DEBUG_CATEGORIES to create "gvt:core:" etc categories use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v7,4/8] amdgpu: use DEFINE_DYNAMIC_DEBUG_CATEGORIES use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v7,5/8] drm_print: add choice to use dynamic debug in drm-debug use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v7,6/8] drm_print: instrument drm_debug_enabled use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v7,7/8] amdgpu_ucode: reduce number of pr_debug calls use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v7,8/8] nouveau: fold multiple DRM_DEBUG_DRIVERs together use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-08-31 Jim Cromie New
[v8,01/16] dyndbg: add module to a vpr-info in dd-exec-queries use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,02/16] dyndbg: pr-info in boot-param should say so use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,03/16] dyndbg: rationalize verbosity use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,04/16] dyndbg: use alt-quotes in vpr-infos, not those user might use use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,05/16] dyndbg: vpr-info on remove-module complete, not starting use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,06/16] dyndbg: no vpr-info on empty queries use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,07/16] dyndbg-doc: fix bootparam usage example use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,08/16] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES bitmap and callbacks use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,09/16] drm: fix doc grammar error use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,10/16] i915/gvt: remove spaces in pr_debug "gvt: core:" etc prefixes use DYNAMIC_DEBUG to implement DRM.debug - 1 - --- 2021-09-15 Jim Cromie New
[v8,11/16] i915/gvt: use DEFINE_DYNAMIC_DEBUG_CATEGORIES for existing prdbgs use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,12/16] amdgpu: use DEFINE_DYNAMIC_DEBUG_CATEGORIES on existing prdbgs use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,13/16] drm_print: add choice to use dynamic debug in drm-debug use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,14/16] drm_print: instrument drm_debug_enabled use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,15/16] amdgpu_ucode: reduce number of pr_debug calls use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[v8,16/16] nouveau: fold multiple DRM_DEBUG_DRIVERs together use DYNAMIC_DEBUG to implement DRM.debug - - - --- 2021-09-15 Jim Cromie New
[1/4] drm: fix doc grammar error drm: maintenance patches for 5.15-rcX - - - --- 2021-09-30 Jim Cromie New
[2/4] amdgpu_ucode: reduce number of pr_debug calls drm: maintenance patches for 5.15-rcX - - - --- 2021-09-30 Jim Cromie New
[3/4] nouveau: fold multiple DRM_DEBUG_DRIVERs together drm: maintenance patches for 5.15-rcX - - - --- 2021-09-30 Jim Cromie New
[4/4] i915/gvt: remove spaces in pr_debug "gvt: core:" etc prefixes drm: maintenance patches for 5.15-rcX - - - --- 2021-09-30 Jim Cromie New
[v9,01/10] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES macro and callbacks use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,02/10] drm: fix doc grammar use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,03/10] amdgpu: use dyndbg.CATEGORIES to control existing pr_dbgs use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,04/10] i915/gvt: trim spaces from pr_debug "gvt: core:" prefixes use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,05/10] i915/gvt: use dyndbg.CATEGORIES for existing pr_debugs use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,06/10] drm_print: add choice to use dynamic debug in drm-debug use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,07/10] drm_print: instrument drm_debug_enabled use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,08/10] dyndbg: add print-to-tracefs, selftest with it - RFC use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,09/10] dyndbg: create DEFINE_DYNAMIC_DEBUG_TRACE_CATEGORIES use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v9,10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_CATEGORIES bitmap to tracefs use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-10-27 Jim Cromie New
[v10,01/10] dyndbg: add DEFINE_DYNAMIC_DEBUG_BITGRPS macro and callbacks use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,02/10] drm: fix doc grammar use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,03/10] amdgpu: use dyndbg.BITGRPS to control existing pr_debugs use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,04/10] i915/gvt: trim spaces from pr_debug "gvt: core:" prefixes use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,05/10] i915/gvt: use dyndbg.BITGRPS for existing pr_debugs use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,06/10] drm_print: add choice to use dynamic debug in drm-debug use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,07/10] drm_print: instrument drm_debug_enabled use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,08/10] dyndbg: add print-to-tracefs, selftest with it - RFC use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,09/10] dyndbg: create DEFINE_DYNAMIC_DEBUG_LOG|TRACE_GROUPS use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_GROUPS in 3 places use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-05 Jim Cromie New
[v10,01/10] dyndbg: add DEFINE_DYNAMIC_DEBUG_BITGRPS macro and callbacks use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,02/10] drm: fix doc grammar use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,03/10] amdgpu: use dyndbg.BITGRPS to control existing pr_debugs use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,04/10] i915/gvt: trim spaces from pr_debug "gvt: core:" prefixes use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,05/10] i915/gvt: use dyndbg.BITGRPS for existing pr_debugs use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,06/10] drm_print: add choice to use dynamic debug in drm-debug use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,07/10] drm_print: instrument drm_debug_enabled use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,08/10] dyndbg: add print-to-tracefs, selftest with it - RFC use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,09/10] dyndbg: create DEFINE_DYNAMIC_DEBUG_LOG|TRACE_GROUPS use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v10,10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_GROUPS in 3 places use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace - - - --- 2021-11-11 Jim Cromie New
[v11,01/19] dyndbg: add _DPRINTK_FLAGS_ENABLED dyndbg & drm.debug to tracefs - - - --- 2022-01-07 Jim Cromie New
« 1 2 3 46 7 »