Historique des commits

Auteur SHA1 Message Date
  Morph 1c8f6ba18f KPageTable: Remove extraneous assert il y a 4 ans
  Liam 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash il y a 4 ans
  Liam 6c659c3a16 kernel: fix KCodeMemory initialization il y a 4 ans
  Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX il y a 4 ans
  tech-ticks 3b91d213b1 hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174) il y a 4 ans
  bunnei 9408100a80 hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & UnlockForCodeMemory. il y a 4 ans
  bunnei 0c75913bf2 hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory. il y a 4 ans
  bunnei 5b667f5e52 hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup. il y a 4 ans
  bunnei 3210bc2767 core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages, and FindFreeArea for TLS. il y a 4 ans
  bunnei 749f76e6fe hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCodeMemory. il y a 4 ans
  bunnei f87f076162 hle: kernel: k_memory_manager: Rework for latest kernel behavior. il y a 4 ans
  bunnei f7e65eb971 hle: kernel: k_page_heap: Remove superfluous consexpr. il y a 4 ans
  bunnei 21f5912ec9 Merge pull request #7919 from bunnei/phys-mem-updates il y a 4 ans
  bunnei 92b2e92620 fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. il y a 4 ans
  bunnei c9260a75f6 core: hle: kernel: KPageTable: Fix UnmapPages. il y a 4 ans
  bunnei 1a16d055df core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. il y a 4 ans
  bunnei 03186af6a1 Merge pull request #7835 from bunnei/page-table-lock il y a 4 ans
  Lioncash f785f73e92 general: Replace NonCopyable struct with equivalents il y a 4 ans
  bunnei 995e27e9b7 hle: kernel: KPageTable: Migrate locks to KScopedLightLock. il y a 4 ans
  bunnei e791da9791 core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages. il y a 4 ans
  bunnei 07add23251 core: hle: kernel: KPageTable: MapProcessCode: Various cleanup. il y a 4 ans
  bunnei ee25e0a40b core: hle: kernel: KPageTable: ReserveTransferMemory: Various cleanup. il y a 4 ans
  bunnei 0cee5e1af8 core: hle: kernel: KPageTable: ResetTransferMemory: Various cleanup. il y a 4 ans
  bunnei ffcaf5af90 core: hle: kernel: KPageTable: SetMemoryAttribute: Various cleanup. il y a 4 ans
  bunnei 264bb5abf7 core: hle: kernel: KPageTable: Operate: Assert lock ownership. il y a 4 ans
  bunnei 0137f2e6e1 core: hle: kernel: KPageTable: SetHeapSize: Cleanup & take physical memory lock. il y a 4 ans
  bunnei 6d8e498f76 core: hle: kernel: Refactor Un/MapPhysicalMemory to remove unnecessary methods. il y a 4 ans
  bunnei b8b1b58f36 core: hle: kernel: Rename Un/Map to Un/MapMeory. il y a 4 ans
  bunnei b54cbc985e hle: kernel: k_memory_manager: Clear pages on allocation & free. il y a 4 ans
  bunnei 49a0e4330e hle: kernel: k_page_table: Update SetProcessMemoryPermission. il y a 4 ans