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
/
k_memory_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: use memory holepunching when clearing memory
Liam
2023-12-15
1
-2
/
+3
*
kernel: add KPageTableBase
Liam
2023-11-10
1
-8
/
+4
*
kernel: update KProcess
Liam
2023-10-22
1
-14
/
+111
*
kernel: reshuffle ini1 size, add slab clear note
Liam
2023-10-20
1
-4
/
+5
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-25
/
+26
*
Revert "Revert "k_page_group: synchronize""
bunnei
2023-01-08
1
-4
/
+4
*
Revert "k_page_group: synchronize"
gidoly
2022-12-29
1
-4
/
+4
*
k_page_group: synchronize
Liam
2022-12-25
1
-4
/
+4
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-2
/
+2
*
core: hle: kernel: k_memory_manager: Refresh.
bunnei
2022-11-04
1
-119
/
+151
*
core: device_memory: Templatize GetPointer(..).
bunnei
2022-10-19
1
-1
/
+1
*
core: kernel: Replace instances of KPageLinkedList with KPageGroup
german77
2022-06-27
1
-6
/
+6
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-5
/
+5
*
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
1
-3
/
+2
*
core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
hle: kernel: k_memory_manager: Rework for latest kernel behavior.
bunnei
2022-02-28
1
-123
/
+346
*
hle: kernel: k_memory_manager: Clear pages on allocation & free.
bunnei
2022-01-15
1
-2
/
+13
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-4
/
+4
*
hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize.
bunnei
2021-03-21
1
-0
/
+12
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-19
1
-5
/
+5
*
hle: kernel: Migrate MemoryManager to KMemoryManager.
bunnei
2021-02-19
1
-0
/
+176