Commit History

Autor SHA1 Mensaxe Data
  B3n30 813837c5cf Merge pull request #2842 from Subv/switchable_page_table %!s(int64=8) %!d(string=hai) anos
  Subv f18a176b60 Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping. %!s(int64=9) %!d(string=hai) anos
  Subv 214150f00c Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. %!s(int64=9) %!d(string=hai) anos
  Subv 6d2734a074 Kernel/Memory: Give each Process its own page table. %!s(int64=9) %!d(string=hai) anos
  danzel 8266064796 Use recursive_mutex instead of mutex to fix #2902 %!s(int64=9) %!d(string=hai) anos
  James Rowe 61442d6afb Merge pull request #2839 from Subv/global_kernel_lock %!s(int64=9) %!d(string=hai) anos
  Subv f484927ed0 Kernel/Memory: Acquire the global HLE lock when a memory read/write operation falls outside of the fast path, for it might perform an MMIO operation. %!s(int64=9) %!d(string=hai) anos
  Weiyi Wang 045d0b5bbd Merge pull request #2799 from yuriks/virtual-cached-range-flush %!s(int64=9) %!d(string=hai) anos
  Yuri Kunde Schlesner d553135748 Memory: Add function to flush a virtual range from the rasterizer cache %!s(int64=9) %!d(string=hai) anos
  Yuri Kunde Schlesner f2a5a77e27 Memory: Fix crash when unmapping a VMA covering cached surfaces %!s(int64=9) %!d(string=hai) anos
  Yuri Kunde Schlesner 6ae0086b39 Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional %!s(int64=9) %!d(string=hai) anos
  Yuri Kunde Schlesner 326e7c7020 Memory: Make PhysicalToVirtualAddress return a boost::optional %!s(int64=9) %!d(string=hai) anos
  Yuri Kunde Schlesner d3db770cad Memory: Add constants for the n3DS additional RAM %!s(int64=9) %!d(string=hai) anos
  bunnei 4798b1d04d Revert "Memory: Always flush whole pages from surface cache" %!s(int64=9) %!d(string=hai) anos
  Yuri Kunde Schlesner f2b9be9bd3 Memory: Always flush whole pages from surface cache %!s(int64=9) %!d(string=hai) anos
  James Rowe bbe57a66ca Expose page table to dynarmic for optimized reads and writes to the JIT %!s(int64=9) %!d(string=hai) anos
  wwylele 3f87d70f0e memory: fix IsValidVirtualAddress for RasterizerCachedMemory %!s(int64=9) %!d(string=hai) anos
  Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include %!s(int64=9) %!d(string=hai) anos
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. %!s(int64=9) %!d(string=hai) anos
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. %!s(int64=9) %!d(string=hai) anos
  wwylele b2df959733 Memory: add ReadCString function %!s(int64=10) %!d(string=hai) anos
  Subv 0aef634a54 Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions. %!s(int64=10) %!d(string=hai) anos
  Subv 660499ac01 Memory: Make ReadBlock and WriteBlock accept void pointers. %!s(int64=10) %!d(string=hai) anos
  MerryMage 31d49e0109 Memory: CopyBlock %!s(int64=10) %!d(string=hai) anos
  MerryMage ca17df5757 Memory: ZeroBlock %!s(int64=10) %!d(string=hai) anos
  MerryMage 3873b36db3 Memory: ReadBlock/WriteBlock %!s(int64=10) %!d(string=hai) anos
  MerryMage c084fc824c Memory: IsValidVirtualAddress/IsValidPhysicalAddress %!s(int64=10) %!d(string=hai) anos
  tfarley 22f3a7e94c HWRasterizer: Texture forwarding %!s(int64=10) %!d(string=hai) anos
  Yuri Kunde Schlesner 6aa90e13f9 Memory: Do correct Phys->Virt address translation for non-APP linheap %!s(int64=10) %!d(string=hai) anos
  MerryMage 2b93313348 Memory: Implement MMIO %!s(int64=10) %!d(string=hai) anos