summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
AgeCommit message (Expand)AuthorFilesLines
8 daysdrm/amdgpu: fix potential overflow in fs_info.debugfs_nameStanley.Yang1-1/+2
2026-04-03drm/amdgpu: Add fw_reserved reserve-regionLijo Lazar1-1/+1
2026-03-18drm/amdgpu : Update psp 13_0_15 ip block supportMangesh Gadre1-1/+6
2026-03-08Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...Dave Airlie1-15/+35
2026-03-03drm/amdgpu: Use get_smn_base in aqua_vanjaramLijo Lazar1-3/+4
2026-03-03drm/amdgpu: compatible with specific RAS old eeprom formatTao Zhou1-5/+12
2026-02-26drm/amd/ras: Handle check address validity in SR-IOVJinzhou Su1-7/+19
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-13/+15
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-12/+12
2026-02-06gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes1-1/+1
2026-02-06drm/amdgpu: Send applicable RMA CPERs at end of RAS initKent Russell1-0/+2
2026-02-06drm/amdgpu: Fix memory leak in amdgpu_ras_init()Zilin Guan1-1/+1
2026-01-21drm/amdgpu: mark invalid records with U64_MAXGangliang Xie1-0/+6
2026-01-06drm/amdgpu: only check critical address when it is not reservedGangliang Xie1-2/+4
2026-01-06drm/amd: Convert DRM_*() to drm_*()Mario Limonciello (AMD)1-2/+2
2026-01-06drm/amdgpu: Add address checking for unirasJinzhou Su1-1/+6
2025-12-08drm/amdgpu/ras: Move ras data alloc before bad page checkAsad Kamal1-5/+5
2025-12-08drm/amdgpu: fix the calculation of RAS bad page numberTao Zhou1-4/+0
2025-11-18drm/amdgpu: Unregister mce notifierLijo Lazar1-1/+27
2025-11-12drm/amdgpu: get RAS bad page address from MCA addressTao Zhou1-3/+12
2025-11-12drm/amdgpu: load RAS bad page from PMFW in page retirementTao Zhou1-1/+7
2025-11-06drm/amdgpu: support to load RAS bad pages from PMFWTao Zhou1-4/+10
2025-11-04drm/amdgpu: suspend ras module before gpu resetYiPeng Chai1-2/+28
2025-11-04drm/amdgpu: add function to check if pmfw eeprom is supportedGangliang Xie1-0/+2
2025-11-04drm/amdgpu: Fix error injection parameter errorYiPeng Chai1-1/+1
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-10-28drm/amdgpu: Add uniras version in sysfsJinzhou Su1-1/+31
2025-10-28drm/amdgpu: clear bad page info of ras moduleJinzhou Su1-0/+22
2025-10-21drm/amdgpu: query block error count of ras moduleYiPeng Chai1-1/+28
2025-10-21drm/amdgpu: query bad page info of ras moduleYiPeng Chai1-44/+98
2025-10-21drm/amdgpu: ras module supports error injectionYiPeng Chai1-0/+24
2025-10-21drm/amdgpu: check save count before RAS bad page savingTao Zhou1-1/+1
2025-10-21drm/amdgpu: Avoid hive seqno increment in legacy rasYiPeng Chai1-0/+3
2025-10-21drm/amdgpu: Avoid loading bad pages into legacy rasYiPeng Chai1-0/+3
2025-10-21drm/amdgpu: add ras module rma checkYiPeng Chai1-0/+3
2025-10-21drm/amdgpu: Improve ras fatal error handling functionYiPeng Chai1-8/+8
2025-10-21drm/amdgpu: Intercept ras interrupts to ras moduleYiPeng Chai1-0/+16
2025-09-18drm/amdgpu: Check VF critical region before RAS poison injectionXiang Liu1-0/+7
2025-09-15drm/amdgpu: wait pmfw polling mca bank info doneStanley.Yang1-0/+8
2025-09-02Merge tag 'amd-drm-next-6.18-2025-08-29' of https://gitlab.freedesktop.org/ag...Dave Airlie1-84/+249
2025-08-27drm/amdgpu: Correct the loss of aca bank reg infoCe Sun1-29/+21
2025-08-27drm/amdgpu: Add a mutex lock to protect poison injectionCe Sun1-0/+3
2025-08-04drm/amdgpu: use kmalloc_array() instead of kmalloc()Yunshui Jiang1-2/+2
2025-08-04drm/amdgpu: Avoid rma causes GPU duplicate resetCe Sun1-7/+10
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-17/+38
2025-07-28drm/amdgpu: add critical address check for bad page retirementYiPeng Chai1-0/+8
2025-07-28drm/amdgpu: support ras critical address checkYiPeng Chai1-0/+89
2025-07-28drm/amdgpu: adjust the update of RAS bad page numberTao Zhou1-16/+25