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
/
nvdrv.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvnflinger: convert to process
Liam
2024-02-17
1
-2
/
+1
*
nvdrv: use correct names for interface factory
Liam
2024-01-18
1
-3
/
+3
*
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
-9
/
+18
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
1
-4
/
+4
*
nvnflinger: fix name
Liam
2023-03-01
1
-3
/
+3
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-1
/
+1
*
service: refactor server architecture
Liam
2023-02-21
1
-9
/
+14
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-4
/
+4
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2023-02-02
1
-4
/
+4
*
nvdrv: Use std::span for inputs
ameerj
2022-12-28
1
-4
/
+4
*
nvdrv: Simplify builder declarations
Lioncash
2022-11-28
1
-26
/
+18
*
nvdrv: fix container destruction order
Liam
2022-10-23
1
-1
/
+1
*
kernel: remove KWritableEvent
Liam
2022-10-12
1
-1
/
+0
*
General: address feedback
Fernando Sahmkow
2022-10-06
1
-3
/
+1
*
general: Format licenses as per SPDX guidelines
Morph
2022-10-06
1
-4
/
+3
*
NvDec: Fix regressions.
Fernando Sahmkow
2022-10-06
1
-1
/
+4
*
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
1
-21
/
+0
*
NVDRV: Refactor Host1x
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
NVDRV: Fix clearing when destroying.
Fernando Sahmkow
2022-10-06
1
-5
/
+2
*
NVDRV: Fix Open/Close and make sure each device is correctly created.
Fernando Sahmkow
2022-10-06
1
-106
/
+68
*
NVDRV: Implement new NvMap
Fernando Sahmkow
2022-10-06
1
-9
/
+6
*
NVDRV: Refactor and add new NvMap.
Fernando Sahmkow
2022-10-06
1
-7
/
+9
*
NVDRV: Cleanup.
Fernando Sahmkow
2022-10-06
1
-24
/
+29
*
NVDRV: Implement QueryEvent.
Fernando Sahmkow
2022-10-06
1
-23
/
+23
*
NvHost: Remake Ctrl Implementation.
Fernando Sahmkow
2022-10-06
1
-16
/
+112
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core: Remove unused includes
ameerj
2021-11-03
1
-1
/
+0
*
hle: service: nvdrv: Remove unused kernel reference.
bunnei
2021-07-20
1
-1
/
+0
*
hle: service: Add a helper module for managing kernel objects.
bunnei
2021-07-20
1
-5
/
+5
*
service: Append service name prefix to common filenames
Morph
2021-07-14
1
-1
/
+1
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
1
-4
/
+4
*
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-05
1
-2
/
+1
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
1
-4
/
+8
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-05
1
-1
/
+1
*
nvdrv: Pass device fd and handle device create methods for device opening and...
Chloe Marcec
2021-03-25
1
-3
/
+7
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-4
/
+6
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-3
/
+3
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-2
/
+2
*
nvdec syncpt incorporation
ameerj
2021-01-07
1
-2
/
+4
*
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
2020-12-28
1
-7
/
+6
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
1
-5
/
+5
*
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
2020-11-24
1
-6
/
+7
*
Addressed issues
Chloe Marcec
2020-11-10
1
-5
/
+5
*
core: Make nvservices more standardized
Chloe Marcec
2020-11-10
1
-14
/
+79
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...
bunnei
2020-11-01
1
-1
/
+2
*
hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.
bunnei
2020-11-01
1
-1
/
+2
[next]