summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-12/+12
2026-02-05drm/amdgpu: Send applicable RMA CPERs at end of RAS initKent Russell-0/+2
2026-02-05drm/amdgpu: Fix memory leak in amdgpu_ras_init()Zilin Guan-1/+1
2026-01-21drm/amdgpu: mark invalid records with U64_MAXGangliang Xie-0/+6
2026-01-05drm/amdgpu: only check critical address when it is not reservedGangliang Xie-2/+4
2026-01-05drm/amd: Convert DRM_*() to drm_*()Mario Limonciello (AMD)-2/+2
2026-01-05drm/amdgpu: Add address checking for unirasJinzhou Su-1/+6
2025-12-08drm/amdgpu/ras: Move ras data alloc before bad page checkAsad Kamal-5/+5
2025-12-08drm/amdgpu: fix the calculation of RAS bad page numberTao Zhou-4/+0
2025-11-18drm/amdgpu: Unregister mce notifierLijo Lazar-1/+27
2025-11-11drm/amdgpu: get RAS bad page address from MCA addressTao Zhou-3/+12
2025-11-11drm/amdgpu: load RAS bad page from PMFW in page retirementTao Zhou-1/+7
2025-11-06drm/amdgpu: support to load RAS bad pages from PMFWTao Zhou-4/+10
2025-11-04drm/amdgpu: suspend ras module before gpu resetYiPeng Chai-2/+28
2025-11-04drm/amdgpu: add function to check if pmfw eeprom is supportedGangliang Xie-0/+2
2025-11-04drm/amdgpu: Fix error injection parameter errorYiPeng Chai-1/+1
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-1/+0
2025-10-28drm/amdgpu: Add uniras version in sysfsJinzhou Su-1/+31
2025-10-28drm/amdgpu: clear bad page info of ras moduleJinzhou Su-0/+22
2025-10-20drm/amdgpu: query block error count of ras moduleYiPeng Chai-1/+28
2025-10-20drm/amdgpu: query bad page info of ras moduleYiPeng Chai-44/+98
2025-10-20drm/amdgpu: ras module supports error injectionYiPeng Chai-0/+24
2025-10-20drm/amdgpu: check save count before RAS bad page savingTao Zhou-1/+1
2025-10-20drm/amdgpu: Avoid hive seqno increment in legacy rasYiPeng Chai-0/+3
2025-10-20drm/amdgpu: Avoid loading bad pages into legacy rasYiPeng Chai-0/+3
2025-10-20drm/amdgpu: add ras module rma checkYiPeng Chai-0/+3
2025-10-20drm/amdgpu: Improve ras fatal error handling functionYiPeng Chai-8/+8
2025-10-20drm/amdgpu: Intercept ras interrupts to ras moduleYiPeng Chai-0/+16
2025-09-18drm/amdgpu: Check VF critical region before RAS poison injectionXiang Liu-0/+7
2025-09-15drm/amdgpu: wait pmfw polling mca bank info doneStanley.Yang-0/+8
2025-09-02Merge tag 'amd-drm-next-6.18-2025-08-29' of https://gitlab.freedesktop.org/ag...Dave Airlie-84/+249
2025-08-27drm/amdgpu: Correct the loss of aca bank reg infoCe Sun-29/+21
2025-08-27drm/amdgpu: Add a mutex lock to protect poison injectionCe Sun-0/+3
2025-08-04drm/amdgpu: use kmalloc_array() instead of kmalloc()Yunshui Jiang-2/+2
2025-08-04drm/amdgpu: Avoid rma causes GPU duplicate resetCe Sun-7/+10
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-17/+38
2025-07-28drm/amdgpu: add critical address check for bad page retirementYiPeng Chai-0/+8
2025-07-28drm/amdgpu: support ras critical address checkYiPeng Chai-0/+89
2025-07-28drm/amdgpu: adjust the update of RAS bad page numberTao Zhou-16/+25
2025-07-28drm/amdgpu: add range check for RAS bad page addressTao Zhou-30/+28
2025-07-28drm/amdgpu: add command to check address validityYiPeng Chai-0/+63
2025-07-15drm/amdgpu: refine bad page loading when in the same nps modeganglxie-0/+15
2025-06-30drm/amdgpu: Remove useless timeout error messageYiPeng Chai-10/+1
2025-06-30drm/amdgpu: refine ras error injection when eeprom initialization failedganglxie-6/+16
2025-06-18drm/amdgpu: Add debug mask to disable CE logsXiang Liu-0/+3
2025-06-18drm/amdgpu: Clear reset flags from ras contextLijo Lazar-1/+3
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-05-29drm/amdgpu: Get mca address for old eeprom recordsganglxie-0/+9