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
/
board
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: add KPageTableBase
Liam
2023-11-10
2
-3
/
+17
*
kernel: update KProcess
Liam
2023-10-22
2
-0
/
+72
*
k_system_control: Always return some memory size
lat9nq
2023-07-21
1
-0
/
+2
*
core,common: Give memory layout setting an enum
lat9nq
2023-07-21
1
-4
/
+16
*
settings: rename extended memory layout to unsafe, move from general to system
Liam
2023-04-30
1
-3
/
+4
*
kernel: move more memory to application in 8GB arrangement
Liam
2023-04-10
1
-2
/
+4
*
kernel: switch extended memory setting to 8GB arrangement
Liam
2023-04-08
1
-2
/
+2
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
4
-10
/
+12
*
kernel: move KMemoryLayout for NX board
Liam
2023-03-13
1
-0
/
+201
*
kernel: adjust pool allocations
Liam
2023-03-01
1
-6
/
+15
*
core: hle: kernel: k_system_control: Add SecureAppletMemorySize.
bunnei
2022-11-04
1
-0
/
+4
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
5
-15
/
+10
*
k_system_control: Fix data race
lat9nq
2022-04-06
1
-3
/
+3
*
hle: kernel: board: nx: Add k_memory_layout.h header.
bunnei
2022-02-27
1
-0
/
+13
*
hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress.
bunnei
2022-02-27
2
-1
/
+12
*
hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled.
bunnei
2022-02-21
1
-20
/
+4
*
core: Remove unused includes
ameerj
2021-11-04
1
-2
/
+0
*
common: Replace common_sizes into user-literals
Wunkolo
2021-06-24
1
-17
/
+20
*
hle: kernel: k_system_control: Remove unnecessary inline.
bunnei
2021-03-24
1
-4
/
+4
*
common: common_sizes: Move sizes to the Common namespace.
bunnei
2021-03-24
1
-16
/
+16
*
hle: kernel: board: k_system_control: Extend to include memory region sizes.
bunnei
2021-03-21
2
-1
/
+125
*
hle: kernel: board: Add secure_monitor module.
bunnei
2021-03-21
1
-0
/
+26
*
hle: kernel: KSystemControl: Update to reflect board-specific behavior.
bunnei
2021-03-21
2
-0
/
+68
*
hle: kernel: Add architecture and board specific memory regions.
bunnei
2021-03-21
1
-0
/
+52