aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+2
8 daysshmem: provide a shmem_write_folio wrapperChristoph Hellwig1-1/+1
8 daysmm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-1/+1
11 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-60/+409
13 daysBackMerge tag 'v7.2' into drm-nextDave Airlie3-60/+194
2026-08-06drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controllerThomas Hellström3-5/+149
2026-08-05drm/ttm: Use common ancestor of evictor and evictee as limit poolNatalie Vock1-3/+40
2026-08-05drm/ttm: Be more aggressive when allocating below protection limitNatalie Vock1-3/+50
2026-08-05drm/ttm: Split cgroup charge and resource allocationNatalie Vock2-27/+81
2026-08-05drm/ttm: Extract code for attempting allocation in a placeNatalie Vock1-22/+68
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes1-3/+4
2026-07-17drm/ttm/pool: back up at native page orderMatthew Brost3-56/+164
2026-07-14drm/ttm: Account for NULL and handle pages in ttm_pool_backupMatthew Brost1-4/+30
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König2-2/+2
2026-06-30ttm/pool: Use sentinels in debugfsMario Limonciello1-3/+10
2026-06-17drm/ttm: Drop tt->restore after successful restoreMatthew Brost1-3/+12
2026-06-17drm/ttm/pool: Try harder for beneficial ordersMatthew Brost1-0/+5
2026-06-13drm/ttm: Issue direct reclaim at beneficial_orderMatthew Brost1-2/+2
2026-05-14drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup failureThomas Hellström1-8/+3
2026-05-14drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPCThomas Hellström2-2/+5
2026-05-08drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failureThomas Hellström2-10/+19
2026-05-03drm/ttm: Fix GPU MM stats during pool shrinkingMatthew Brost1-6/+12
2026-04-10drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_allocMaarten Lankhorst1-6/+0
2026-04-10drm/ttm/tests: fix lru_count ASSERTMatthew Auld1-1/+1
2026-04-08ttm/pool: track allocated_pages per numa node.Dave Airlie1-15/+47
2026-04-08ttm/pool: make pool shrinker NUMA aware (v2)Dave Airlie1-17/+21
2026-04-08ttm/pool: drop numa specific poolsDave Airlie1-11/+2
2026-04-08ttm/pool: port to list_lru. (v2)Dave Airlie3-45/+79
2026-04-08drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)Dave Airlie1-6/+15
2026-03-27Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie2-4/+9
2026-03-27Merge tag 'drm-xe-next-2026-03-25' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-14/+14
2026-03-20drm/ttm: Avoid invoking the OOM killer when reading back swapped contentThomas Hellström2-3/+8
2026-03-20drm/ttm: Don't spam the log on buffer object backing store allocation failureThomas Hellström1-1/+1
2026-03-19drm/ttm: Fix spelling mistakes and comment style in ttm_resource.cVarun Gupta1-14/+14
2026-03-12drm/ttm/tests: add a test to exercise ttm_bo_swapoutThadeu Lima de Souza Cascardo2-0/+43
2026-03-12drm/ttm: document that ttm_bo_swapout deals with pagesThadeu Lima de Souza Cascardo1-2/+2
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard3-9/+8
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter3-9/+8
2026-03-05drm/ttm: Fix bo resource use-after-freeThadeu Lima de Souza Cascardo1-6/+5
2026-03-05drm/ttm: fix NULL deref in ttm_bo_flush_all_fences() after fence ops detachSebastian Brzezinka1-4/+2
2026-03-04drm/ttm/tests: Fix build failure on PREEMPT_RTMaarten Lankhorst1-2/+2
2026-02-27drm/ttm: Fix ttm_pool_beneficial_order() return typeTvrtko Ursulin1-1/+1
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard10-16/+16
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-13/+13
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-3/+4
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes3-3/+4
2026-02-06gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes3-12/+12