index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-23
drm/amdgpu: don't call drm_sched_stop/start() in asic reset
Alex Deucher
2
-6
/
+4
2026-02-23
drm/amdgpu: Remove a few holes from struct amdgpu_ctx
Tvrtko Ursulin
1
-6
/
+6
2026-02-23
drm/amdgpu/gfx12: add CU mask support for compute MQD initialization
Jesse.Zhang
1
-0
/
+33
2026-02-23
drm/amdgpu/gfx11: add CU mask support for compute MQD initialization
Jesse.Zhang
1
-0
/
+33
2026-02-23
drm/amdgpu: Add CU mask support for MQD properties
Jesse.Zhang
3
-0
/
+61
2026-02-23
drm/amdgpu: add mqd_update callback to AMDGPU user queue interface
Jesse.Zhang
1
-0
/
+2
2026-02-23
drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status
Pierre-Eric Pelloux-Prayer
2
-9
/
+9
2026-02-23
drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
Pierre-Eric Pelloux-Prayer
13
-249
/
+113
2026-02-23
drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2026-02-23
drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submit
Pierre-Eric Pelloux-Prayer
1
-5
/
+8
2026-02-23
drm/amdgpu: add missing lock in amdgpu_benchmark_do_move
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2026-02-23
amdgpu/gtt: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
Pierre-Eric Pelloux-Prayer
2
-5
/
+1
2026-02-23
amdgpu/ttm: use amdgpu_gtt_mgr_alloc_entries
Pierre-Eric Pelloux-Prayer
2
-24
/
+43
2026-02-23
amdgpu/vce: use amdgpu_gtt_mgr_alloc_entries
Pierre-Eric Pelloux-Prayer
4
-36
/
+18
2026-02-23
drm/amdgpu: add amdgpu_gtt_node_to_byte_offset helper
Pierre-Eric Pelloux-Prayer
1
-0
/
+8
2026-02-23
drm/amdgpu: add amdgpu_ttm_buffer_entity_fini func
Pierre-Eric Pelloux-Prayer
1
-35
/
+38
2026-02-23
drm/amdgpu: statically assign gart windows to ttm entities
Pierre-Eric Pelloux-Prayer
4
-31
/
+72
2026-02-23
drm/amdgpu: remove gart_window_lock usage from gmc v12_1
Pierre-Eric Pelloux-Prayer
1
-2
/
+0
2026-02-23
drm/amd/display: Promote DC to 3.2.370
Taimur Hassan
1
-1
/
+1
2026-02-23
drm/amd/display: Refactor and fix link_dpms info
Dominik Kaszewski
1
-81
/
+84
2026-02-23
drm/amd/display: Refactor and fix link_dpms I2C
Dominik Kaszewski
1
-301
/
+156
2026-02-23
drm/amd/display: Add gpuvm and hvm params to dml21
Dmytro Laktyushkin
3
-2
/
+9
2026-02-23
drm/amd/display: Refactor fams2 calculations
Dillon Varone
2
-92
/
+100
2026-02-23
drm/xe/wa: Steer RMW of MCR registers while building default LRC
Matt Roper
2
-12
/
+60
2026-02-23
dma-buf: inline spinlock for fence protection v5
Christian König
6
-6
/
+10
2026-02-23
dma-buf: abstract fence locking v2
Christian König
8
-21
/
+25
2026-02-23
dma-buf: protected fence ops by RCU v8
Christian König
2
-3
/
+3
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1177
-4166
/
+5540
2026-02-23
drm/i915/alpm: ALPM disable fixes
Jouni Högander
1
-6
/
+1
2026-02-23
drm/mcde: dsi: convert to of_drm_find_and_get_bridge()
Luca Ceresoli
1
-6
/
+6
2026-02-23
drm/mcde: dsi: mcde_dsi_bind: break when a panel or bridge is found
Luca Ceresoli
1
-0
/
+5
2026-02-23
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1975
-25744
/
+151164
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
51
-120
/
+80
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
132
-492
/
+246
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
28
-32
/
+32
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
928
-1971
/
+1971
2026-02-21
drm/rockchip: dw_dp: Add DisplayPort support for rk3576
Andy Yan
1
-0
/
+8
2026-02-21
drm/bridge: synopsys: dw-dp: Make i2s/spdif clk optional
Andy Yan
1
-2
/
+2
2026-02-21
drm/bridge: synopsys: dw-dp: Set pixel mode by platform data
Andy Yan
2
-11
/
+16
2026-02-21
drm/rockchip: vop2: Use drm_err_ratelimited() for wait timeouts
Hsieh Hung-En
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1005
-2813
/
+2797
2026-02-20
Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
199
-949
/
+2118
2026-02-21
Merge tag 'drm-xe-next-fixes-2026-02-19' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Dave Airlie
13
-60
/
+71
2026-02-21
Merge tag 'drm-intel-next-fixes-2026-02-20' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Dave Airlie
1
-0
/
+3
2026-02-20
drm/xe/sa: Add lockdep annotations for SA manager swap_guard
Satyanarayana K V P
1
-0
/
+6
2026-02-20
drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocation
Satyanarayana K V P
5
-64
/
+132
2026-02-20
drm/sa: Split drm_suballoc_new() into SA alloc and init helpers
Satyanarayana K V P
1
-20
/
+86
2026-02-20
drm/xe/sync: Fix user fence leak on alloc failure
Shuicheng Lin
1
-2
/
+4
2026-02-20
drm/xe/sync: Cleanup partially initialized sync on parse failure
Shuicheng Lin
1
-7
/
+17
2026-02-20
drm/xe/pf: Skip VRAM auto-provisioning if already provisioned
Michal Wajdeczko
1
-0
/
+56
[prev]
[next]