index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
ras
Age
Commit message (
Expand
)
Author
Lines
11 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
11 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-9
/
+9
12 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-11
/
+11
2026-02-05
drm/amd/ras: statistic xgmi training error count
Stanley.Yang
-1
/
+1
2026-01-05
drm/amd/ras: Replace NPS flags in ras module
Jinzhou Su
-1
/
+1
2026-01-05
drm/amd/ras: Support physical address convert
Jinzhou Su
-11
/
+68
2025-12-10
drm/amd/ras: Add vram_type to ras_ta_init_flags
Candice Li
-0
/
+4
2025-12-10
drm/amd/ras: Reduce stack usage in amdgpu_virt_ras_get_cper_records()
Srinivasan Shanmugam
-4
/
+13
2025-12-08
drm/amd/ras: Reduce stack usage in ras_umc_handle_bad_pages()
Srinivasan Shanmugam
-8
/
+21
2025-12-08
drm/amd/ras: Compatible with legacy sriov host
YiPeng Chai
-0
/
+36
2025-12-08
drm/amd/ras: Add sriov ras preprocessing before gpu reset
YiPeng Chai
-1
/
+23
2025-12-08
drm/amd/ras: Support high-frequency querying sriov ras block error count
YiPeng Chai
-0
/
+154
2025-12-08
drm/amd/ras: Add ras command to retrieve cper data from sriov host
YiPeng Chai
-1
/
+173
2025-12-08
drm/amd/ras: sriov supports handling VF ras commands.
YiPeng Chai
-10
/
+207
2025-11-06
drm/amd/ras: ras supports i2c eeprom for mp1 v13_0_12
YiPeng Chai
-0
/
+1
2025-11-04
drm/amdgpu: suspend ras module before gpu reset
YiPeng Chai
-0
/
+110
2025-11-04
drm/amd/ras: Add ras support for umc v12_5_0
YiPeng Chai
-1
/
+3
2025-11-04
drm/amd/ras: Add ras support for nbio v7_9_1
YiPeng Chai
-1
/
+3
2025-11-04
drm/amd/ras: Increase ras switch control range
YiPeng Chai
-6
/
+19
2025-11-04
drm/amd/ras: Fix format truncation
Xiang Liu
-2
/
+2
2025-11-04
drm/amd/ras: Use correct severity for BP threshold exceed event
Xiang Liu
-2
/
+2
2025-11-04
drm/amd/ras: Correct info field of bad page threshold exceed CPER
Xiang Liu
-3
/
+8
2025-11-04
drm/amd/ras: Update IPID value for bad page threshold CPER
Xiang Liu
-1
/
+8
2025-11-04
drm/amd/ras: Fix the error of undefined reference to `__udivdi3'
YiPeng Chai
-2
/
+2
2025-10-20
drm/amd/ras: Update function and remove redundant code
YiPeng Chai
-127
/
+55
2025-10-20
drm/amd/ras: Update ras command context structure name
YiPeng Chai
-22
/
+22
2025-10-20
drm/amdgpu: Enable ras module
YiPeng Chai
-0
/
+12
2025-10-20
drm/amdgpu: Add ras module ip block to amdgpu discovery
YiPeng Chai
-0
/
+10
2025-10-20
drm/amdgpu: Improve ras fatal error handling function
YiPeng Chai
-0
/
+5
2025-10-20
drm/amdgpu: Intercept ras interrupts to ras module
YiPeng Chai
-4
/
+4
2025-10-13
drm/amdgpu: Add ras module files into amdgpu
YiPeng Chai
-17
/
+12
2025-10-13
drm/amd/ras: Add unified ras module top-level makefile
YiPeng Chai
-0
/
+34
2025-10-13
drm/amd/ras: Add files to amdgpu ras manager makefile
YiPeng Chai
-0
/
+33
2025-10-13
drm/amd/ras: Add amdgpu ras management function.
YiPeng Chai
-0
/
+633
2025-10-13
drm/amd/ras: Amdgpu preprocesses ras interrupts
YiPeng Chai
-0
/
+163
2025-10-13
drm/amd/ras: Add amdgpu ras system functions
YiPeng Chai
-0
/
+377
2025-10-13
drm/amd/ras: Amdgpu handle ras ioctl command
YiPeng Chai
-0
/
+418
2025-10-13
drm/amd/ras: Add amdgpu eeprom i2c configuration function
YiPeng Chai
-0
/
+208
2025-10-13
drm/amd/ras: Add amdgpu mp1 v13_0 configuration function
YiPeng Chai
-0
/
+124
2025-10-13
drm/amd/ras: Add amdgpu nbio v7_9 configuration function
YiPeng Chai
-0
/
+155
2025-10-13
drm/amd/ras: Add files to ras core Makefile
YiPeng Chai
-0
/
+44
2025-10-13
drm/amd/ras: Add rascore unified interface function
YiPeng Chai
-0
/
+971
2025-10-13
drm/amd/ras: Add cper conversion function
YiPeng Chai
-0
/
+614
2025-10-13
drm/amd/ras: Use ring buffer to record ras ecc data
YiPeng Chai
-0
/
+403
2025-10-13
drm/amd/ras: Add thread to handle ras events
YiPeng Chai
-0
/
+368
2025-10-13
drm/amd/ras: Add ras ioctl command handler
YiPeng Chai
-0
/
+952
2025-10-13
drm/amd/ras: Add psp ras common functions
YiPeng Chai
-0
/
+1126
2025-10-13
drm/amd/ras: Add psp v13_0 ras functions
YiPeng Chai
-0
/
+77
2025-10-13
drm/amd/ras: Add eeprom ras functions
YiPeng Chai
-0
/
+1565
2025-10-13
drm/amd/ras: Add gfx common ras functions
YiPeng Chai
-0
/
+113
[next]