Messages by Date
-
2026/03/13
[PATCH v11 24/65] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Vineeth Remanan Pillai
-
2026/03/13
[PATCH v11 61/65] accel/ethosu: enable drm.debug control
Jim Cromie
-
2026/03/13
[PATCH] drm/amd/display: Replace use of system_wq with system_percpu_wq
Marco Crivellari
-
2026/03/13
[PATCH v11 09/65] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
-
2026/03/13
[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
-
2026/03/13
[PATCH v11 31/65] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
Jim Cromie
-
2026/03/13
[PATCH v11 10/65] dyndbg: tweak pr_fmt to avoid expansion conflicts
Jim Cromie
-
2026/03/13
[PATCH v11 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
-
2026/03/13
[PATCH v11 43/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
-
2026/03/13
[PATCH v11 18/65] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
Jim Cromie
-
2026/03/13
[PATCH v11 51/65] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
-
2026/03/13
[PATCH v11 03/65] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
Jim Cromie
-
2026/03/13
[PATCH v11 05/65] docs/dyndbg: explain flags parse 1st
Jim Cromie
-
2026/03/13
[PATCH v11 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
-
2026/03/13
[PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
Jim Cromie
-
2026/03/13
[PATCH v11 58/65] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
Jim Cromie
-
2026/03/13
[PATCH v11 42/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
-
2026/03/13
[PATCH v11 62/65] accel/rocket: enable drm.debug control
Jim Cromie
-
2026/03/13
[PATCH v11 57/65] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
-
2026/03/13
[PATCH v11 13/65] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
-
2026/03/13
[PATCH v11 63/65] drm_buddy: fix 64-bit truncation in power-of-2 rounding
Jim Cromie
-
2026/03/13
[PATCH v11 55/65] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
-
2026/03/13
[PATCH v11 21/65] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
-
2026/03/13
Re: [PATCH v3 0/4] Replace old wq name and add WQ_PERCPU and WQ_UNBOUND to alloc_workqueue users
Marco Crivellari
-
2026/03/13
[PATCH v11 59/65] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
Jim Cromie
-
2026/03/13
[PATCH v11 64/65] drm_print: fix drm_printer dynamic debug bypass
Jim Cromie
-
2026/03/13
[PATCH v11 35/65] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
-
2026/03/13
[PATCH v11 41/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
-
2026/03/13
[PATCH v11 56/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
-
2026/03/13
[PATCH v11 48/65] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
-
2026/03/13
[PATCH v11 65/65] drm_vblank: use dyndbg's static-key to avoid flag-check
Jim Cromie
-
2026/03/13
[PATCH v11 53/65] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
-
2026/03/13
[PATCH v11 38/65] drm-print: fix config-dependent unused variable
Jim Cromie
-
2026/03/13
[PATCH v11 40/65] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
-
2026/03/13
[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
-
2026/03/13
[PATCH v11 20/65] selftests-dyndbg: add a dynamic_debug run_tests target
Jim Cromie
-
2026/03/13
[PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
Jim Cromie
-
2026/03/13
[PATCH v11 11/65] dyndbg: reduce verbose/debug clutter
Jim Cromie
-
2026/03/13
[PATCH v11 16/65] dyndbg, module: make proper substructs in _ddebug_info
Jim Cromie
-
2026/03/13
[PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
-
2026/03/13
[PATCH v11 50/65] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
-
2026/03/13
[PATCH v11 37/65] drm-print: modernize an archaic comment
Jim Cromie
-
2026/03/13
[PATCH v11 26/65] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
Jim Cromie
-
2026/03/13
[PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change
Jim Cromie
-
2026/03/13
[PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change
Jim Cromie
-
2026/03/13
[PATCH v11 04/65] docs/dyndbg: update examples \012 to \n
Jim Cromie
-
2026/03/13
[PATCH v11 17/65] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
Jim Cromie
-
2026/03/13
[PATCH v11 39/65] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
-
2026/03/13
[PATCH v11 06/65] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
-
2026/03/13
[PATCH v11 46/65] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
-
2026/03/13
[PATCH v11 52/65] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
-
2026/03/13
[PATCH v11 23/65] dyndbg: detect class_id reservation conflicts
Jim Cromie
-
2026/03/13
[PATCH v11 54/65] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
-
2026/03/13
[PATCH v11 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
-
2026/03/13
[PATCH v11 27/65] dyndbg: treat comma as a token separator
Jim Cromie
-
2026/03/13
[PATCH v11 44/65] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
-
2026/03/13
[PATCH v11 34/65] drm: use correct ccflags-y spelling
Jim Cromie
-
2026/03/13
[PATCH v11 14/65] dyndbg: replace classmap list with a vector
Jim Cromie
-
2026/03/13
[PATCH v11 19/65] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
-
2026/03/13
[PATCH v11 08/65] dyndbg: make ddebug_class_param union members same size
Jim Cromie
-
2026/03/13
[PATCH v11 29/65] selftests-dyndbg: add test_mod_submod
Jim Cromie
-
2026/03/13
[PATCH v11 30/65] dyndbg: resolve "protection" of class'd pr_debug
Jim Cromie
-
2026/03/13
[PATCH v11 12/65] dyndbg: refactor param_set_dyndbg_classes and below
Jim Cromie
-
2026/03/13
[PATCH v11 07/65] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
Jim Cromie
-
2026/03/13
[PATCH v11 28/65] dyndbg: split multi-query strings with %
Jim Cromie
-
2026/03/13
Re: [PATCH] drm/amdgpu: Pack VF2PF ucode_info entries to keep struct size 1KB
Lazar, Lijo
-
2026/03/13
Re: [PATCH] drm/amd/display: Fix gamma 2.2 colorop TFs
Harry Wentland
-
2026/03/13
RE: [PATCH] drm/amdgpu: Remove dead negative offset check in amdgpu_virt_init_critical_region()
Pan, Ellen
-
2026/03/13
Re: [PATCH] drm/amdgpu: Remove dead negative offset check in amdgpu_virt_init_critical_region()
Zhang, Bokun
-
2026/03/13
Re: [PATCH] drm/amdgpu: Pack VF2PF ucode_info entries to keep struct size 1KB
Zhang, Bokun
-
2026/03/13
Re: [PATCH] drm/amdgpu: switch XGMI sysfs show helpers to sysfs_emit_at()
Alex Deucher
-
2026/03/13
amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
Dan Horák
-
2026/03/13
RE: [PATCH] drm/amdgpu: fallback to default discovery offset/size in sriov guest
Gao, Likun
-
2026/03/13
[PATCH] drm/amdgpu: fallback to default discovery offset/size in sriov guest
Hawking Zhang
-
2026/03/13
Re: [PATCH] drm/amdgpu/discovery: Add braces to case statements in amdgpu_discovery_table_check()
Alex Deucher
-
2026/03/13
Re: [PATCH] drm/amd/amdgpu: Fix build errors due to declarations after labels
Alex Deucher
-
2026/03/13
Re: [PATCH v1 1/2] drm/amdgpu/userq: Only look up for gem objects when count is non zero
Alex Deucher
-
2026/03/13
Re: [PATCH v1] drm/amdgpu/userq: unlock cancel_delayed_work_sync for hang_detect_work
Christian König
-
2026/03/13
Re: [PATCH v1 3/3] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Christian König
-
2026/03/13
Re: [PATCH v1 1/2] drm/amdgpu/userq: Only look up for gem objects when count is non zero
Christian König
-
2026/03/13
Re: [PATCH] Revert "drm/amdgpu: attach tlb fence to the PTs update"
Christian König
-
2026/03/13
Re: [PATCH v2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Christian König
-
2026/03/13
Re: [PATCH v1] drm/amdgpu: Fix ISP regression issue in kernel v7.0
Du, Bin
-
2026/03/13
Re: [PATCH v1 3/3] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Tvrtko Ursulin
-
2026/03/13
Re: [PATCH 05/11] drm/amdgpu: fix eviction fence and userq manager shutdown
Khatri, Sunil
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Steven Rostedt
-
2026/03/13
Re: [PATCH 38/61] net: Prefer IS_ERR_OR_NULL over manual NULL check
Przemek Kitszel
-
2026/03/13
Re: [PATCH 48/61] mtd: Prefer IS_ERR_OR_NULL over manual NULL check
Richard Weinberger
-
2026/03/13
[PATCH 6.12 030/265] drm/amdgpu: Fix locking bugs in error paths
Greg Kroah-Hartman
-
2026/03/13
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Steven Rostedt
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
-
2026/03/13
[PATCH 6.12 028/265] drm/amdgpu: Unlock a mutex before destroying it
Greg Kroah-Hartman
-
2026/03/13
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Peter Zijlstra
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Vineeth Remanan Pillai
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Peter Zijlstra
-
2026/03/13
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Vineeth Remanan Pillai
-
2026/03/13
[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Vineeth Pillai (Google)
-
2026/03/13
[PATCH v2] drm/amd/display: Fix uninitialized variable use which breaks full LTO
Calvin Owens
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Steven Rostedt
-
2026/03/13
Re: [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
Eliot Courtney
-
2026/03/13
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Miguel Ojeda
-
2026/03/13
Re: [PATCH v5 0/4] drm/atomic: Allocate drm_private_state through a callback
Tomi Valkeinen
-
2026/03/13
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Miguel Ojeda
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
-
2026/03/13
[PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Vineeth Pillai (Google)
-
2026/03/13
Re: [PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
James Bottomley
-
2026/03/13
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Vineeth Remanan Pillai
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Andrii Nakryiko
-
2026/03/13
[PATCH] drm/amdgpu: switch XGMI sysfs show helpers to sysfs_emit_at()
David Baum
-
2026/03/13
[PATCH 10/15] drm: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Steven Rostedt
-
2026/03/13
Re: [REGRESSION][PATCH] drm/amd/display: Fix uninitialized variable which breaks full LTO
Calvin Owens
-
2026/03/13
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Miguel Ojeda
-
2026/03/13
Re: [PATCH] drm/amdgpu: Make amdgpu_dma_buf_attach() return paths consistent
Dan Carpenter
-
2026/03/13
Re: [PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
Jason Gunthorpe
-
2026/03/13
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
-
2026/03/13
Re: [PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
Jason Gunthorpe
-
2026/03/13
Re: [PATCH v1 1/2] drm/amdgpu/userq: Only look up for gem objects when count is non zero
Tvrtko Ursulin
-
2026/03/13
Re: [PATCH v1 3/3] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Khatri, Sunil
-
2026/03/13
Re: [PATCH v1 3/3] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Tvrtko Ursulin
-
2026/03/13
Re: [PATCH v1 1/2] drm/amdgpu/userq: Only look up for gem objects when count is non zero
Khatri, Sunil
-
2026/03/13
Re: [PATCH v1 3/3] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Khatri, Sunil
-
2026/03/13
Re: [PATCH v1 1/2] drm/amdgpu/userq: Only look up for gem objects when count is non zero
Tvrtko Ursulin
-
2026/03/13
Re: [PATCH v1 3/3] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Tvrtko Ursulin
-
2026/03/13
RE: [PATCH 04/11] drm/amdgpu: completely rework eviction fence handling
Liang, Prike
-
2026/03/13
Re: [PATCH v1 1/3] drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_wait_ioctl
Tvrtko Ursulin
-
2026/03/13
Re: [PATCH v1 2/3] drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_signal_ioctl
Tvrtko Ursulin
-
2026/03/13
Re: [PATCH 04/11] drm/amdgpu: completely rework eviction fence handling
Khatri, Sunil
-
2026/03/13
RE: [PATCH 03/11] drm/amdgpu: fix amdgpu_userq_evict
Liang, Prike
-
2026/03/13
[PATCH v1 2/3] drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_signal_ioctl
Sunil Khatri
-
2026/03/13
[PATCH v1 1/3] drm/amdgpu/userq: Use kvfree instead of kfree in amdgpu_userq_wait_ioctl
Sunil Khatri
-
2026/03/13
[PATCH v1 3/3] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
Sunil Khatri
-
2026/03/12
Re: [PATCH v1 1/2] drm/amdgpu/userq: Only look up for gem objects when count is non zero
Khatri, Sunil
-
2026/03/12
[PATCH] drm/amd/amdgpu: Fix build errors due to declarations after labels
Jesse . Zhang
-
2026/03/12
Re: [PATCH] drm/amd/display: Fix gamma 2.2 colorop TFs
Melissa Wen
-
2026/03/12
[PATCH] drm/amdgpu/discovery: Add braces to case statements in amdgpu_discovery_table_check()
Nathan Chancellor
-
2026/03/12
Re: [PATCH] drm/colorop: Fix blob property reference tracking in state lifecycle
Alex Hung
-
2026/03/12
Re: [PATCH] Revert "drm/amdgpu: attach tlb fence to the PTs update"
Mario Limonciello
-
2026/03/12
Re: [PATCH] drm/amd/display: Wrap dcn32_override_min_req_memclk() in DC_FP_{START,END}
Alex Hung
-
2026/03/12
Re: [PATCH v2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Marek Olšák
-
2026/03/12
[PATCH] drm/colorop: Fix blob property reference tracking in state lifecycle
Harry Wentland
-
2026/03/12
Re: [PATCH v2] drm/amd/display: Fix uninitialized variable use which breaks full LTO
Nathan Chancellor
-
2026/03/12
Re: [PATCH v2] drm/amd/display: Fix uninitialized variable use which breaks full LTO
Harry Wentland
-
2026/03/12
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Danilo Krummrich
-
2026/03/12
[pull] amdgpu, amdkfd, radeon drm-next-7.1
Alex Deucher
-
2026/03/12
[pull] amdgpu, amdkfd drm-fixes-7.0
Alex Deucher
-
2026/03/12
Re: [PATCH v2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Christian König
-
2026/03/12
Re: [PATCH v12.1 1/1] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
-
2026/03/12
Re: [PATCH v2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Alex Deucher
-
2026/03/12
Re: [PATCH v12 1/1] rust: interop: Add list module for C linked list interface
Danilo Krummrich
-
2026/03/12
Re: [PATCH] drm/amdgpu: Add explicit NULL check for bo in amdgpu_vm_bo_update()
Christian König
-
2026/03/12
Re: [PATCH 07/11] drm/amdgpu: rework amdgpu_userq_wait_ioctl v3
Tvrtko Ursulin
-
2026/03/12
Re: [PATCH] drm/amdgpu: Move amdgpu_vm_is_bo_always_valid() before first use
Tvrtko Ursulin
-
2026/03/12
[PATCH] drm/amdgpu: Move amdgpu_vm_is_bo_always_valid() before first use
Srinivasan Shanmugam
-
2026/03/12
Re: [PATCH] drm/amdgpu: Add explicit NULL check for bo in amdgpu_vm_bo_update()
Tvrtko Ursulin
-
2026/03/12
Re: [PATCH 02/11] drm/amdgpu: restructure VM state machine
Tvrtko Ursulin
-
2026/03/12
Re: [PATCH] drm/amdgpu: Reject unknown digital connector IDs in DVI mode validation
Alex Deucher
-
2026/03/12
RE: [PATCH] drm/amdgpu: Make amdgpu_dma_buf_attach() return paths consistent
SHANMUGAM, SRINIVASAN
-
2026/03/12
[PATCH] drm/amdgpu: Add explicit NULL check for bo in amdgpu_vm_bo_update()
Srinivasan Shanmugam
-
2026/03/12
[PATCH] drm/amdgpu: Reject unknown digital connector IDs in DVI mode validation
Srinivasan Shanmugam
-
2026/03/12
Re: [PATCH] drm/amdgpu: Make amdgpu_dma_buf_attach() return paths consistent
Christian König
-
2026/03/12
[PATCH] drm/amdgpu: Make amdgpu_dma_buf_attach() return paths consistent
Srinivasan Shanmugam
-
2026/03/12
[PATCH] drm/amdgpu: Remove dead negative offset check in amdgpu_virt_init_critical_region()
Srinivasan Shanmugam
-
2026/03/12
[PATCH] drm/amdgpu: Fix error handling in amdgpu_vmid_alloc_reserved()
Srinivasan Shanmugam
-
2026/03/12
Re: [PATCH v4 1/2] drm/connector: hdmi: Add a 'link bpc' property
Maxime Ripard
-
2026/03/12
[PATCH] drm/amdgpu: Pack VF2PF ucode_info entries to keep struct size 1KB
Srinivasan Shanmugam
-
2026/03/12
Re: [PATCH 02/11] drm/amdgpu: restructure VM state machine
Christian König
-
2026/03/12
Re: [PATCH v1] drm/amdgpu/userq: unlock cancel_delayed_work_sync for hang_detect_work
Khatri, Sunil
-
2026/03/12
Re: [PATCH v2 1/3] drm/amd/pm: Add common smu fw check function
Lazar, Lijo
-
2026/03/12
[PATCH v2 3/3] drm/amd/pm: Use common smu fw check function for smu15
Asad Kamal
-
2026/03/12
[PATCH v2 2/3] drm/amd/pm: Use common smu fw check function for smu13
Asad Kamal
-
2026/03/12
[PATCH v2 1/3] drm/amd/pm: Add common smu fw check function
Asad Kamal
-
2026/03/12
Re: [PATCH v2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Christian König
-
2026/03/12
[PATCH v2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
Jesse . Zhang
-
2026/03/12
RE: [PATCH 02/11] drm/amdgpu: restructure VM state machine
Liang, Prike
-
2026/03/12
RE: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Zhang, Jesse(Jie)
-
2026/03/12
Re: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Christian König
-
2026/03/12
RE: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Zhang, Jesse(Jie)
-
2026/03/12
Re: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Christian König
-
2026/03/12
RE: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Zhang, Jesse(Jie)
-
2026/03/12
Re: [PATCH] drm/amdgpu: Drop unreachable return in amdgpu_reg_get_smn_base64()
Lazar, Lijo
-
2026/03/12
Re: [PATCH v1] drm/amdgpu/userq: unlock cancel_delayed_work_sync for hang_detect_work
Christian König
-
2026/03/12
Re: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Christian König
-
2026/03/12
[PATCH v1] drm/amdgpu/userq: unlock cancel_delayed_work_sync for hang_detect_work
Sunil Khatri
-
2026/03/12
[PATCH] drm/amdgpu: Drop unreachable return in amdgpu_reg_get_smn_base64()
Srinivasan Shanmugam
-
2026/03/12
RE: [PATCH] drm/amdgpu: update flip bit setting of RAS bad page
Zhang, Hawking
-
2026/03/12
RE: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Zhang, Jesse(Jie)
-
2026/03/12
Re: [PATCH] drm/amdgpu: add overflow check for BO list array allocation
Christian König
-
2026/03/12
[PATCH] drm/amdgpu: add overflow check for BO list array allocation
Jesse . Zhang
-
2026/03/12
[PATCH] drm/amdgpu: update flip bit setting of RAS bad page
Tao Zhou
-
2026/03/12
Re: [REGRESSION][PATCH] drm/amd/display: Fix uninitialized variable which breaks full LTO
Nathan Chancellor
-
2026/03/12
Re: [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Eliot Courtney
-
2026/03/12
Re: [PATCH 15/61] trace: Prefer IS_ERR_OR_NULL over manual NULL check
Steven Rostedt
-
2026/03/12
[PATCH] drm/radeon/cik: fix endian cik_cp_gfx_load_microcode()
Ben Dooks
-
2026/03/12
Re: [PATCH 49/61] media: Prefer IS_ERR_OR_NULL over manual NULL check
Kieran Bingham
-
2026/03/12
Re: [PATCH 36/61] arch/sh: Prefer IS_ERR_OR_NULL over manual NULL check
Geert Uytterhoeven
-
2026/03/12
Re: [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
Markus Elfring
-
2026/03/12
Re: [PATCH v9 03/23] gpu: nova-core: gsp: Return GspStaticInfo from boot()
Eliot Courtney