aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/devices/nvmap.cpp
AgeCommit message (Expand)Author
2024-01-18nvdrv: use static typing for SessionId, smmu Asid typesLiam
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Fix software rendering and cleanupFernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2023-10-25nvdrv: rework to remove memcpyLiam
2023-10-25nvdrv: convert nvmapLiam
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-12general: fix spelling mistakesLiam
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-28nvdrv: Use std::span for inputsameerj
2022-11-03core: hle: kernel: k_memory_manager: Refresh.bunnei
2022-10-27nvnflinger: release queued handles immediately on disconnectionLiam
2022-10-18core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei
2022-10-06Core: Fix get nvmap object random crashVonChenPlus
2022-10-06General: Fix compilation for GCCLiam White
2022-10-06MemoryManager: initial multi paging system implementation.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-10-06NVMAP: Fix the Free return parameters.Fernando Sahmkow
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and...Chloe Marcec
2020-12-28hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-10Addressed issuesChloe Marcec
2020-11-10core: Make nvservices more standardizedChloe Marcec
2020-07-27Update src/core/hle/service/nvdrv/devices/nvmap.cppbunnei
2020-07-26hle: nvdrv: Rewrite of GPU memory management.bunnei
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec
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-05nv_services: Deglobalize NvServicesFernando Sahmkow
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-10-12Made the minimum alignment more clearDavid Marcec
2018-10-11Added error codes for nvmapDavid Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv
2018-05-23change some functionsgreggameplayer
2018-05-20GPU: Implemented the nvmap Free ioctl.Subv
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv