messages from 2026-03-13 06:16:42 to 2026-03-13 21:00:29 UTC [more...]
[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
2026-03-13 21:00 UTC (105+ messages)
` [PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
` Claude review: "
` [PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change
` Claude review: "
` [PATCH v11 03/65] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` Claude review: "
` [PATCH v11 04/65] docs/dyndbg: update examples \012 to \n
` Claude review: "
` [PATCH v11 05/65] docs/dyndbg: explain flags parse 1st
` Claude review: "
` [PATCH v11 06/65] test-dyndbg: fixup CLASSMAP usage error
` Claude review: "
` [PATCH v11 07/65] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` Claude review: "
` [PATCH v11 08/65] dyndbg: make ddebug_class_param union members same size
` Claude review: "
` [PATCH v11 09/65] dyndbg: drop NUM_TYPE_ARRAY
` Claude review: "
` [PATCH v11 10/65] dyndbg: tweak pr_fmt to avoid expansion conflicts
` Claude review: "
` [PATCH v11 11/65] dyndbg: reduce verbose/debug clutter
` Claude review: "
` [PATCH v11 12/65] dyndbg: refactor param_set_dyndbg_classes and below
` Claude review: "
` [PATCH v11 13/65] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` Claude review: "
` [PATCH v11 14/65] dyndbg: replace classmap list with a vector
` Claude review: "
` [PATCH v11 15/65] dyndbg: macrofy a 2-index for-loop pattern
` Claude review: "
` [PATCH v11 16/65] dyndbg, module: make proper substructs in _ddebug_info
` Claude review: "
` [PATCH v11 17/65] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` Claude review: "
` [PATCH v11 18/65] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` Claude review: "
` [PATCH v11 19/65] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` Claude review: "
` [PATCH v11 20/65] selftests-dyndbg: add a dynamic_debug run_tests target
` Claude review: "
` [PATCH v11 21/65] dyndbg: change __dynamic_func_call_cls* macros into expressions
` Claude review: "
` [PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` Claude review: "
` [PATCH v11 23/65] dyndbg: detect class_id reservation conflicts
` Claude review: "
` [PATCH v11 24/65] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` Claude review: "
` [PATCH v11 25/65] dyndbg-test: change do_prints testpoint to accept a loopct
` Claude review: "
` [PATCH v11 26/65] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` Claude review: "
` [PATCH v11 27/65] dyndbg: treat comma as a token separator
` Claude review: "
` [PATCH v11 28/65] dyndbg: split multi-query strings with %
` Claude review: "
` [PATCH v11 29/65] selftests-dyndbg: add test_mod_submod
` Claude review: "
` [PATCH v11 30/65] dyndbg: resolve "protection" of class'd pr_debug
` Claude review: "
` [PATCH v11 31/65] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
` Claude review: "
` [PATCH v11 32/65] dyndbg: Harden classmap and callsite validation
` Claude review: "
` [PATCH v11 33/65] docs/dyndbg: add classmap info to howto
` Claude review: "
` [PATCH v11 34/65] drm: use correct ccflags-y spelling
` Claude review: "
` [PATCH v11 35/65] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` Claude review: "
` [PATCH v11 36/65] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` Claude review: "
` [PATCH v11 37/65] drm-print: modernize an archaic comment
` Claude review: "
` [PATCH v11 38/65] drm-print: fix config-dependent unused variable
` Claude review: "
` [PATCH v11 39/65] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v11 40/65] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v11 41/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v11 42/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v11 43/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v11 44/65] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v11 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v11 46/65] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v11 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v11 48/65] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v11 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v11 50/65] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v11 51/65] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v11 52/65] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v11 53/65] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v11 54/65] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v11 55/65] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v11 56/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v11 57/65] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v11 58/65] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
` [PATCH v11 59/65] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
` [PATCH v11 60/65] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v11 61/65] accel/ethosu: enable drm.debug control
` [PATCH v11 62/65] accel/rocket: "
` [PATCH v11 63/65] drm_buddy: fix 64-bit truncation in power-of-2 rounding
` [PATCH v11 64/65] drm_print: fix drm_printer dynamic debug bypass
` [PATCH v11 65/65] drm_vblank: use dyndbg's static-key to avoid flag-check
` Claude review: Fix DRM_USE_DYNAMIC_DEBUG=y
[PATCH v2] drm/shmem-helper: Fix Map huge page mapping in fault handler
2026-03-13 20:52 UTC (4+ messages)
` Claude review: "
[PATCH] drm/amd/display: Replace use of system_wq with system_percpu_wq
2026-03-13 20:50 UTC (3+ messages)
` Claude review: "
[PATCH v5 00/11] Support repeated mappings in GPUVM and Panthor
2026-03-13 20:48 UTC (24+ messages)
` [PATCH v5 01/11] drm/panthor: Expose GPU page sizes to UM
` Claude review: "
` [PATCH v5 02/11] drm/gpuvm: Remove dead code
` Claude review: "
` [PATCH v5 03/11] drm/gpuvm: Fix comment to reflect remap operation operand status
` Claude review: "
` [PATCH v5 04/11] drm/gpuvm: Add a helper to check if two VA can be merged
` Claude review: "
` [PATCH v5 05/11] drm/gpuvm: Add a flags field to drm_gpuva_op_map
` Claude review: "
` [PATCH v5 06/11] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
` Claude review: "
` [PATCH v5 07/11] drm/gpuvm: Ensure correctness of unmap/remaps of repeated regions
` Claude review: "
` [PATCH v5 08/11] drm/panthor: Add support for repeated mappings
` Claude review: "
` [PATCH v5 09/11] drm/panthor: Handle remap case "
` Claude review: "
` [PATCH v5 10/11] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx
` Claude review: "
` [PATCH v5 11/11] drm/panthor: Bump the driver version to 1.8
` Claude review: "
` Claude review: Support repeated mappings in GPUVM and Panthor
[PATCH v2 0/1] Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug
2026-03-13 20:45 UTC (4+ messages)
` [PATCH v2 1/1] drm: "
` Claude review: "
` Claude review: "
[PATCH] udmabuf: Do not create malformed scatterlists
2026-03-13 20:43 UTC (3+ messages)
` Claude review: "
[PATCH V1] accel/amdxdna: Support retrieving hardware context debug information
2026-03-13 20:42 UTC (5+ messages)
` Claude review: "
[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
2026-03-13 14:56 UTC (10+ messages)
` [PATCH v1 RESEND 1/4] drm/tyr: clear reset IRQ before soft reset
` [PATCH v1 RESEND 2/4] rust: add Work::disable_sync
` [PATCH v1 RESEND 3/4] rust: add ordered workqueue wrapper
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling
[PATCH v6 0/6] cgroup/dmem,drm/ttm: Improve protection in contended cases
2026-03-13 14:16 UTC (12+ messages)
` [PATCH v6 1/6] cgroup/dmem: Add queries for protection values
` [PATCH v6 2/6] cgroup,cgroup/dmem: Add (dmem_)cgroup_common_ancestor helper
` [PATCH v6 3/6] drm/ttm: Extract code for attempting allocation in a place
` [PATCH v6 4/6] drm/ttm: Split cgroup charge and resource allocation
` [PATCH v6 5/6] drm/ttm: Be more aggressive when allocating below protection limit
` [PATCH v6 6/6] drm/ttm: Use common ancestor of evictor and evictee as limit pool
[PATCH] drm/amdgpu: switch XGMI sysfs show helpers to sysfs_emit_at()
2026-03-13 14:04 UTC (2+ messages)
[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
2026-03-13 13:09 UTC (3+ messages)
` [PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
` [PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change
[PATCH 0/2] Disable Panel Replay as quirk for LGD panel
2026-03-13 12:21 UTC (3+ messages)
` [PATCH 1/2] drm/dp: Add quirk to disable Panel Replay on certain panels
` [PATCH 2/2] drm/i915/psr: Disable Panel Replay on DP_DPCD_QUIRK_NO_PANEL_REPLAY quirk
[PATCH V5 0/5] Enable ADSP and CDSP for Glymur SoC
2026-03-13 12:08 UTC (6+ messages)
` [PATCH V5 1/5] dt-bindings: remoteproc: qcom, sm8550-pas: Add Glymur ADSP
` [PATCH V5 2/5] dt-bindings: remoteproc: qcom, sm8550-pas: Add Glymur CDSP
` [PATCH V5 3/5] dt-bindings: misc: qcom, fastrpc: Add compatible for Glymur
` [PATCH V5 4/5] arm64: dts: qcom: glymur: Add ADSP and CDSP for Glymur SoC
` [PATCH V5 5/5] arm64: dts: qcom: glymur-crd: Enable ADSP and CDSP
[PATCH] drm/ast: DisplayPort edid supports 256 bytes
2026-03-13 10:04 UTC
[PATCH] [linux-next mismerge] drm/fbdev-emulation: restore drm_fb_helper_gem_is_fb() dummy
2026-03-13 9:56 UTC
[PATCH v2 0/3] Arm China Linlon-D6 display controller support
2026-03-13 3:31 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Arm Technology (China) Co., Ltd
` [PATCH v2 2/3] dt-bindings: display: arm, komeda: add Arm China Linlon D6 compatible
` [PATCH v2 3/3] drm/komeda: Add support for Arm China Linlon-D6
[PATCH] drm/nouveau: fix misleading indentation
2026-03-13 6:32 UTC
[PATCH] backlight: cgbc_bl: fix kernel-doc comment for struct cgbc_bl_data
2026-03-12 21:42 UTC
[PATCH v2] dt-bindings: display: panel: Align style of "true" properties
2026-03-13 8:20 UTC
[PATCH v7 0/2] Add ITE IT61620 MIPI DSI to HDMI bridge driver
2026-03-13 6:48 UTC (3+ messages)
` [PATCH v7 1/2] dt-binding: display: Add ITE IT61620 MIPI DSI to HDMI bridge
` [PATCH v7 2/2] drm/bridge: Add ITE IT61620 MIPI DSI to HDMI bridge driver
[PATCH v2 0/2] drm/imagination: Improve power off sequence
2026-03-13 6:38 UTC (3+ messages)
` [PATCH v2 1/2] drm/imagination: Improve firmware power off for layout_mars config
` [PATCH v2 2/2] drm/imagination: Skip 2nd thread DM association for non META Firmware
[PATCH v3 0/2] Add ITE IT6162 MIPI DSI to HDMI bridge driver
2026-03-13 6:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox