summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-12-22kernel: instantiate memory separately for each guest processLiam
2023-12-04core: refactor emulated cpu core activationLiam
2023-11-25arm: Implement native code execution backendLiam
2023-07-15Fixes and workarounds to make UBSan happier on macOScomex
2023-06-12core: decouple ARM interface from DynarmicLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-02-06kernel/svc: switch to generated wrappersLiam
2022-08-07Merge pull request #8637 from liamwhite/bad-interruptsbunnei
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-25kernel: unlayer CPU interrupt handlingLiam
2022-07-15dynarmic: Abort watchpoints ASAPMerry
2022-06-21dynarmic: Stop ReadCode callbacks to unmapped addressesLiam
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2022-04-24Remove unused PrepareReschedule functionMerry
2022-04-20core/arm: separate backtrace collectionLiam
2022-04-03dynarmic: Better interruptsmerry
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2021-05-27core/arm_interface: Call SVC after end of dynarmic block.Markus Wick
2021-05-26core/arm: Drop ChangeProcessorID.Markus Wick
2021-01-11core: arm: arm_interface: Fix shadowing errors.bunnei
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-29hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow
2020-06-27SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow
2020-06-27Core: Refactor ARM Interface.Fernando Sahmkow
2020-06-27ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow
2020-06-27Scheduler: Remove arm_interface lock and a few corrections.Fernando Sahmkow
2020-06-27General: Add better safety for JIT use.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-17arm_interface: Ensure ThreadContext is zero'd out.bunnei
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-07-11core/arm: Remove obsolete Unicorn memory mappingLioncash
2019-05-25arm_interface: Expand backtrace generationZach Hilman
2019-04-11core/cpu_core_manager: Create threads separately from initialization.Lioncash
2018-12-30arm_interface: Make LogBacktrace() a const member functionLioncash
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec
2018-12-19Moved backtrace to ArmInterfaceDavid Marcec
2018-12-03Moved backtrace to ArmInterfaceDavid Marcec
2018-09-30arm_interface: Add missing fpsr/tpidr members to the ThreadContext structLioncash
2018-09-20arm_interface: Replace kernel vm_manager include with a forward declarationLioncash