summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu
AgeCommit message (Expand)AuthorFilesLines
2020-01-15drm/nouveau/mmu: Add correct turing page kindsJames Jones9-19/+39
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin1-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-01drm/nouveau/mmu: qualify vmm during dtorJon Derrick1-1/+1
2019-02-20drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs8-12/+48
2019-02-20drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancelBen Skeggs6-0/+85
2019-02-20drm/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs4-34/+424
2019-02-20drm/nouveau/mmu: store mapped flag separately from memory pointerBen Skeggs1-5/+10
2019-02-20drm/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs18-109/+164
2019-02-20drm/nouveau/mmu/gf100-: virtualise setting pdb base address for invalidationBen Skeggs9-2/+49
2019-02-20drm/nouveau/mmu/gf100-: make mmu invalidate function more generalBen Skeggs3-9/+12
2019-02-20drm/nouveau/mmu/tu102: rename implementation from tu104Ben Skeggs4-12/+12
2018-12-11drm/nouveau/mmu/tu104: initial supportBen Skeggs4-0/+127
2018-12-11drm/nouveau/mmu: add more general vmm free/node handling functionsBen Skeggs3-51/+118
2018-09-06drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs1-1/+1
2018-07-16drm/nouveau/mmu/gp10b: remove ghost fileJérôme Glisse1-0/+0
2018-06-13treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+1
2018-06-13treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-2/+2
2018-05-18drm/nouveau/mmu/gv100: initial supportBen Skeggs4-0/+135
2018-03-16Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+1
2018-03-16drm/nouveau/mmu: ALIGN_DOWN correct variableMāris Nartišs1-1/+1
2018-02-08Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2-2/+3
2018-02-02drm/nouveau/mmu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-02-02drm/nouveau/drm/nouveau/mmu: fix odd_ptr_err.cocci warningsChristoph Böhmwalder1-1/+2
2018-01-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie5-8/+106
2018-01-19drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingBen Skeggs5-8/+106
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds41-1203/+6061
2017-11-03drm/nouveau/mmu: swap out round for ALIGNBen Skeggs1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs16-273/+39
2017-11-02drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs4-0/+376
2017-11-02drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs4-0/+240
2017-11-02drm/nouveau/mmu: define user interfaces to mmuBen Skeggs17-1/+185
2017-11-02drm/nouveau/mmu/gf100-: type-based vram allocation and bar mappingBen Skeggs10-0/+116
2017-11-02drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mappingBen Skeggs5-0/+98
2017-11-02drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mappingBen Skeggs6-0/+81
2017-11-02drm/nouveau/mmu: add base for type-based memory allocationBen Skeggs4-0/+260
2017-11-02drm/nouveau/mmu: build up information on available memory typesBen Skeggs10-0/+131
2017-11-02drm/nouveau/mmu: implement new vmm frontendBen Skeggs3-138/+818
2017-11-02drm/nouveau/mmu: remove support for old backendsBen Skeggs12-323/+3
2017-11-02drm/nouveau/mmu/gp100,gp10b: implement new vmm backendBen Skeggs9-133/+268
2017-11-02drm/nouveau/mmu/gm200,gm20b: implement new vmm backendBen Skeggs5-20/+88
2017-11-02drm/nouveau/mmu/gk104,gk20a: implement new vmm backendBen Skeggs5-10/+41
2017-11-02drm/nouveau/mmu/gf100: implement new vmm backendBen Skeggs5-5/+293
2017-11-02drm/nouveau/mmu/nv50,g84: implement new vmm backendBen Skeggs5-194/+347
2017-11-02drm/nouveau/mmu/nv44: implement new vmm backendBen Skeggs2-141/+168
2017-11-02drm/nouveau/mmu/nv41: implement new vmm backendBen Skeggs2-69/+64
2017-11-02drm/nouveau/mmu/nv04: implement new vmm backendBen Skeggs3-58/+58
2017-11-02drm/nouveau/mmu: implement new vmm backendBen Skeggs3-3/+806