aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nouveau/nvkm/core/memory.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2023-09-19drm/nouveau/imem: support allocations not preserved across suspendBen Skeggs1-2/+13
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs1-9/+9
2020-05-22drm/nouveau/core/memory: remove redundant assignments to variable retColin Ian King1-1/+1
2020-01-23drm/nouveau/mmu: fix comptag memory leakBen Skeggs1-1/+1
2017-11-03drm/nouveau/core/memory: fix missing mutex unlockBen Skeggs1-0/+1
2017-11-02drm/nouveau/core/memory: add reference countingBen Skeggs1-5/+23
2017-11-02drm/nouveau/core/memory: comptag allocationBen Skeggs1-0/+71
2015-08-28drm/nouveau/imem: convert to new-style nvkm_subdevBen Skeggs1-1/+1
2015-08-28drm/nouveau/imem: improve management of instance memoryBen Skeggs1-0/+64