index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ras_eeprom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-17
drm/amdgpu: Add support for RAS table at 0x40000
Luben Tuikov
1
-1
/
+6
2022-11-09
drm/amdgpu: Decouple RAS EEPROM addresses from chips
Luben Tuikov
1
-12
/
+11
2022-11-09
drm/amdgpu: Remove redundant I2C EEPROM address
Luben Tuikov
1
-3
/
+21
2022-10-27
drm/amdgpu: Add EEPROM I2C address support for ip discovery
Candice Li
1
-2
/
+18
2022-10-27
drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10
Candice Li
1
-0
/
+10
2022-09-13
drm/amdgpu: Add EEPROM I2C address for smu v13_0_0
Candice Li
1
-0
/
+10
2022-03-15
drm/amdgpu: message smu to update bad channel info
Stanley.Yang
1
-2
/
+23
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-8
/
+10
2022-02-11
drm/amdgpu: Reset OOB table error count info
Stanley.Yang
1
-0
/
+3
2022-02-09
drm/amdgpu: Move reset sem into reset_domain
Andrey Grodzovsky
1
-8
/
+10
2022-01-27
drm/amd: Expose the FRU SMU I2C bus
Luben Tuikov
1
-7
/
+7
2021-10-28
drm/amdgpu: Add kernel parameter support for ignoring bad page threshold
Kent Russell
1
-4
/
+11
2021-10-28
drm/amdgpu: Warn when bad pages approaches 90% threshold
Kent Russell
1
-0
/
+7
2021-10-20
drm/amdgpu: Clarify error when hitting bad page threshold
Kent Russell
1
-1
/
+1
2021-09-16
drm/amdgpu: Drop inline from amdgpu_ras_eeprom_max_record_count
Michel Dänzer
1
-1
/
+1
2021-08-30
drm/amdgpu: Process any VBIOS RAS EEPROM address
Luben Tuikov
1
-12
/
+13
2021-08-05
drm/amdgpu: set RAS EEPROM address from VBIOS
John Clements
1
-0
/
+17
2021-07-08
drm/amdgpu: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-2
/
+2
2021-07-08
drm/amdgpu: unlock on error in amdgpu_ras_debugfs_table_read()
Dan Carpenter
1
-3
/
+5
2021-07-08
drm/amdgpu: fix a signedness bug in __verify_ras_table_checksum()
Dan Carpenter
1
-2
/
+1
2021-07-01
drm/amdgpu: fix 64 bit divide in eeprom code
Alex Deucher
1
-5
/
+9
2021-07-01
drm/amdgpu: RAS EEPROM table is now in debugfs
Luben Tuikov
1
-7
/
+234
2021-07-01
drm/amdgpu: Optimize EEPROM RAS table I/O
Luben Tuikov
1
-277
/
+567
2021-07-01
drm/amdgpu: Get rid of test function
Luben Tuikov
1
-33
/
+0
2021-07-01
drm/amdgpu: Some renames
Luben Tuikov
1
-15
/
+15
2021-07-01
drm/amdgpu: Nerf buff
Luben Tuikov
1
-49
/
+49
2021-07-01
drm/amdgpu: Use explicit cardinality for clarity
Luben Tuikov
1
-4
/
+4
2021-07-01
drm/amdgpu: Simplify RAS EEPROM checksum calculations
Luben Tuikov
1
-49
/
+49
2021-07-01
drm/amdgpu: Fix amdgpu_ras_eeprom_init()
Luben Tuikov
1
-1
/
+1
2021-07-01
drm/amdgpu: Return result fix in RAS
Luben Tuikov
1
-1
/
+1
2021-07-01
drm/amdgpu: EEPROM: add explicit read and write
Luben Tuikov
1
-5
/
+5
2021-07-01
drm/amdgpu: RAS xfer to read/write
Luben Tuikov
1
-5
/
+19
2021-07-01
drm/amdgpu: Rename misspelled function
Luben Tuikov
1
-5
/
+5
2021-07-01
drm/amdgpu: RAS: EEPROM --> RAS
Luben Tuikov
1
-53
/
+50
2021-07-01
drm/amdgpu: Fix wrap-around bugs in RAS
Luben Tuikov
1
-10
/
+10
2021-07-01
drm/amdgpu: RAS and FRU now use 19-bit I2C address
Luben Tuikov
1
-53
/
+29
2021-07-01
drm/amdgpu: i2c subsystem uses 7 bit addresses
Alex Deucher
1
-5
/
+5
2021-07-01
drm/amdgpu/ras: switch ras eeprom handling to use generic helper
Alex Deucher
1
-58
/
+28
2021-04-09
drm/amdgpu: enable ras eeprom on aldebaran
John Clements
1
-1
/
+7
2021-03-23
drm/amdgpu: fix send ras disable cmd when asic not support ras
Stanley.Yang
1
-1
/
+8
2021-03-23
drm/amdgpu: Reset the devices in the XGMI hive duirng probe
shaoyunl
1
-1
/
+1
2021-02-26
drm/amdgpu: remove unnecessary reading for epprom header
Dennis Li
1
-32
/
+6
2021-01-05
drm/amdgpu: enable ras eeprom support for sienna cichlid
John Clements
1
-1
/
+7
2020-11-02
drm/amdgpu/amdgpu: improve code indentation and alignment
Deepak R Varma
1
-7
/
+7
2020-10-30
drm/amdgpu: remove redundant GPU reset
Dennis Li
1
-16
/
+0
2020-10-21
drm/amdgpu: protect eeprom update from GPU reset
Dennis Li
1
-0
/
+8
2020-08-04
drm/amdgpu: added RAS EEPROM device support check
John Clements
1
-1
/
+16
2020-08-04
drm/amdgpu: update eeprom once specifying one bigger threshold(v3)
Guchun Chen
1
-2
/
+28
2020-08-04
drm/amdgpu: break GPU recovery once it's in bad state(v4)
Guchun Chen
1
-0
/
+40
2020-08-04
drm/amdgpu: schedule ras recovery when reaching bad page threshold(v2)
Guchun Chen
1
-1
/
+36
[next]