summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/instmem
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2026-02-04nouveau: add a third state to the fini handler.Dave Airlie-1/+1
2025-05-19drm/nouveau: add support for GH100Ben Skeggs-3/+37
2025-05-19drm/nouveau: improve handling of 64-bit BARsBen Skeggs-9/+3
2025-05-19drm/nouveau/instmem: add hal for set_bar0_window_addr()Ben Skeggs-2/+10
2025-05-19drm/nouveau/gsp: add hals for fbsr.suspend/resume()Ben Skeggs-3/+5
2025-05-19drm/nouveau/gsp: move subdev/engine impls to subdev/gsp/rm/r535/Ben Skeggs-335/+0
2025-03-09drm/nouveau/nvkm: introduce new GSP reply policy NVKM_GSP_RPC_REPLY_POLLZhi Wang-1/+1
2025-03-09drm/nouveau/nvkm: factor out current GSP RPC command policiesZhi Wang-1/+1
2024-04-15nouveau: fix instmem race condition around ptr storesDave Airlie-1/+6
2023-12-15drm/nouveau: Fixup gk20a instobj hierarchyThierry Reding-9/+9
2023-11-03nouveau/gsp: move to 535.113.01Dave Airlie-6/+6
2023-10-31drm/nouveau/mmu/r535: initial supportBen Skeggs-1/+339
2023-10-31drm/nouveau/imem/tu102-: prepare for GSP-RMBen Skeggs-30/+94
2023-09-19drm/nouveau/imem: support allocations not preserved across suspendBen Skeggs-5/+15
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe-1/+2
2022-11-09drm/nouveau/imem: allow bar2 mapping of user allocationsBen Skeggs-5/+35
2022-03-03drm/nouveau/instmem: fix uninitialized_var.cocci warningGuo Zhengkui-1/+1
2021-02-11drm/nouveau/instmem: switch to instanced constructorBen Skeggs-13/+12
2021-02-11drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs-29/+30
2020-09-25drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig-2/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman-0/+1
2018-12-11drm/nouveau/imem/nv50: support pinning objects in BAR2 and returning addressBen Skeggs-1/+15
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie-1/+1
2017-12-19drm/nouveau/imem/nv50: fix refcount_t warningBen Skeggs-1/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-359/+452
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs-11/+0
2017-11-02drm/nouveau/imem/nv50-: use new interfaces for vmm operationsBen Skeggs-32/+41
2017-11-02drm/nouveau/mmu: implement new vmm frontendBen Skeggs-0/+1
2017-11-02drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfacesBen Skeggs-0/+9
2017-11-02drm/nouveau/imem/nv50: allocate memory with nvkm_ram_get()Ben Skeggs-23/+14
2017-11-02drm/nouveau/core/memory: add reference countingBen Skeggs-7/+7
2017-11-02drm/nouveau/core/memory: change map interface to support upcoming mmu changesBen Skeggs-7/+10
2017-11-02drm/nouveau/core/mm: have users explicitly define heap identifiersBen Skeggs-2/+2
2017-11-02drm/nouveau: separate buffer object backing memory from nvkm structuresBen Skeggs-2/+0
2017-11-02drm/nouveau/imem: use fast-path for resume restoreBen Skeggs-4/+12
2017-11-02drm/nouveau/imem: use fast-path for suspend backupBen Skeggs-3/+10
2017-11-02drm/nouveau/imem: separate pre-BAR2-bootstrap objects from the restBen Skeggs-0/+29
2017-11-02drm/nouveau/imem: switch to kvmalloc/kvfree for suspend/resume backupBen Skeggs-2/+2
2017-11-02drm/nouveau/imem: separate suspend/resume backup handling into their own func...Ben Skeggs-30/+46
2017-11-02drm/nouveau/imem: remove now-unused wrapper for backend objectsBen Skeggs-170/+2
2017-11-02drm/nouveau/imem/nv50: support eviction of BAR2 mappingsBen Skeggs-5/+67
2017-11-02drm/nouveau/imem/nv50: prevent fast-path for mapped objects when BAR isn't readyBen Skeggs-3/+5
2017-11-02drm/nouveau/imem/nv50: map bar2 write-combinedBen Skeggs-2/+3
2017-11-02drm/nouveau/imem/nv50: embed nvkm_instobj directly into nv04_instobjBen Skeggs-32/+102
2017-11-02drm/nouveau/imem/nv50: move slow-path locking into rd/wr functionsBen Skeggs-8/+6