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_page_table.cpp
Age
Commit message (
Expand
)
Author
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-01-26
kernel: unbreak min/max template deduction on Apple Clang
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_table: remove HACK_OpenPages/ClosePages
Liam
2022-12-25
k_page_group: synchronize
Liam
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-11-09
kernel/svc_types: refresh
Liam
2022-11-03
core: hle: kernel: k_page_table: Remove unnecessary casts.
bunnei
2022-11-03
core: hle: kernel: k_page_table: Manually open/close pages for IPC methods.
bunnei
2022-11-03
core: hle: kernel: k_page_table: Implement IPC memory methods.
bunnei
2022-11-03
core: hle: kernel: k_memory_manager: Refresh.
bunnei
2022-11-03
core: hle: kernel: Integrate system KSystemResource.
bunnei
2022-10-18
core: hle: kernel: Use result macros for new/changed code.
bunnei
2022-10-18
core: hle: kernel: k_process: Improve management of page table & cleanup.
bunnei
2022-10-18
core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.
bunnei
2022-10-18
core: hle: kernel: k_page_table: Update, and integrate with new KMemoryBlockM...
bunnei
2022-10-18
core: device_memory: Templatize GetPointer(..).
bunnei
2022-06-26
core: kernel: Replace instances of KPageLinkedList with KPageGroup
german77
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-21
KPageTable: Remove extraneous assert
Morph
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-09
kernel: fix KCodeMemory initialization
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-09
hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo...
tech-ticks
2022-03-26
hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & UnlockF...
bunnei
2022-03-26
hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory.
bunnei
2022-03-26
hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup.
bunnei
2022-03-14
core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages,...
bunnei
2022-03-07
hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCo...
bunnei
2022-02-27
hle: kernel: k_memory_manager: Rework for latest kernel behavior.
bunnei
2022-02-27
hle: kernel: k_page_heap: Remove superfluous consexpr.
bunnei
2022-02-21
Merge pull request #7919 from bunnei/phys-mem-updates
bunnei
2022-02-19
fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-18
core: hle: kernel: KPageTable: Fix UnmapPages.
bunnei
2022-02-18
core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-02
Merge pull request #7835 from bunnei/page-table-lock
bunnei
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
2022-02-01
hle: kernel: KPageTable: Migrate locks to KScopedLightLock.
bunnei
2022-01-22
core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages.
bunnei
2022-01-22
core: hle: kernel: KPageTable: MapProcessCode: Various cleanup.
bunnei
2022-01-22
core: hle: kernel: KPageTable: ReserveTransferMemory: Various cleanup.
bunnei
2022-01-22
core: hle: kernel: KPageTable: ResetTransferMemory: Various cleanup.
bunnei
2022-01-22
core: hle: kernel: KPageTable: SetMemoryAttribute: Various cleanup.
bunnei
2022-01-22
core: hle: kernel: KPageTable: Operate: Assert lock ownership.
bunnei
2022-01-22
core: hle: kernel: KPageTable: SetHeapSize: Cleanup & take physical memory lock.
bunnei
2022-01-22
core: hle: kernel: Refactor Un/MapPhysicalMemory to remove unnecessary methods.
bunnei
2022-01-22
core: hle: kernel: Rename Un/Map to Un/MapMeory.
bunnei
[next]