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-02-23
drm/amdgpu/sdma4.0: adjust SDMA limits
Alex Deucher
-3
/
+16
2026-02-23
drm/amdgpu: Add xgmi link status for VFs
Simon Louis
-0
/
+3
2026-02-23
drm/amdgpu: Print full vbios info
Lijo Lazar
-2
/
+26
2026-02-23
drm/amdgpu: rework ring reset backup and reemit v9
Alex Deucher
-117
/
+74
2026-02-23
drm/amdgpu/discovery: Enable DM for DCN42
Roman Li
-0
/
+1
2026-02-23
drm/amdgpu: Use DC by default on CIK APUs
Timur Kristóf
-11
/
+0
2026-02-23
drm/amdgpu: Make amdgpu_vm_flush() non-failing in submission path
Srinivasan Shanmugam
-15
/
+6
2026-02-23
drm/amdgpu: Make amdgpu_fence_emit() non-failing v2
Srinivasan Shanmugam
-24
/
+13
2026-02-23
drm/amdgpu: reorder IB schedule sequence
Alex Deucher
-11
/
+22
2026-02-23
drm/amdgpu: Remove duplicate struct member
Tvrtko Ursulin
-3
/
+2
2026-02-23
drm/amdgpu: add a helper to calculate ring distance
Alex Deucher
-6
/
+12
2026-02-23
drm/amdgpu: remove some retired module parameters
Alex Deucher
-22
/
+0
2026-02-23
drm/amdgpu: don't call drm_sched_stop/start() in asic reset
Alex Deucher
-6
/
+4
2026-02-23
drm/amdgpu: Remove a few holes from struct amdgpu_ctx
Tvrtko Ursulin
-6
/
+6
2026-02-23
drm/amdgpu/gfx12: add CU mask support for compute MQD initialization
Jesse.Zhang
-0
/
+33
2026-02-23
drm/amdgpu/gfx11: add CU mask support for compute MQD initialization
Jesse.Zhang
-0
/
+33
2026-02-23
drm/amdgpu: Add CU mask support for MQD properties
Jesse.Zhang
-0
/
+61
2026-02-23
drm/amdgpu: add mqd_update callback to AMDGPU user queue interface
Jesse.Zhang
-0
/
+2
2026-02-23
drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status
Pierre-Eric Pelloux-Prayer
-9
/
+9
2026-02-23
drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
Pierre-Eric Pelloux-Prayer
-249
/
+113
2026-02-23
drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
Pierre-Eric Pelloux-Prayer
-1
/
+1
2026-02-23
drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submit
Pierre-Eric Pelloux-Prayer
-5
/
+8
2026-02-23
drm/amdgpu: add missing lock in amdgpu_benchmark_do_move
Pierre-Eric Pelloux-Prayer
-0
/
+2
2026-02-23
amdgpu/gtt: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
Pierre-Eric Pelloux-Prayer
-5
/
+1
2026-02-23
amdgpu/ttm: use amdgpu_gtt_mgr_alloc_entries
Pierre-Eric Pelloux-Prayer
-24
/
+43
2026-02-23
amdgpu/vce: use amdgpu_gtt_mgr_alloc_entries
Pierre-Eric Pelloux-Prayer
-36
/
+18
2026-02-23
drm/amdgpu: add amdgpu_gtt_node_to_byte_offset helper
Pierre-Eric Pelloux-Prayer
-0
/
+8
2026-02-23
drm/amdgpu: add amdgpu_ttm_buffer_entity_fini func
Pierre-Eric Pelloux-Prayer
-35
/
+38
2026-02-23
drm/amdgpu: statically assign gart windows to ttm entities
Pierre-Eric Pelloux-Prayer
-25
/
+66
2026-02-23
drm/amdgpu: remove gart_window_lock usage from gmc v12_1
Pierre-Eric Pelloux-Prayer
-2
/
+0
2026-02-23
dma-buf: abstract fence locking v2
Christian König
-5
/
+5
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-346
/
+417
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-20
/
+13
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-42
/
+21
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-127
/
+127
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-204
/
+211
2026-02-20
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-126
/
+224
2026-02-19
drm/amdgpu: fix 4-level paging if GMC supports 57-bit VA v2
Christian König
-4
/
+6
2026-02-19
drm/amdgpu: keep vga memory on MacBooks with switchable graphics
Alex Deucher
-0
/
+10
2026-02-19
drm/amdgpu: Set atomics to true for xgmi
Harish Kasiviswanathan
-3
/
+4
2026-02-19
drm/amdkfd: Check for NULL return values
Andrew Martin
-1
/
+1
2026-02-19
drm/amdgpu: Set vmid0 PAGE_TABLE_DEPTH for GFX12.1
Harish Kasiviswanathan
-1
/
+4
2026-02-12
drm/amdgpu: lock both VM and BO in amdgpu_gem_object_open
Christian König
-11
/
+42
2026-02-12
drm/amdgpu:Add psp v13_0_15 ip block
Mangesh Gadre
-6
/
+18
2026-02-12
drm/amdgpu: set family for GC 11.5.4
Alex Deucher
-1
/
+3
2026-02-12
drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
Pierre-Eric Pelloux-Prayer
-1
/
+8
2026-02-12
drm/amdgpu: Move xgmi status to interface header
Lijo Lazar
-4
/
+2
2026-02-12
drm/amdgpu: return when ras table checksum is error
Gangliang Xie
-1
/
+3
2026-02-12
drm/amdgpu: Adjust usleep_range in fence wait
Ce Sun
-1
/
+1
[prev]
[next]