summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvservices: unmap only on last container freeLiam2024-02-093-3/+13
* Common: Rename SplitRangeSet to OverlapRangeSetFernando Sahmkow2024-02-051-1/+1
* NVDRV: Refactor HeapMapper to use RangeSetsFernando Sahmkow2024-02-041-144/+43
* NVDRV: Join the heaper optimization blocksFernando Sahmkow2024-01-311-1/+3
* nvservices: close map handles on session closeLiam2024-01-233-0/+16
* nvdrv: clean up preallocationLiam2024-01-191-3/+5
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-196-33/+40
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-195-20/+40
* SMMU: Fix software rendering and cleanupFernando Sahmkow2024-01-192-6/+6
* SMMU: Add continuity tracking optimization.Fernando Sahmkow2024-01-192-1/+2
* GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow2024-01-196-21/+323
* GPU SMMU: Expand to 34 bitsFernando Sahmkow2024-01-191-4/+34
* SMMU: Implement physical memory mirroringFernando Sahmkow2024-01-193-6/+13
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-192-59/+24
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-194-19/+114
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-2/+2
* Fix incorrect id check and potential out of bounds lookupKelebek12023-05-311-1/+1
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-142-3/+3
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
* syncpoint_manager: Mark IsSyncpointAllocated() as constLioncash2022-11-282-3/+3
* syncpoint_manager: Reduce number of bounds checksLioncash2022-11-281-14/+28
* nvnflinger: release queued handles immediately on disconnectionLiam2022-10-272-2/+4
* General: address feedbackFernando Sahmkow2022-10-066-74/+90
* general: rework usages of UNREACHABLE macroLiam2022-10-061-7/+7
* general: Format licenses as per SPDX guidelinesMorph2022-10-066-24/+18
* Address Feedback from bylaws.Fernando Sahmkow2022-10-061-5/+1
* Nvflinger: correct duplication.Fernando Sahmkow2022-10-062-3/+3
* Core: Fix get nvmap object random crashVonChenPlus2022-10-062-1/+19
* NvDec: Fix regressions.Fernando Sahmkow2022-10-062-0/+11
* General: Fix compilation for GCCLiam White2022-10-062-14/+25
* NVDRV: Further improvements.Fernando Sahmkow2022-10-066-68/+194
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-066-37/+50
* NVMAP: Fix the Free return parameters.Fernando Sahmkow2022-10-062-1/+4
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-062-58/+73
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-066-0/+601