Historie revizí

Autor SHA1 Zpráva Datum
  MerryMage 67a70bd9e1 ARM_Interface: Implement PageTableChanged před 8 roky
  MerryMage 4e5eb2044a memory: Remove GetCurrentPageTablePointers před 8 roky
  MerryMage c02bbb7030 memory: Add GetCurrentPageTable/SetCurrentPageTable před 8 roky
  B3n30 813837c5cf Merge pull request #2842 from Subv/switchable_page_table před 8 roky
  Subv f18a176b60 Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping. před 9 roky
  Subv 214150f00c Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. před 9 roky
  Subv 6d2734a074 Kernel/Memory: Give each Process its own page table. před 9 roky
  danzel 8266064796 Use recursive_mutex instead of mutex to fix #2902 před 9 roky
  James Rowe 61442d6afb Merge pull request #2839 from Subv/global_kernel_lock před 9 roky
  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. před 9 roky
  Weiyi Wang 045d0b5bbd Merge pull request #2799 from yuriks/virtual-cached-range-flush před 9 roky
  Yuri Kunde Schlesner d553135748 Memory: Add function to flush a virtual range from the rasterizer cache před 9 roky
  Yuri Kunde Schlesner f2a5a77e27 Memory: Fix crash when unmapping a VMA covering cached surfaces před 9 roky
  Yuri Kunde Schlesner 6ae0086b39 Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional před 9 roky
  Yuri Kunde Schlesner 326e7c7020 Memory: Make PhysicalToVirtualAddress return a boost::optional před 9 roky
  Yuri Kunde Schlesner d3db770cad Memory: Add constants for the n3DS additional RAM před 9 roky
  bunnei 4798b1d04d Revert "Memory: Always flush whole pages from surface cache" před 9 roky
  Yuri Kunde Schlesner f2b9be9bd3 Memory: Always flush whole pages from surface cache před 9 roky
  James Rowe bbe57a66ca Expose page table to dynarmic for optimized reads and writes to the JIT před 9 roky
  wwylele 3f87d70f0e memory: fix IsValidVirtualAddress for RasterizerCachedMemory před 9 roky
  Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include před 9 roky
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. před 9 roky
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. před 9 roky
  wwylele b2df959733 Memory: add ReadCString function před 10 roky
  Subv 0aef634a54 Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions. před 10 roky
  Subv 660499ac01 Memory: Make ReadBlock and WriteBlock accept void pointers. před 10 roky
  MerryMage 31d49e0109 Memory: CopyBlock před 10 roky
  MerryMage ca17df5757 Memory: ZeroBlock před 10 roky
  MerryMage 3873b36db3 Memory: ReadBlock/WriteBlock před 10 roky
  MerryMage c084fc824c Memory: IsValidVirtualAddress/IsValidPhysicalAddress před 10 roky