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
/
nvdevice.h
Age
Commit message (
Expand
)
Author
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-12
general: fix spelling mistakes
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-10-06
NVDRV: Implement QueryEvent.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-05-16
core: Make variable shadowing a compile-time error
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-08-14
core: Resolve several -Wextra-semi warnings
Lioncash
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
2019-02-06
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-05
Extra nvdrv support (#162)
David
2018-01-16
NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...
Subv
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-10
NV: Move the nv device nodes to their own directory and namespace.
Subv