summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/mmu/tu104: initial supportBen Skeggs2018-12-114-0/+127
* drm/nouveau/mmu: add more general vmm free/node handling functionsBen Skeggs2018-12-113-51/+118
* drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs2018-09-071-1/+1
* drm/nouveau/mmu/gp10b: remove ghost fileJérôme Glisse2018-07-161-0/+0
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-1/+1
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-2/+2
* drm/nouveau/mmu/gv100: initial supportBen Skeggs2018-05-184-0/+135
* Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-03-161-1/+1
|\
| * drm/nouveau/mmu: ALIGN_DOWN correct variableMāris Nartišs2018-03-161-1/+1
* | Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2018-02-082-2/+3
|\ \ | |/
| * drm/nouveau/mmu: Fix trailing semicolonLuis de Bethencourt2018-02-021-1/+1
| * drm/nouveau/drm/nouveau/mmu: fix odd_ptr_err.cocci warningsChristoph Böhmwalder2018-02-021-1/+2
* | Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-195-8/+106
|\ \ | |/ |/|
| * drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingBen Skeggs2018-01-195-8/+106
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1541-1203/+6061
|\ \ | |/
| * drm/nouveau/mmu: swap out round for ALIGNBen Skeggs2017-11-031-2/+2
| * drm/nouveau/mmu: remove old vmm frontendBen Skeggs2017-11-0216-273/+39
| * drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs2017-11-024-0/+376
| * drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs2017-11-024-0/+240
| * drm/nouveau/mmu: define user interfaces to mmuBen Skeggs2017-11-0217-1/+185
| * drm/nouveau/mmu/gf100-: type-based vram allocation and bar mappingBen Skeggs2017-11-0210-0/+116
| * drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mappingBen Skeggs2017-11-025-0/+98
| * drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mappingBen Skeggs2017-11-026-0/+81
| * drm/nouveau/mmu: add base for type-based memory allocationBen Skeggs2017-11-024-0/+260
| * drm/nouveau/mmu: build up information on available memory typesBen Skeggs2017-11-0210-0/+131
| * drm/nouveau/mmu: implement new vmm frontendBen Skeggs2017-11-023-138/+818
| * drm/nouveau/mmu: remove support for old backendsBen Skeggs2017-11-0212-323/+3
| * drm/nouveau/mmu/gp100,gp10b: implement new vmm backendBen Skeggs2017-11-029-133/+268
| * drm/nouveau/mmu/gm200,gm20b: implement new vmm backendBen Skeggs2017-11-025-20/+88
| * drm/nouveau/mmu/gk104,gk20a: implement new vmm backendBen Skeggs2017-11-025-10/+41
| * drm/nouveau/mmu/gf100: implement new vmm backendBen Skeggs2017-11-025-5/+293
| * drm/nouveau/mmu/nv50,g84: implement new vmm backendBen Skeggs2017-11-025-194/+347
| * drm/nouveau/mmu/nv44: implement new vmm backendBen Skeggs2017-11-022-141/+168
| * drm/nouveau/mmu/nv41: implement new vmm backendBen Skeggs2017-11-022-69/+64
| * drm/nouveau/mmu/nv04: implement new vmm backendBen Skeggs2017-11-023-58/+58
| * drm/nouveau/mmu: implement new vmm backendBen Skeggs2017-11-023-3/+806
| * drm/nouveau/mmu: handle instance block setupBen Skeggs2017-11-025-92/+49
| * drm/nouveau/mmu: remove old vm creation hooksBen Skeggs2017-11-029-65/+1
| * drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new baseBen Skeggs2017-11-026-24/+170
| * drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new baseBen Skeggs2017-11-026-2/+288
| * drm/nouveau/mmu/gk104,gk20a: implement vmm on top of new baseBen Skeggs2017-11-026-2/+157
| * drm/nouveau/mmu/gf100: implement vmm on top of new baseBen Skeggs2017-11-024-2/+162
| * drm/nouveau/mmu/nv50,g84: implement vmm on top of new baseBen Skeggs2017-11-027-4/+113
| * drm/nouveau/mmu/nv44: implement vmm on top of new baseBen Skeggs2017-11-029-91/+93
| * drm/nouveau/mmu/nv41: implement vmm on top of new baseBen Skeggs2017-11-024-28/+69
| * drm/nouveau/mmu/nv04: implement vmm on top of new baseBen Skeggs2017-11-025-33/+100
| * drm/nouveau/mmu: implement base for new vm managementBen Skeggs2017-11-026-15/+333
| * drm/nouveau/mmu: implement page table sub-allocationBen Skeggs2017-11-022-0/+100
| * drm/nouveau/mmu: implement page table cacheBen Skeggs2017-11-022-2/+145
| * drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmmBen Skeggs2017-11-021-0/+3
OpenPOWER on IntegriCloud