summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2022-07-17Merge pull request #8569 from merryhime/watchpointsmerry
2022-07-15core/arm: skip watchpoint checks when reading instructionsLiam
2022-07-15dynarmic: Abort watchpoints ASAPMerry
2022-07-07Merge pull request #8501 from liamwhite/backtrace-againMai
2022-06-30Merge pull request #8490 from liamwhite/read-code-stopMorph
2022-06-25core/arm: better support for backtrace generationLiam
2022-06-23kernel: make current thread pointer thread localLiam
2022-06-21dynarmic: Stop ReadCode callbacks to unmapped addressesLiam
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-14core: centralize profile scope for DynarmicLiam
2022-06-05common: consolidate ELF structure definitionsLiam
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2022-05-14general: Avoid ambiguous format_to compilation errorsLioncash
2022-04-24Remove unused PrepareReschedule functionMerry
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-20core/arm: separate backtrace collectionLiam
2022-04-16Merge pull request #8188 from merryhime/jit-race-page-table-changedbunnei
2022-04-13dynarmic: Fix single core modemerry
2022-04-10dynarmic: Fix race when switching page tablesmerry
2022-04-09core: extract symbol readingLiam
2022-04-07Merge pull request #8148 from merryhime/interruptsFernando S
2022-04-05dynarmic: Print stack trace on unrecognised instruction or other exceptionmerry
2022-04-04Merge pull request #8089 from merryhime/paranoiabunnei
2022-04-03arm_dynarmic: Use HaltReason for svc calls and reschedulesmerry
2022-04-03dynarmic: Better interruptsmerry
2022-03-27arm_dynarmic_64: Invalidate on all coresmerry
2022-03-26configuration: Add Paranoid CPU accuracy levelmerry
2022-03-22Revert "dynarmic: Reduce size of code caches"bunnei
2022-03-19core: Reduce unused includesameerj
2022-03-13dynarmic: Reduce size of code cachesMerry
2022-02-27dynarmic: Inline exclusive memory accessesmerry
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2021-11-21arm: dynarmic: Cleanup icache op handlingjam1garner
2021-11-21arm: dynarmic: Implement icache op handling for 'ic iallu' instructionjam1garner
2021-11-21arm: dynarmic: Implement icache op handling for 'ic ivau' instructionjam1garner
2021-11-03core: Remove unused includesameerj
2021-10-24Fixed ARM_Dynamic_64 StepAndrew Strelsky
2021-07-08settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq
2021-07-08arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto settinglat9nq
2021-07-08arm_dynarmic{32,64}: Fixes from test buildlat9nq
2021-07-08core,common,yuzu qt: Add CPU accuracy option 'Auto'lat9nq
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-20Update dynarmic and add new unsafe CPU option.Fernando Sahmkow
2021-06-11General: Add settings for fastmem and disabling adress space check.FernandoS27
2021-06-11core: Make use of fastmemMarkus Wick
2021-05-30Merge pull request #6385 from degasus/save_memory_accessbunnei
2021-05-29core/arm_interface: Improve the performance of memory fallbacks.Markus Wick
2021-05-29externals: Update dynarmic.Markus Wick
2021-05-27core/arm_interface: Call SVC after end of dynarmic block.Markus Wick