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
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
2022-01-14
hle: kernel: k_memory_manager: Clear pages on allocation & free.
bunnei
2022-01-11
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-11
hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.
bunnei
2022-01-11
hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.
bunnei
2022-01-08
core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission.
bunnei
2022-01-08
core: hle: kernel: k_page_table: Update CheckMemoryState.
bunnei
2021-12-28
core: hle: kernel: Updated implementation of svcSetHeapSize.
bunnei
2021-12-23
core: hle: kernel: Implement SetMemoryPermission.
bunnei
2021-12-06
fix formatting
itsmeft24
2021-12-05
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-11-20
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-10-13
KPageTable: Perform ranged invalidation when unmapping code memory
Morph
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: KPageTable: CanContain should not be constexpr.
bunnei
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: svc_results: Update naming..
bunnei
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei