index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-08
drm/amdgpu: separate out vm pasid assignment
Nirmoy Das
4
-29
/
+26
2021-07-08
drm/amdgpu: use xarray for storing pasid in vm
Nirmoy Das
2
-82
/
+73
2021-07-01
drm/amdgpu: Avoid printing of stack contents on firmware load error
Jiri Kosina
1
-4
/
+3
2021-07-01
drm/amdgpu: Fix resource leak on probe error path
Jiri Kosina
1
-6
/
+2
2021-07-01
drm/amdgpu: show explicit name instead of id in psp_cmd_submit_buf
Lang Yu
1
-4
/
+4
2021-07-01
drm/amdgpu: add function to show psp_gfx_cmd name via id
Lang Yu
1
-0
/
+38
2021-07-01
drm/amdgpu: add function to show ucode name via id
Lang Yu
2
-0
/
+80
2021-07-01
drm/amdgpu: add license to umc_8_7_0_sh_mask.h
Alex Deucher
1
-0
/
+21
2021-07-01
drm/amdgpu: rectify line endings in umc v8_7_0 IP headers
Lukas Bulwahn
1
-79
/
+79
2021-07-01
drm/amd/pm: Simplify managed I2C transfer of Aldebaran
Luben Tuikov
1
-175
/
+55
2021-07-01
drm/amdgpu: Correctly disable the I2C IP block
Luben Tuikov
1
-18
/
+62
2021-07-01
drm/amdgpu: Use a single loop
Luben Tuikov
1
-38
/
+34
2021-07-01
drm/amdgpu: Fix koops when accessing RAS EEPROM
Luben Tuikov
1
-4
/
+12
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
4
-12
/
+252
2021-07-01
drm/amdgpu: Optimize EEPROM RAS table I/O
Luben Tuikov
5
-307
/
+620
2021-07-01
drm/amdgpu: Get rid of test function
Luben Tuikov
2
-35
/
+0
2021-07-01
drm/amdgpu: Some renames
Luben Tuikov
4
-30
/
+43
2021-07-01
drm/amdgpu: Nerf buff
Luben Tuikov
1
-49
/
+49
2021-07-01
drm/amdgpu: Use explicit cardinality for clarity
Luben Tuikov
4
-39
/
+30
2021-07-01
drm/amdgpu: Simplify RAS EEPROM checksum calculations
Luben Tuikov
2
-50
/
+50
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
4
-14
/
+16
2021-07-01
drm/amdgpu: Fix width of I2C address
Luben Tuikov
1
-8
/
+11
2021-07-01
drm/amd/pm: Simplify managed I2C transfer functions
Luben Tuikov
3
-137
/
+95
2021-07-01
drm/amd/pm: Extend the I2C quirk table
Luben Tuikov
3
-3
/
+12
2021-07-01
drm/amdgpu: EEPROM: add explicit read and write
Luben Tuikov
3
-8
/
+23
2021-07-01
drm/amdgpu: RAS xfer to read/write
Luben Tuikov
3
-13
/
+28
2021-07-01
drm/amdgpu: Rename misspelled function
Luben Tuikov
3
-15
/
+13
2021-07-01
drm/amdgpu: RAS: EEPROM --> RAS
Luben Tuikov
1
-53
/
+50
2021-07-01
drm/amdgpu: I2C class is HWMON
Luben Tuikov
4
-4
/
+4
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
3
-64
/
+39
2021-07-01
drm/amdgpu: I2C EEPROM full memory addressing
Luben Tuikov
2
-20
/
+72
2021-07-01
drm/amdgpu: EEPROM respects I2C quirks
Luben Tuikov
1
-16
/
+64
2021-07-01
drm/amdgpu: Fixes to the AMDGPU EEPROM driver
Luben Tuikov
1
-28
/
+68
2021-07-01
drm/amdgpu: Fix Vega20 I2C to be agnostic (v2)
Luben Tuikov
2
-40
/
+69
2021-07-01
drm/amdgpu/pm: ADD I2C quirk adapter table
Andrey Grodzovsky
3
-0
/
+19
2021-07-01
drm/amd/pm: SMU I2C: Return number of messages processed
Andrey Grodzovsky
3
-54
/
+75
2021-07-01
drm/amdgpu: Send STOP for the last byte of msg only
Andrey Grodzovsky
3
-6
/
+6
2021-07-01
drm/amdgpu: Drop i > 0 restriction for issuing RESTART
Andrey Grodzovsky
3
-3
/
+3
2021-07-01
dmr/amdgpu: Add RESTART handling also to smu_v11_0_i2c (VG20)
Andrey Grodzovsky
1
-10
/
+12
2021-07-01
drm/amdgpu: Remember to wait 10ms for write buffer flush v2
Andrey Grodzovsky
1
-0
/
+15
2021-07-01
drm/amdgpu: only set restart on first cmd of the smu i2c transaction
Alex Deucher
3
-3
/
+3
2021-07-01
drm/amdgpu: rework smu11 i2c for generic operation
Aaron Rice
1
-38
/
+9
2021-07-01
drm/amdgpu: add I2C_CLASS_HWMON to SMU i2c buses
Alex Deucher
4
-4
/
+4
2021-07-01
drm/amdgpu: i2c subsystem uses 7 bit addresses
Alex Deucher
2
-6
/
+6
2021-07-01
drm/amdgpu/ras: switch fru eeprom handling to use generic helper (v2)
Alex Deucher
1
-16
/
+6
2021-07-01
drm/amdgpu/ras: switch ras eeprom handling to use generic helper
Alex Deucher
1
-58
/
+28
2021-07-01
drm/amdgpu: add new helper for handling EEPROM i2c transfers
Alex Deucher
3
-1
/
+103
[prev]
[next]