index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
/
devices
/
nvmap.cpp
Age
Commit message (
Expand
)
Author
2024-01-18
nvdrv: use static typing for SessionId, smmu Asid types
Liam
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Fix software rendering and cleanup
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-18
NVDRV: Implement sessions and initial implementation of SMMU
Fernando Sahmkow
2023-10-25
nvdrv: rework to remove memcpy
Liam
2023-10-25
nvdrv: convert nvmap
Liam
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-12
general: fix spelling mistakes
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
nvdrv: Use std::span for inputs
ameerj
2022-11-03
core: hle: kernel: k_memory_manager: Refresh.
bunnei
2022-10-27
nvnflinger: release queued handles immediately on disconnection
Liam
2022-10-18
core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.
bunnei
2022-10-06
Core: Fix get nvmap object random crash
VonChenPlus
2022-10-06
General: Fix compilation for GCC
Liam White
2022-10-06
MemoryManager: initial multi paging system implementation.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
NVMAP: Fix the Free return parameters.
Fernando Sahmkow
2022-10-06
NVDRV: Implement new NvMap
Fernando Sahmkow
2022-09-01
Demote services from warning/info to debug to reduce log spam:
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-03-25
nvdrv: Pass device fd and handle device create methods for device opening and...
Chloe Marcec
2020-12-28
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
2020-11-24
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
2020-11-10
Addressed issues
Chloe Marcec
2020-11-10
core: Make nvservices more standardized
Chloe Marcec
2020-07-27
Update src/core/hle/service/nvdrv/devices/nvmap.cpp
bunnei
2020-07-26
hle: nvdrv: Rewrite of GPU memory management.
bunnei
2019-09-19
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-07-05
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
Fernando Sahmkow
2019-07-05
nv_services: Deglobalize NvServices
Fernando Sahmkow
2018-11-26
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-10-12
Made the minimum alignment more clear
David Marcec
2018-10-11
Added error codes for nvmap
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-07
nvdrv: Get rid of indirect inclusions
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-07-01
nvmap: Return the address of the nvmap object when Freeing it for the last time.
Subv
2018-05-23
change some functions
greggameplayer
2018-05-20
GPU: Implemented the nvmap Free ioctl.
Subv
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
nvdrv: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-23
Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.
Subv
[next]