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.h
Age
Commit message (
Expand
)
Author
2023-03-22
kernel: use KTypedAddress for addresses
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
2022-12-23
kernel: workaround static shared memory initialization
Liam
2022-12-05
kernel/k_shared_memory: Ensure device_memory is always initialized
Lioncash
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-11-03
core: Remove unused includes
ameerj
2021-05-29
kernel: Add missing override specifiers
Lioncash
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: Remove deprecated Object class.
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 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