index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
/
devices
/
nvhost_ctrl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scope_exit: Make constexpr
FearlessTobi
2024-02-19
1
-2
/
+2
*
nvdrv: use static typing for SessionId, smmu Asid types
Liam
2024-01-18
1
-1
/
+1
*
NVDRV: Implement sessions and initial implementation of SMMU
Fernando Sahmkow
2024-01-18
1
-1
/
+1
*
nvdrv: rework to remove memcpy
Liam
2023-10-25
1
-8
/
+8
*
nvdrv: convert nvhost_ctrl
Liam
2023-10-25
1
-28
/
+14
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
1
-10
/
+9
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-2
/
+2
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-11
/
+10
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2023-02-02
1
-10
/
+11
*
nvdrv: Use std::span for inputs
ameerj
2022-12-28
1
-11
/
+10
*
kernel: remove KWritableEvent
Liam
2022-10-12
1
-3
/
+2
*
general: Format licenses as per SPDX guidelines
Morph
2022-10-06
1
-4
/
+3
*
General: Fix compilation for GCC
Liam White
2022-10-06
1
-4
/
+4
*
NVDRV: Further improvements.
Fernando Sahmkow
2022-10-06
1
-6
/
+12
*
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
1
-23
/
+3
*
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
1
-4
/
+15
*
VideoCore: Extra Fixes.
Fernando Sahmkow
2022-10-06
1
-1
/
+3
*
NVDRV: Update copyright notices.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
NVHOST_CTRl: Implement missing method and fix some stuffs.
Fernando Sahmkow
2022-10-06
1
-4
/
+26
*
NVDRV: Fix clearing when destroying.
Fernando Sahmkow
2022-10-06
1
-6
/
+7
*
NVDRV: Fix Open/Close and make sure each device is correctly created.
Fernando Sahmkow
2022-10-06
1
-42
/
+134
*
NVDRV: Implement new NvMap
Fernando Sahmkow
2022-10-06
1
-0
/
+2
*
NVDRV: Refactor and add new NvMap.
Fernando Sahmkow
2022-10-06
1
-3
/
+5
*
NVDRV: Cleanup.
Fernando Sahmkow
2022-10-06
1
-1
/
+3
*
NVDRV: Implement QueryEvent.
Fernando Sahmkow
2022-10-06
1
-0
/
+23
*
NvHost: Remake Ctrl Implementation.
Fernando Sahmkow
2022-10-06
1
-67
/
+111
*
NvHost: Try a different approach to blocking.
Fernando Sahmkow
2022-10-06
1
-9
/
+6
*
NvHost: Fix some regressions and correct signaling on timeout.
Fernando Sahmkow
2022-10-06
1
-25
/
+19
*
kernel: implement KProcess suspension
Liam
2022-06-14
1
-2
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
nvhost_ctrl: Only mark EventState::Busy as BadParameter
ameerj
2022-03-29
1
-1
/
+1
*
NvHost/Core: Address Feedback.
Fernando Sahmkow
2021-10-16
1
-3
/
+5
*
Suspend temporally
FernandoS27
2021-10-16
1
-1
/
+2
*
NVHost_Ctrl: Force wait if the gpu falls behind too long.
FernandoS27
2021-10-16
1
-0
/
+11
*
nvhost_ctrl: Refactor usage of gpu.LockSync()
ameerj
2021-10-03
1
-15
/
+15
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
1
-3
/
+3
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
1
-1
/
+1
*
service: Resolve cases of member field shadowing
Lioncash
2021-05-04
1
-3
/
+4
*
nvdrv: Pass device fd and handle device create methods for device opening and...
Chloe Marcec
2021-03-25
1
-4
/
+8
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-4
/
+4
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
Simplify condition
Chloe Marcec
2021-01-23
1
-2
/
+1
*
nvdrv: Unregister already registered events
Chloe Marcec
2021-01-23
1
-1
/
+8
*
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
2020-12-28
1
-14
/
+6
*
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
2020-11-24
1
-7
/
+12
*
core: Make nvservices more standardized
Chloe Marcec
2020-11-10
1
-32
/
+43
*
hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.
bunnei
2020-11-01
1
-7
/
+26
*
Rename to align with switchbrew and remove gpu function (#4714)
Levi Behunin
2020-11-01
1
-13
/
+7
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-6
/
+6
[next]