index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
init
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: reshuffle ini1 size, add slab clear note
Liam
2023-10-20
1
-2
/
+7
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-10
/
+11
*
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-03-01
1
-1
/
+5
*
kernel: adjust pool allocations
Liam
2023-03-01
1
-1
/
+1
*
kernel: add KObjectName
Liam
2023-02-17
1
-0
/
+2
*
kernel: add KDeviceAddressSpace
Liam
2023-02-01
1
-0
/
+2
*
Add break for default cases
Kyle Kienapfel
2022-11-14
1
-0
/
+1
*
kernel/svc_types: refresh
Liam
2022-11-10
1
-1
/
+2
*
core: hle: kernel: Integrate system KSystemResource.
bunnei
2022-11-04
2
-27
/
+49
*
kernel: add KSessionRequest
Liam
2022-10-19
1
-0
/
+2
*
core: device_memory: Templatize GetPointer(..).
bunnei
2022-10-19
1
-3
/
+3
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global namespace.
bunnei
2022-03-15
1
-6
/
+6
*
core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer.
bunnei
2022-03-15
2
-23
/
+83
*
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-12-05
1
-0
/
+2
*
core: Remove unused includes
ameerj
2021-11-04
1
-2
/
+0
*
hle: kernel: Use host memory allocations for KSlabMemory.
bunnei
2021-05-21
1
-1
/
+9
*
hle: kernel: Move slab resource counts to Kernel.
bunnei
2021-05-06
2
-32
/
+31
*
fixup! hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-06
1
-6
/
+2
*
fixup! hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-06
1
-8
/
+8
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
2
-5
/
+5
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-06
1
-1
/
+3
*
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
2021-05-06
1
-2
/
+4
*
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-06
1
-0
/
+2
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-1
/
+3
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-0
/
+2
*
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-06
1
-1
/
+3
*
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-06
2
-4
/
+7
*
hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-06
2
-0
/
+225