summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-25fs/errors: Unify naming of result codesFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi
2024-01-25Merge pull request #12759 from liamwhite/mp-miscliamwhite
2024-01-25Merge pull request #12783 from liamwhite/cmif-generationliamwhite
2024-01-25service: add template serializer for method callsLiam
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-23Merge pull request #12763 from liamwhite/fix-hbl-againliamwhite
2024-01-23Merge pull request #12768 from german77/wrong_conversionliamwhite
2024-01-23service: properly convert buffers to stringsNarr the Reg
2024-01-23loader: also register fs process for raw exefs partitionLiam
2024-01-22nvservices: close map handles on session closeLiam
2024-01-22kernel: target invalidate to given processLiam
2024-01-22device_memory_manager: fix ScratchBuffer indexingLiam
2024-01-22Merge pull request #12579 from FernandoS27/smmuliamwhite
2024-01-21Merge pull request #12734 from german77/enable-appletliamwhite
2024-01-21service: hid: Implement EnableAppletForInputNarr the Reg
2024-01-21service: set: Don't allow invalid mii author idgerman77
2024-01-20Merge pull request #12715 from t895/remove-addonsliamwhite
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
2024-01-20Merge pull request #12701 from liamwhite/flinger-layer-issuesliamwhite
2024-01-19android: Add addon delete buttont895
2024-01-19Merge pull request #12695 from anpilley/user-arguments-v2liamwhite
2024-01-18Merge pull request #12678 from german77/settings_implliamwhite
2024-01-18device_memory_manager: use unique_lock for updateLiam
2024-01-18nvhost_vic: use map erase by keyLiam
2024-01-18nvdrv: clean up preallocationLiam
2024-01-18nvdrv: use correct names for interface factoryLiam
2024-01-18nvdrv: use static typing for SessionId, smmu Asid typesLiam
2024-01-18Core: Invert guest memory depandancyFernando Sahmkow
2024-01-18Core: Make sure GPU Dirty Managers ae shared by all processes.Fernando Sahmkow
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18SMMU: Fix Right Shift UB.Fernando Sahmkow
2024-01-18SMMU: Fix 8Gb layout.Fernando Sahmkow
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Fix software rendering and cleanupFernando Sahmkow
2024-01-18SMMU: Add continuity tracking optimization.Fernando Sahmkow
2024-01-18SMMU: Simplify and remove old code.Fernando Sahmkow
2024-01-18SMMU: Add Android compatibilityFernando Sahmkow
2024-01-18GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow
2024-01-18GPU SMMU: Expand to 34 bitsFernando Sahmkow
2024-01-18SMMU: Fix Unregister on MultiAddressFernando Sahmkow
2024-01-18SMMU: Implement physical memory mirroringFernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-18SMMU: Implement backing CPU page protect/unprotectFernando Sahmkow
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2024-01-18Core: Initial implementation of device memory mappingFernando Sahmkow