aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/ras/ras_mgr
AgeCommit message (Expand)AuthorFilesLines
2026-08-06drm/amd/ras: track debug mode for query modeXiang Liu2-1/+18
2026-08-06drm/amd/ras: rename core ras_* files and update include guardsYiPeng Chai1-1/+1
2026-07-28drm/amd/ras: add device lost check to early exit psp cmd wait loopCe Sun1-0/+3
2026-07-28drm/amdgpu/ras: use vram_base_offset for UMC inject addressStanley.Yang1-12/+5
2026-07-28drm/amd/ras: update flip bit setting for unirasTao Zhou1-0/+1
2026-07-28drm/amdgpu/ras: Add debug mask to disable CE logs for unirasCe Sun1-0/+1
2026-07-14drm/amdgpu/ras: only check bad page for address-based UMC injectionStanley.Yang1-17/+64
2026-07-14drm/amdgpu: drop debug_enable_ras_aca debug mask flagCe Sun1-2/+1
2026-07-01drm/amd/ras: add set_debug_mode function for unirasCe Sun3-0/+25
2026-07-01drm/amdgpu/ras: Resum RAS IP hw init during nps dynamic switchStanley.Yang2-0/+23
2026-06-17drm/amdgpu/ras: Estimate RAS reservation when report capacityCe Sun1-1/+25
2026-06-17drm/amdgpu/ras: Add address sanity check for unirasCe Sun3-3/+22
2026-06-17drm/amdgpu/ras: Add flag to make VBIOS read optionalCe Sun1-1/+1
2026-06-17drm/amdgpu/ras: added RAS EEPROM device support checkCe Sun1-1/+17
2026-06-03drm/amd/ras: Remove redundant error logStanley.Yang1-5/+0
2026-06-03drm/amd/ras: snapshot remote cmd header to fix double-fetchStanley.Yang1-9/+22
2026-06-03drm/amd/ras: Return RAS TA injection result to userspaceStanley.Yang1-1/+1
2026-05-27drm/amd/ras: cap pending_ecc_list sizeStanley.Yang1-0/+9
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 Chai2-5/+8
2026-05-19drm/amd/ras: fix memory leak on ras sw_init failureYiPeng Chai1-4/+16
2026-05-19drm/amd/ras: add error handling for seqno operationsYiPeng Chai1-1/+3
2026-05-19drm/amd/ras: bound CPER record fetch buffer sizeCandice Li1-1/+2
2026-05-19drm/amd/ras: Add more IP versions for unirasCe Sun1-0/+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-04-03drm/amd/ras: enable uniras via IP version checkCe Sun1-6/+3
2026-03-17drm/amd/ras: Pass ras poison consumption message to sriov hostYiPeng Chai1-0/+10
2026-03-17drm/amd/ras: Add unified interface to handle ras interruptsYiPeng Chai2-0/+32
2026-03-04drm/amd/ras: add check func for pmfw eepromGangliang Xie1-1/+2
2026-03-04drm/amd/ras: add check safety watermark func for pmfw eepromGangliang Xie1-0/+3
2026-03-02drm/amd/ras: add pmfw eeprom smu interfacesGangliang Xie1-0/+46
2026-03-02drm/amdgpu: Fix static assertion failure issueYiPeng Chai1-2/+2
2026-02-25drm/amd/ras: Add function to convert retired addressJinzhou Su2-0/+29
2026-02-25drm/amd/ras: Handle address check in SR-IOV guestJinzhou Su2-0/+22
2026-02-25drm/amd/ras: use dedicated memory as vf ras command bufferYiPeng Chai2-34/+96
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 Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-3/+4
2026-01-05drm/amd/ras: Support physical address convertJinzhou Su2-0/+17
2025-12-10drm/amd/ras: Add vram_type to ras_ta_init_flagsCandice Li1-0/+1
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 Chai3-0/+36
2025-12-08drm/amd/ras: Add sriov ras preprocessing before gpu resetYiPeng Chai3-1/+23
2025-12-08drm/amd/ras: Support high-frequency querying sriov ras block error countYiPeng Chai2-0/+121
2025-12-08drm/amd/ras: Add ras command to retrieve cper data from sriov hostYiPeng Chai2-1/+173
2025-12-08drm/amd/ras: sriov supports handling VF ras commands.YiPeng Chai6-10/+207