summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/core/container.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvservices: unmap only on last container freeLiam2024-02-091-1/+6
* NVDRV: Join the heaper optimization blocksFernando Sahmkow2024-01-311-1/+3
* nvservices: close map handles on session closeLiam2024-01-231-0/+1
* nvdrv: clean up preallocationLiam2024-01-191-3/+5
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-16/+15
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-1/+7
* SMMU: Add continuity tracking optimization.Fernando Sahmkow2024-01-191-0/+1
* GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow2024-01-191-2/+60
* SMMU: Implement physical memory mirroringFernando Sahmkow2024-01-191-3/+3
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-1/+43
* General: address feedbackFernando Sahmkow2022-10-061-1/+11
* general: Format licenses as per SPDX guidelinesMorph2022-10-061-4/+3
* NVDRV: Further improvements.Fernando Sahmkow2022-10-061-4/+4
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-061-4/+4
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-061-0/+41