aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_virt_ras_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-03drm/amd/ras: snapshot remote cmd header to fix double-fetchStanley.Yang1-9/+22
2026-05-27drm/amdgpu: Fix TOCTOU on UniRAS command response sizeChenglei Xie1-6/+10
2026-05-19drm/amd/ras: copy ras log data instead of referencing pointersYiPeng Chai1-5/+7
2026-05-19drm/amd/ras: add length check for ras command output bufferYiPeng Chai1-2/+3
2026-05-19drm/amd/ras: bound CPER record fetch buffer sizeCandice Li1-1/+2
2026-05-18drm/amdgpu: fix OOB risk parsing virt RAS batch trace replies on the VFChenglei Xie1-10/+25
2026-04-17drm/amd/ras: Avoid ECC status update in hw_fini for VF unloadCe Sun1-7/+2
2026-04-03drm/amdgpu: Add host driver reserved-regionLijo Lazar1-4/+4
2026-04-03drm/amdgpu: Add fw vram usage reserve-regionLijo Lazar1-4/+4
2026-03-02drm/amdgpu: Fix static assertion failure issueYiPeng Chai1-2/+2
2026-02-25drm/amd/ras: Add function to convert retired addressJinzhou Su1-0/+27
2026-02-25drm/amd/ras: Handle address check in SR-IOV guestJinzhou Su1-0/+20
2026-02-25drm/amd/ras: use dedicated memory as vf ras command bufferYiPeng Chai1-31/+89
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+3
2025-12-10drm/amd/ras: Reduce stack usage in amdgpu_virt_ras_get_cper_records()Srinivasan Shanmugam1-4/+13
2025-12-08drm/amd/ras: Compatible with legacy sriov hostYiPeng Chai1-0/+30
2025-12-08drm/amd/ras: Add sriov ras preprocessing before gpu resetYiPeng Chai1-0/+15
2025-12-08drm/amd/ras: Support high-frequency querying sriov ras block error countYiPeng Chai1-0/+112
2025-12-08drm/amd/ras: Add ras command to retrieve cper data from sriov hostYiPeng Chai1-1/+167
2025-12-08drm/amd/ras: sriov supports handling VF ras commands.YiPeng Chai1-0/+137