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
/
kernel
/
k_shared_memory.cpp
Age
Commit message (
Expand
)
Author
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-12
kernel: remove unnecessary finalize calls
Liam
2023-03-12
kernel: prefer std::addressof
Liam
2023-03-12
kernel: remove kernel_
Liam
2023-03-12
kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSha...
Liam
2023-03-12
kernel: convert KPort, KSession
Liam
2023-01-22
kernel: KPageTable: update
Liam
2023-01-07
Revert "Revert "k_page_group: synchronize""
bunnei
2022-12-29
Revert "k_page_group: synchronize"
gidoly
2022-12-25
k_page_group: synchronize
Liam
2022-12-23
kernel: workaround static shared memory initialization
Liam
2022-11-09
kernel/svc_types: refresh
Liam
2022-10-18
core: device_memory: Templatize GetPointer(..).
bunnei
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-06-26
core: kernel: Replace instances of KPageLinkedList with KPageGroup
german77
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
2021-05-05
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
hle: kernel: Migrate PageLinkedList to KPageLinkedList.
bunnei
2021-02-18
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-18
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei