summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelHEADmasterLinus Torvalds83-777/+1123
4 daysMerge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-8/+7
8 daysMerge tag 'drm-intel-next-fixes-2026-04-16' of https://gitlab.freedesktop.org...Dave Airlie2-4/+9
8 daysMerge tag 'topic/pipe-reorder-2026-04-15' of https://gitlab.freedesktop.org/d...Dave Airlie7-70/+95
9 daysMerge tag 'amd-drm-next-7.1-2026-04-03' of https://gitlab.freedesktop.org/agd...Dave Airlie74-703/+1019
9 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-6/+6
9 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1443-24014/+149108
9 daysMerge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-0/+2
9 daysdrm/i915/display: change pipe allocation order for discrete platformsJani Nikula1-3/+26
10 daysMerge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds1-2/+1
11 daysdrm/i915/wm: Verify the correct plane DDB entryVille Syrjälä1-2/+2
11 daysdrm/i915/backlight: Fix VESA backlight possible check conditionSuraj Kandpal1-2/+7
11 daysMerge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-4/+0
11 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
11 daysMerge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-12/+0
11 daysMerge branch 'nocache-cleanup'Linus Torvalds2-2/+2
12 daysdrm/i915: Walk crtcs in pipe orderVille Syrjälä6-52/+64
12 daysdrm/i915/joiner: Make joiner "nomodeset" state copy independent of pipe orderVille Syrjälä1-15/+5
14 daysMerge tag 'drm-intel-fixes-2026-04-09' of https://gitlab.freedesktop.org/drm/...Dave Airlie3-20/+38
2026-04-10Merge tag 'drm-misc-fixes-2026-04-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie3-8/+15
2026-04-10Merge tag 'drm-misc-next-fixes-2026-04-09' of https://gitlab.freedesktop.org/...Dave Airlie3-20/+37
2026-04-09drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_allocMaarten Lankhorst1-6/+0
2026-04-09drm/ttm/tests: fix lru_count ASSERTMatthew Auld1-1/+1
2026-04-09Merge branch 'acpi-driver'Rafael J. Wysocki2-4/+0
2026-04-09drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()Yury Norov1-2/+1
2026-04-09drm/i915/gem: Drop check for changed VM in EXECBUFJoonas Lahtinen1-1/+1
2026-04-09drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docsThadeu Lima de Souza Cascardo1-5/+2
2026-04-09drm/fb-helper: Fix a locking bug in an error pathBart Van Assche1-1/+3
2026-04-08drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeatSebastian Brzezinka1-8/+18
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda82-342/+682
2026-04-07ttm/pool: track allocated_pages per numa node.Dave Airlie1-15/+47
2026-04-07ttm/pool: make pool shrinker NUMA aware (v2)Dave Airlie1-17/+21
2026-04-07ttm/pool: drop numa specific poolsDave Airlie1-11/+2
2026-04-07ttm/pool: port to list_lru. (v2)Dave Airlie3-45/+79
2026-04-07drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)Dave Airlie1-6/+15
2026-04-07drm/xe: Fix bug in idledly unit conversionVinay Belgaumkar1-2/+1
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter30-56/+837
2026-04-07drm/i915/psr: Do not use pipe_src as borders for SU areaJouni Högander1-11/+19
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)1-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman4-4/+4
2026-04-05i915: don't use a vma that didn't match the context VMLinus Torvalds1-0/+2
2026-04-03drm/amdgpu: dump job ibs in the devcoredumpPierre-Eric Pelloux-Prayer1-1/+92
2026-04-03drm/amdgpu: store ib info for devcoredumpPierre-Eric Pelloux-Prayer2-1/+20
2026-04-03drm/amdgpu: extract amdgpu_vm_lock_by_pasid from amdgpu_vm_handle_faultPierre-Eric Pelloux-Prayer2-29/+54
2026-04-03drm/amdgpu: Use amdgpu by default for CIK APUs tooTimur Kristóf2-7/+3
2026-04-03drm/amd/display: Remove unused NUM_ELEMENTS macrosLinus Probert4-12/+0
2026-04-03drm/amd/display: Replace inline NUM_ELEMENTS macro with ARRAY_SIZELinus Probert2-5/+6
2026-04-03drm/amdgpu: save ring content before resetting the devicePierre-Eric Pelloux-Prayer2-18/+80
2026-04-03drm/amdgpu: make userq fence_drv drop explicit in queue destroyPrike Liang3-7/+12
2026-04-03drm/amdgpu: rework userq fence driver alloc/destroyPrike Liang8-52/+28