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
Age
Commit message (
Expand
)
Author
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-03-01
nvnflinger: fix name
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-15
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
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
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-28
nvdrv: Use std::span for inputs
ameerj
2022-11-29
Merge pull request #9340 from lioncash/nvdrv
liamwhite
2022-11-28
syncpoint_manager: Mark IsSyncpointAllocated() as const
Lioncash
2022-11-28
syncpoint_manager: Reduce number of bounds checks
Lioncash
2022-11-28
nvdrv: Simplify builder declarations
Lioncash
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-11-03
core: hle: kernel: k_memory_manager: Refresh.
bunnei
2022-10-27
nvnflinger: release queued handles immediately on disconnection
Liam
2022-10-23
nvdrv: fix container destruction order
Liam
2022-10-19
Merge pull request #9071 from bunnei/mp-mm
liamwhite
2022-10-19
Merge pull request #9084 from vonchenplus/dma_copy
Fernando S
2022-10-18
core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.
bunnei
2022-10-17
video_core: Implement memory manager page kind
FengChen
2022-10-12
kernel: remove KWritableEvent
Liam
2022-10-06
General: address feedback
Fernando Sahmkow
2022-10-06
general: rework usages of UNREACHABLE macro
Liam
2022-10-06
nvdisp: End system frame after requesting to swap buffers
Morph
2022-10-06
address_space: Address feedback
Morph
2022-10-06
general: Format licenses as per SPDX guidelines
Morph
2022-10-06
NvHostChannels: improve hack for supporting multiple channels.
Fernando Sahmkow
2022-10-06
Address Feedback from bylaws.
Fernando Sahmkow
2022-10-06
Nvflinger: correct duplication.
Fernando Sahmkow
2022-10-06
Core: Fix get nvmap object random crash
VonChenPlus
2022-10-06
NvDec: Fix regressions.
Fernando Sahmkow
2022-10-06
General: Fix compilation for GCC
Liam White
2022-10-06
NVDRV: Further improvements.
Fernando Sahmkow
2022-10-06
VideoCore: Refactor fencing system.
Fernando Sahmkow
2022-10-06
MemoryManager: initial multi paging system implementation.
Fernando Sahmkow
2022-10-06
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
NVDRV: Refactor Host1x
Fernando Sahmkow
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
Fernando Sahmkow
2022-10-06
VideoCore: Extra Fixes.
Fernando Sahmkow
2022-10-06
NVDRV: Remake ASGPU
Fernando Sahmkow
2022-10-06
NVDRV: Update copyright notices.
Fernando Sahmkow
2022-10-06
NvHostCtrl: Fix merge of nvflinger.
Fernando Sahmkow
2022-10-06
NVHOST_CTRl: Implement missing method and fix some stuffs.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
[next]