summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/nvdrv.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-17vi: manage resources independently of nvnflinger and refactorLiam
2024-02-17nvnflinger: convert to processLiam
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-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-10-23nvdrv: fix container destruction orderLiam
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06Core: Fix get nvmap object random crashVonChenPlus
2022-10-06General: Fix compilation for GCCLiam White
2022-10-06NVDRV: Further refactors and eliminate old code.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: 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-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-24hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei
2021-10-16NVHost_Ctrl: Force wait if the gpu falls behind too long.FernandoS27
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
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: Migrate KEvent to KAutoObject.bunnei
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
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
2020-11-01hle service: nvdrv: Update to instantiate SyncpointManager.bunnei
2020-09-22General: Make use of std::nullopt where applicableLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec
2019-07-05NVServices: Address FeedbackFernando Sahmkow
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...Fernando Sahmkow
2019-07-05nv_services: Fixes to event liberation.Fernando Sahmkow
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow