index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
init
Age
Commit message (
Expand
)
Author
2023-10-20
kernel: reshuffle ini1 size, add slab clear note
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-01
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-03-01
kernel: adjust pool allocations
Liam
2023-02-17
kernel: add KObjectName
Liam
2023-02-01
kernel: add KDeviceAddressSpace
Liam
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-11-09
kernel/svc_types: refresh
Liam
2022-11-03
core: hle: kernel: Integrate system KSystemResource.
bunnei
2022-10-19
kernel: add KSessionRequest
Liam
2022-10-18
core: device_memory: Templatize GetPointer(..).
bunnei
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-14
core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global n...
bunnei
2022-03-14
core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadL...
bunnei
2021-12-05
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-11-03
core: Remove unused includes
ameerj
2021-05-20
hle: kernel: Use host memory allocations for KSlabMemory.
bunnei
2021-05-05
hle: kernel: Move slab resource counts to Kernel.
bunnei
2021-05-05
fixup! hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-05
fixup! hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-05
hle: kernel: Add initial impl. of slab setup.
bunnei