summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/nvdrv.cpp
AgeCommit message (Expand)Author
2025-02-16build: upgrade fmt and SDL2Zephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-17nvnflinger: convert to processLiam
2024-01-18nvdrv: use correct names for interface factoryLiam
2024-01-18nvdrv: use static typing for SessionId, smmu Asid typesLiam
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-01nvnflinger: fix nameLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28nvdrv: Use std::span for inputsameerj
2022-11-28nvdrv: Simplify builder declarationsLioncash
2022-10-23nvdrv: fix container destruction orderLiam
2022-10-12kernel: remove KWritableEventLiam
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06NvDec: Fix regressions.Fernando Sahmkow
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-10-06NVDRV: Fix clearing when destroying.Fernando Sahmkow
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow
2022-10-06NVDRV: Cleanup.Fernando Sahmkow
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-07-20hle: service: nvdrv: Remove unused kernel reference.bunnei
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-07-14service: Append service name prefix to common filenamesMorph
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and...Chloe Marcec
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-01-07nvdec syncpt incorporationameerj
2020-12-28hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-10Addressed issuesChloe Marcec
2020-11-10core: Make nvservices more standardizedChloe Marcec