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
/
amdgpu
Age
Commit message (
Expand
)
Author
Lines
2026-04-03
drm/amdgpu: Add function to fill fw reserve region
Lijo Lazar
-29
/
+41
2026-04-03
drm/amdgpu: Group filling reserve region details
Lijo Lazar
-34
/
+26
2026-04-03
drm/amdgpu: Add memory training reserve-region
Lijo Lazar
-10
/
+6
2026-04-03
drm/amdgpu: Add host driver reserved-region
Lijo Lazar
-63
/
+23
2026-04-03
drm/amdgpu: Add fw vram usage reserve-region
Lijo Lazar
-80
/
+37
2026-04-03
drm/amdgpu: Add firmware extended reserve-region
Lijo Lazar
-8
/
+4
2026-04-03
drm/amdgpu: Add fw_reserved reserve-region
Lijo Lazar
-12
/
+10
2026-04-03
drm/amdgpu: Add stolen_reserved reserve-region
Lijo Lazar
-17
/
+4
2026-04-03
drm/amdgpu: Add extended stolen vga reserve-region
Lijo Lazar
-11
/
+5
2026-04-03
drm/amdgpu: Add stolen vga reserve-region
Lijo Lazar
-11
/
+9
2026-04-03
drm/amdgpu: Add reserved region ids
Lijo Lazar
-0
/
+89
2026-04-03
drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
Benjamin Cheng
-11
/
+12
2026-04-03
drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg
Benjamin Cheng
-3
/
+18
2026-04-03
drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg
Benjamin Cheng
-4
/
+19
2026-04-03
drm/amdgpu/vce: Prevent partial address patches
Benjamin Cheng
-0
/
+3
2026-04-03
drm/amdgpu: Add bounds checking to ib_{get,set}_value
Benjamin Cheng
-4
/
+7
2026-03-30
drm/amdgpu/uvd4.2: Don't initialize UVD 4.2 when DPM is disabled
Timur Kristóf
-0
/
+5
2026-03-30
drm/amdgpu: Fix wait after reset sequence in S4
Lijo Lazar
-3
/
+8
2026-03-30
drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB
Donet Tom
-1
/
+1
2026-03-30
drm/amdgpu/userq: fix memory leak in MQD creation error paths
Junrui Luo
-4
/
+12
2026-03-30
drm/amd: Fix MQD and control stack alignment for non-4K
Donet Tom
-13
/
+49
2026-03-30
drm/amdgpu: fix the idr allocation flags
Prike Liang
-1
/
+4
2026-03-30
drm/amdgpu: validate doorbell_offset in user queue creation
Junrui Luo
-0
/
+7
2026-03-30
drm/amdgpu: use multiple entities in amdgpu_move_blit
Pierre-Eric Pelloux-Prayer
-4
/
+10
2026-03-30
drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fences
Pierre-Eric Pelloux-Prayer
-7
/
+4
2026-03-30
drm/amdgpu: round robin through clear_entities in amdgpu_fill_buffer
Pierre-Eric Pelloux-Prayer
-5
/
+20
2026-03-30
drm/amdgpu: allocate move entities dynamically
Pierre-Eric Pelloux-Prayer
-14
/
+24
2026-03-30
drm/amdgpu: allocate clear entities dynamically
Pierre-Eric Pelloux-Prayer
-18
/
+42
2026-03-30
drm/amd/display: Add Idle state manager(ISM)
Ray Wu
-0
/
+5
2026-03-30
drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5.4
Srinivasan Shanmugam
-0
/
+14
2026-03-30
drm/amdgpu: Fix wait after reset sequence in S4
Lijo Lazar
-3
/
+8
2026-03-30
drm/amdgpu: add support to query vram info from firmware
Gangliang Xie
-243
/
+315
2026-03-30
drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB
Donet Tom
-1
/
+1
2026-03-30
drm/amdgpu/userq: Fix the code alignment for readability
Sunil Khatri
-4
/
+6
2026-03-30
drm/amdgpu: reset ras eeprom table when it is invalid
Gangliang Xie
-0
/
+8
2026-03-30
drm/amdgpu/userq: fix memory leak in MQD creation error paths
Junrui Luo
-4
/
+12
2026-03-30
drm/amd: Fix MQD and control stack alignment for non-4K
Donet Tom
-13
/
+49
2026-03-30
drm/amdgpu: fix the idr allocation flags
Prike Liang
-1
/
+4
2026-03-30
drm/amdgpu: flush coredump work before HW teardown
Jesse Zhang
-0
/
+11
2026-03-30
drm/amdgpu: guard atom_context in devcoredump VBIOS dump
Jesse Zhang
-6
/
+10
2026-03-30
drm/amdgpu/userq: amdgpu_userq_vm_validate does not need userq mutex
Sunil Khatri
-5
/
+5
2026-03-30
drm/amdgpu: validate doorbell_offset in user queue creation
Junrui Luo
-0
/
+7
2026-03-24
drm/amdgpu: Handle GPU page faults correctly on non-4K page systems
Donet Tom
-3
/
+3
2026-03-24
drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib
Srinivasan Shanmugam
-2
/
+2
2026-03-24
drm/amdgpu/userq: schedule_delayed_work should be after fence signalled
Sunil Khatri
-6
/
+7
2026-03-24
drm/amdgpu/mes12_1: emove extra ; from declaration statement
Colin Ian King
-1
/
+1
2026-03-24
drm/amdgpu: update outdated comment for renamed amdgpu_fence_driver_init()
Kexin Sun
-1
/
+1
2026-03-24
drm/amdgpu/userq: convert comma to semicolon
Chen Ni
-2
/
+2
2026-03-24
drm/amdgpu: Handle GPU page faults correctly on non-4K page systems
Donet Tom
-3
/
+3
2026-03-24
drm/amdgpu/userq: dont use goto to jump when at end of function
Sunil Khatri
-3
/
+1
[prev]
[next]