Ryujinx/Ryujinx.HLE/HOS/Kernel
gdkchan 5001f78b1d Optimize address translation and write tracking on the MMU (#571)
* Implement faster address translation and write tracking on the MMU

* Rename MemoryAlloc to MemoryManagement, and other nits

* Support multi-level page tables

* Fix typo

* Reword comment a bit

* Support scalar vector loads/stores on the memory fast path, and minor fixes

* Add missing cast

* Alignment

* Fix VirtualFree function signature

* Change MemoryProtection enum to uint aswell for consistency
2019-02-24 18:24:35 +11:00
..
Common ARM exclusive monitor and multicore fixes (#589) 2019-02-19 10:52:06 +11:00
Ipc Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
Memory Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
Process Optimize address translation and write tracking on the MMU (#571) 2019-02-24 18:24:35 +11:00
SupervisorCall Optimize address translation and write tracking on the MMU (#571) 2019-02-24 18:24:35 +11:00
Threading ARM exclusive monitor and multicore fixes (#589) 2019-02-19 10:52:06 +11:00