summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/core/nvmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvservices: unmap only on last container freeLiam2024-02-091-2/+6
* nvservices: close map handles on session closeLiam2024-01-231-0/+13
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-2/+3
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-3/+5
* SMMU: Fix software rendering and cleanupFernando Sahmkow2024-01-191-4/+4
* SMMU: Add continuity tracking optimization.Fernando Sahmkow2024-01-191-1/+1
* GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow2024-01-191-19/+37
* GPU SMMU: Expand to 34 bitsFernando Sahmkow2024-01-191-4/+34
* SMMU: Implement physical memory mirroringFernando Sahmkow2024-01-191-2/+5
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-45/+19
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-15/+43
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-2/+2
* nvnflinger: release queued handles immediately on disconnectionLiam2022-10-271-2/+3
* General: address feedbackFernando Sahmkow2022-10-061-2/+2
* general: Format licenses as per SPDX guidelinesMorph2022-10-061-4/+3
* Address Feedback from bylaws.Fernando Sahmkow2022-10-061-5/+1
* Nvflinger: correct duplication.Fernando Sahmkow2022-10-061-2/+2
* Core: Fix get nvmap object random crashVonChenPlus2022-10-061-1/+14
* General: Fix compilation for GCCLiam White2022-10-061-14/+24
* NVDRV: Further improvements.Fernando Sahmkow2022-10-061-3/+4
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-061-19/+14
* NVMAP: Fix the Free return parameters.Fernando Sahmkow2022-10-061-1/+3
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-061-54/+65
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-061-0/+245