summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu
AgeCommit message (Expand)Author
2023-11-30nouveau/tu102: flush all pdbs on vmm flushDave Airlie
2023-11-03nouveau/gsp: move to 535.113.01Dave Airlie
2023-10-31drm/nouveau/mmu/r535: initial supportBen Skeggs
2023-10-31drm/nouveau/mmu/tu102-: prepare for GSP-RMBen Skeggs
2023-10-31drm/nouveau/mmu/tu102-: remove write to 0x100e68 during tlb invalidateBen Skeggs
2023-09-19drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALLBen Skeggs
2023-08-08drm/nouveau: nvkm: vmm: silence warning from castDanilo Krummrich
2023-08-04drm/nouveau: nvkm/vmm: implement raw ops to manage uvmmDanilo Krummrich
2022-11-09drm/nouveau/fifo: add new channel classesBen Skeggs
2022-06-21drm/nouveau/mmu: drop unexpected word "the" in the commentsJiang Jian
2022-05-23drm/nouveau/mmu: fix typo in commentJulia Lawall
2021-10-12drm/nouveau/mmu/gp100: remove unused variableKarol Herbst
2021-10-11drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition.Luo penghao
2021-10-11drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()Luo penghao
2021-08-18drm/nouveau: rip out nvkm_client.superBen Skeggs
2021-07-01nouveau/svm: implement atomic SVM accessAlistair Popple
2021-02-11drm/nouveau/mmu: index engref by subdev typeBen Skeggs
2021-02-11drm/nouveau/mmu: switch to instanced constructorBen Skeggs
2021-02-11drm/nouveau/subdev: store full subdev name in structBen Skeggs
2021-02-11drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs
2021-01-15drm/nouveau/mmu: fix vram heap sizingBen Skeggs
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-07-28nouveau: fix storing invalid ptesRalph Campbell
2020-07-24drm/nouveau/vmm/gp100-: fix mapping 2MB sysmem pagesRalph Campbell
2020-07-24drm/nouveau/mmu: make nvkm_vmm_ctor() staticRalph Campbell
2020-07-24drm/nouveau/mmu/gp100-: enable mmu invalidate depth optimisationBen Skeggs
2020-07-24drm/nouveau/mmu: make a couple of functions staticBen Skeggs
2020-07-10nouveau: fix mapping 2MB sysmem pagesRalph Campbell
2020-05-22drm/nouveau/mmu: Remove unneeded semicolonZheng Bin
2020-01-15drm/nouveau/mmu: Add correct turing page kindsJames Jones
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-01drm/nouveau/mmu: qualify vmm during dtorJon Derrick
2019-02-20drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs
2019-02-20drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancelBen Skeggs
2019-02-20drm/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs
2019-02-20drm/nouveau/mmu: store mapped flag separately from memory pointerBen Skeggs
2019-02-20drm/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs
2019-02-20drm/nouveau/mmu/gf100-: virtualise setting pdb base address for invalidationBen Skeggs
2019-02-20drm/nouveau/mmu/gf100-: make mmu invalidate function more generalBen Skeggs
2019-02-20drm/nouveau/mmu/tu102: rename implementation from tu104Ben Skeggs
2018-12-11drm/nouveau/mmu/tu104: initial supportBen Skeggs
2018-12-11drm/nouveau/mmu: add more general vmm free/node handling functionsBen Skeggs
2018-09-07drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs
2018-07-16drm/nouveau/mmu/gp10b: remove ghost fileJérôme Glisse
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-05-18drm/nouveau/mmu/gv100: initial supportBen Skeggs
2018-03-16Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie