53 Commits (f9fec85f81e54b4a7afe02543dd33a96b464029c)

Author SHA1 Message Date
Lioncash 3d2d454c36 kernel: Remove unnecessary includes 8 years ago
Lioncash f90376d170 arm_dynarmic: Make SetTlsAddress() prototype and definition consistent 8 years ago
Lioncash 2cd4a2bbd8 arm_dynarmic: Remove unnecessary qualifying of ThreadContext 8 years ago
Lioncash 00542bc1a4 arm_dynarmic: Correct initializer list order 8 years ago
Lioncash 75c3f87d24 arm_dynarmic: Make MakeJit() a const member function 8 years ago
Lioncash 78051d5378 exclusive_monitor: Use consistent type alias for u64 8 years ago
MerryMage 34bf2dbf68 Implement exclusive monitor 8 years ago
Subv 196a689d20 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
Lioncash f4047ccd48 arm_interface: Remove unused tls_address member of ThreadContext 8 years ago
MerryMage bd97579188 scheduler: Clear exclusive state when switching contexts 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Lioncash 1b310cbb3a general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 324ee31fc3 general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash 0a1e044322 core: Replace remaining old non-generic logger usages with fmt-capable equivalents 8 years ago
MerryMage f8426bcf94 arm_dynarmic: Fix timing 8 years ago
bunnei 256153c50c arm_interface: Support unmapping previously mapped memory. 8 years ago
bunnei f16763ed52 core: Move process creation out of global state. 8 years ago
N00byKing 3660aa9318 Implements citra-emu/citra#3184 8 years ago
MerryMage 2598b3d893 dynarmic: Update to 6b4c6b0 8 years ago
MerryMage 803436b709 arm_dynarmic: LOG_INFO on unicorn fallback 8 years ago
MerryMage 2a0362fe5d arm_dynarmic: Support direct page table access 8 years ago
MerryMage 9eb03cb8ef dynarmic: Update to 41ae12263 8 years ago
River City Ransomware 39827d573a Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
MerryMage d3b17a5e9b Update dynarmic to bc73004 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
MerryMage ced9768819 arm_dynarmic: Implement core 8 years ago
bunnei 20165180ea arm_dynarmic: Gut interface until dynarmic is ready for general use. 8 years ago
bunnei b055ea2699 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
bunnei 47d0206ac7 arm_interface: Set TLS address for dynarmic core. 8 years ago
bunnei 7f1ce2cf68 arm: Use 64-bit addressing in a bunch of places. 8 years ago
Huw Pascoe ed9e0618c9 Moved down_count to CoreTiming 8 years ago
MerryMage 0e49bffe03 ARM_Interface: Implement PageTableChanged 8 years ago
Subv 85f1a05d7e CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime. 9 years ago
Subv 690eed4d9e CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions. 8 years ago
MerryMage 5ba90abf00 arm_dynarmic: Update memory interface 9 years ago
MerryMage c2717d3302 arm_dynarmic: CP15 support 9 years ago
MerryMage 608278503c arm_dynarmic: Provide MemoryReadCode callback 9 years ago
bunnei d445aad022 ThreadContext: Move from "core" to "arm_interface". 9 years ago
Emmanuel Gil Peyrot 01e0d578d3 Core: Add a forgotten #include <cstring> for memcpy. 9 years ago
MerryMage eb5be59f9c dynarmic: Add ticks based on ticks executed, not ticks requested 9 years ago
James Rowe 13888eac06 Expose page table to dynarmic for optimized reads and writes to the JIT 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
bunnei 45bc24774f arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg. 9 years ago
bunnei acdc361fc0 arm: ResetContext shouldn't be part of ARM_Interface. 9 years ago
bunnei f1072aa569 dynarmic: Implement ARM CPU interface. 9 years ago