summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
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
2021-05-26core/arm: Drop ChangeProcessorID.Markus Wick
2021-05-20Merge pull request #6321 from lat9nq/per-game-cpubunnei
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-15general: Make CPU accuracy and related a Settings::Settinglat9nq
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-05-03core: Resolve misc cases of variable shadowingLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-04-02arm_dynarmic: Increase size of code cacheMerryMage