aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/buddy.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-19/+44
2026-08-06drm/gpu: Add gpu_buddy_allocated_addr_to_block helperTejas Upadhyay1-0/+53
2026-07-09gpu/buddy: bail out of try_harder when alignment cannot be honouredArunpravin Paneer Selvam1-19/+44
2026-05-29gpu/buddy: Track per-order used blocks with a scoreboardFrancois Dugast1-9/+31
2026-05-29gpu/buddy: Track per-order free blocks with a scoreboardFrancois Dugast1-15/+21
2026-05-29gpu/buddy: Introduce __gpu_buddy_undo_splits() helperFrancois Dugast1-26/+17
2026-05-29gpu/buddy: Remove redundant condition in alloc_from_freetree() error pathFrancois Dugast1-4/+2
2026-05-29gpu/buddy: Fix use-after-free in split_block() call sitesFrancois Dugast1-4/+12
2026-05-08drm/buddy: Integrate lockdep annotations for gpu buddy managerTejas Upadhyay1-0/+11
2026-03-09drm/buddy: Improve offset-aligned allocation handlingArunpravin Paneer Selvam1-45/+227
2026-03-03gpu/buddy: Introduce gpu_buddy_assert() for kunit-aware assertionsSanjay Yadav1-8/+28
2026-02-23drm/buddy: Move internal helpers to buddy.cSanjay Yadav1-17/+18
2026-02-06gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes1-285/+271
2026-02-06gpu: Move DRM buddy allocator one level up (part one)Joel Fernandes1-0/+1336