aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv
AgeCommit message (Expand)Author
2023-10-25nvdrv: rework to remove memcpyLiam
2023-10-25nvdrv: fix up remaining copy callsLiam
2023-10-25nvdrv: convert nvmapLiam
2023-10-25nvdrv: convert codec devicesLiam
2023-10-25nvdrv: convert nvhost_gpuLiam
2023-10-25nvdrv: convert nvhost_ctrlLiam
2023-10-25nvdrv: convert nvhost_ctrl_gpuLiam
2023-10-25nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin
2023-08-25nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-06-30general: Use ScratchBuffer where possibleMorph
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-21Merge pull request #10086 from Morph1984/coretiming-ng-1bunnei
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2023-06-07nvdisp: Fix SingleCore frametime reportingMorph
2023-05-31Fix incorrect id check and potential out of bounds lookupKelebek1
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-01nvnflinger: fix nameLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
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-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28nvdrv: Use std::span for inputsameerj
2022-11-29Merge pull request #9340 from lioncash/nvdrvliamwhite
2022-11-28syncpoint_manager: Mark IsSyncpointAllocated() as constLioncash
2022-11-28syncpoint_manager: Reduce number of bounds checksLioncash
2022-11-28nvdrv: Simplify builder declarationsLioncash
2022-11-13Add break for default casesKyle Kienapfel
2022-11-03core: hle: kernel: k_memory_manager: Refresh.bunnei
2022-10-27nvnflinger: release queued handles immediately on disconnectionLiam
2022-10-23nvdrv: fix container destruction orderLiam
2022-10-19Merge pull request #9071 from bunnei/mp-mmliamwhite
2022-10-19Merge pull request #9084 from vonchenplus/dma_copyFernando S
2022-10-18core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei
2022-10-17video_core: Implement memory manager page kindFengChen
2022-10-12kernel: remove KWritableEventLiam
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06general: rework usages of UNREACHABLE macroLiam
2022-10-06nvdisp: End system frame after requesting to swap buffersMorph
2022-10-06address_space: Address feedbackMorph
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06NvHostChannels: improve hack for supporting multiple channels.Fernando Sahmkow