690 Commits (f67cfebada84072b9c433c4cffd51a35c868261c)

Author SHA1 Message Date
MerryMage 32a127faaa arm_dynarmic_32: InterpreterFallback should never happen 6 years ago
Lioncash cc84b48ce5 physical_core: Make use of std::make_unique instead of std::make_shared in ctor 6 years ago
MerryMage a3a12deecc dynarmic: Add option to disable CPU JIT optimizations 6 years ago
bunnei 74c27fd1b5 core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction page. 6 years ago
bunnei f1b607829e dynarmic: Enable strict alignment checks. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
bunnei 82d457af37 core: kernel: Move SVC to its own namesapce. 6 years ago
bunnei 0f4f90cd04 arm_interface: Ensure ThreadContext is zero'd out. 7 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
bunnei c083ea7d78 core: Implement separate A32/A64 ARM interfaces. 7 years ago
bunnei 64facb403e core: dynarmic: Add CP15 from Citra. 7 years ago
Fernando Sahmkow f3d4d4eaa8 ARM_Interface: Cache the JITs instead of deleting/recreating. 7 years ago
Fernando Sahmkow 1e6f8aba04 Core: Set all hardware emulation constants in a single file. 7 years ago
Lioncash 472319e573 core/arm: Remove usage of global GetCurrentThread() 7 years ago
Fernando Sahmkow 2d1984c20c System: Address Feedback 7 years ago
Fernando Sahmkow e4a1ead897 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 7 years ago
Fernando Sahmkow 450341b397 ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. 7 years ago
Markus Wick 0986caa8d8 core/memory + arm/dynarmic: Use a global offset within our arm page table. 7 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 7 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 7 years ago
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 7 years ago
Lioncash 19a0abc19b arm_unicorn: Resolve sign conversion warnings 7 years ago
Fernando Sahmkow e0650a2034 Core_Timing: Address Feedback and suppress warnings. 7 years ago
Fernando Sahmkow 555866f8dc Core Timing: Rework Core Timing to run all cores evenly. 7 years ago
bunnei dc29919bbe
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule" 7 years ago
Lioncash 093e5440e2 core: Remove CurrentArmInterface() global accessor 7 years ago
Lioncash 70624e1c1d core/arm: Remove obsolete Unicorn memory mapping 7 years ago
Zach Hilman 425cdf946c arm_dynarmic: Check if jit is nullptr when preparing reschedule 7 years ago
Zach Hilman b77fde7c5c loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman 5574be21cc arm_interface: Expand backtrace generation 7 years ago
Lioncash f2331a804a core/cpu_core_manager: Create threads separately from initialization. 7 years ago
Lioncash b117ca5fce kernel/svc: Deglobalize the supervisor call handlers 7 years ago
Lioncash a6a82bb004 arm/arm_dynarmic: Remove unnecessary current_page_table member 7 years ago
Lioncash 5b0a9f8ba8 core: Add missing override specifiers where applicable 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 8 years ago
Dimitri A 0e7ad1c367 gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 8 years ago
Fernando Sahmkow a8d4927e29 Corrections, documenting and fixes. 8 years ago
Fernando Sahmkow ecccfe0337 Use u128 on Clock Cycles calculation. 8 years ago
Fernando Sahmkow 5b7ec71fb7 Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. 8 years ago
Lioncash bd983414f6 core_timing: Convert core timing into a class 8 years ago
Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing 8 years ago
Lioncash 039e58a984 arm_interface: Make include path relative for arm_interface.h 8 years ago
Lioncash a17dd30057 arm_interface: Make LogBacktrace() a const member function 8 years ago
Lioncash 776ce5d74c arm_interface: Mark variables as const where applicable in LogBacktrace() 8 years ago
Lioncash 387bffda5e arm_interface: Remove unnecessary semicolon 8 years ago
David Marcec 22d4e10664 Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal 8 years ago
David Marcec 08d5663cb8 Moved backtrace to ArmInterface 8 years ago
MerryMage fd2c42bfcd arm_dynarmic: Set CNTFRQ value 8 years ago
David Marcec 5102c91256 Moved backtrace to ArmInterface 8 years ago
Lioncash aeadbfa790 core: Make the exclusive monitor a unique_ptr instead of a shared_ptr 8 years ago