summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_buddy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: move the buddy allocator from i915 into common drmArunpravin2022-01-191-466/+0
* drm/i915/buddy: add some pretty printingMatthew Auld2021-08-201-0/+45
* drm/i915: move i915_buddy slab to direct module init/exitDaniel Vetter2021-07-281-17/+8
* drm/i915: Make the kmem slab for i915_buddy_block a globalJason Ekstrand2021-07-221-10/+28
* drm/i915/ttm: add ttm_buddy_manMatthew Auld2021-06-161-0/+412
* drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2021-06-021-435/+0
* drm/i915/buddy: document the unused header bitsMatthew Auld2021-03-241-0/+3
* drm/i915/buddy: avoid double list_addMatthew Auld2020-03-061-1/+2
* drn/i915: Break up long i915_buddy_free_list() with a cond_resched()Chris Wilson2019-12-301-1/+3
* drm/i915/buddy: add missing call to i915_global_registerMatthew Auld2019-09-091-0/+1
* drm/i915/buddy: use kmemleak_update_traceMatthew Auld2019-08-161-0/+2
* drm/i915/buddy: tidy up i915_buddy_finiMatthew Auld2019-08-161-6/+1
* drm/i915: buddy allocatorMatthew Auld2019-08-101-0/+431