index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
/
nvdrv.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-17
vi: manage resources independently of nvnflinger and refactor
Liam
2024-02-17
nvnflinger: convert to process
Liam
2024-01-18
nvdrv: use static typing for SessionId, smmu Asid types
Liam
2024-01-18
NVDRV: Implement sessions and initial implementation of SMMU
Fernando Sahmkow
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-01
nvnflinger: fix name
Liam
2023-02-21
service: refactor server architecture
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-23
nvdrv: fix container destruction order
Liam
2022-10-06
General: address feedback
Fernando Sahmkow
2022-10-06
general: Format licenses as per SPDX guidelines
Morph
2022-10-06
Core: Fix get nvmap object random crash
VonChenPlus
2022-10-06
General: Fix compilation for GCC
Liam White
2022-10-06
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
NVDRV: Fix clearing when destroying.
Fernando Sahmkow
2022-10-06
NVDRV: Fix Open/Close and make sure each device is correctly created.
Fernando Sahmkow
2022-10-06
NVDRV: Refactor and add new NvMap.
Fernando Sahmkow
2022-10-06
NVDRV: Cleanup.
Fernando Sahmkow
2022-10-06
NVDRV: Implement QueryEvent.
Fernando Sahmkow
2022-10-06
NvHost: Remake Ctrl Implementation.
Fernando Sahmkow
2022-10-06
NvHost: Try a different approach to blocking.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-24
hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.
bunnei
2021-10-16
NVHost_Ctrl: Force wait if the gpu falls behind too long.
FernandoS27
2021-07-20
hle: service: Add a helper module for managing kernel objects.
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-12-28
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
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-11-01
hle service: nvdrv: Update to instantiate SyncpointManager.
bunnei
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-09-19
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-07-05
NVServices: Address Feedback
Fernando Sahmkow
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
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...
Fernando Sahmkow
2019-07-05
nv_services: Fixes to event liberation.
Fernando Sahmkow
2019-07-05
nv_services: Deglobalize NvServices
Fernando Sahmkow
[next]