summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2025-03-06revert 6565055865688ba316801d99a3c3a5a0300cad5dZephyron
2025-03-05Fix: Core_Memory logging and ARM_NCE Mutex loggingCamilleLaVey
2025-03-04Follow Up Of the previous commit with the update of TLB updateCamilleLaVey
2025-03-04arm_nce: Hash TLB to MLP L2 UpdateCamilleLaVey
2025-03-04revert e4342324fe4ef63ef48a15ac379063ab8c7fa7aeCamilleLaVey
2025-03-03Changes of the previous commitsCamilleLaVey
2025-02-28arm: Improve TLB implementation and fault handling in NCEZephyron
2025-02-25core/arm/nce: Implement TLB caching systemZephyron
2025-02-16build: upgrade fmt and SDL2Zephyron
2025-01-18arm/video: Fix shader extension and exception handlingZephyron
2025-01-18memory: Improve null pointer and unmapped memory handlingZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2025-01-02arm: Skip duplicate consecutive addresses in backtrace outputZephyron
2024-12-31core: Update copyright headersZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-15core: Support multiple modules per patcherGPUCode
2023-12-25core: track separate heap allocation for linuxLiam
2023-12-22kernel: instantiate memory separately for each guest processLiam
2023-12-20Merge pull request #12417 from liamwhite/arm64-gcc-fixFernando S
2023-12-20nce: hide shadowing warnings from dynarmic headersLiam
2023-12-19nce: increase handler stack sizeLiam
2023-12-19nce: fix read size in simd immediate emulationLiam
2023-12-11nce: adjust initialization for repeated callsLiam
2023-12-10nce: implement instruction emulation for misaligned memory accessesLiam
2023-12-09debug: fix reading of module namesLiam
2023-12-06Merge pull request #12236 from liamwhite/cpu-refactorFernando S
2023-12-04arm: fix context save of vector regsLiam
2023-12-04core: refactor emulated cpu core activationLiam
2023-12-02nce: fix pre-text patch for single modulesLiam
2023-11-29core: Rename patcher fileGPUCode
2023-11-25oaknut: Address warningsGPUCode
2023-11-25Address more review commentsGPUCode
2023-11-25arm_nce: skip data aborts for crash handling parityLiam
2023-11-25arm: Print backtrace on data abortGPUCode
2023-11-25patch: check offsets from first code wordLiam
2023-11-25arm_nce: skip dc cvac on possibly write-protected areasLiam
2023-11-25Address some review commentsGPUCode
2023-11-25arm: Implement native code execution backendLiam
2023-11-13core: check for thread dpc before eretLiam
2023-10-21kernel: update KProcessLiam
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
2023-07-26Merge pull request #10990 from comex/ubsanliamwhite
2023-07-21core: remove remaining uses of dynamic_castLiam
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-15Fixes and workarounds to make UBSan happier on macOScomex
2023-07-09arm_interface: correct breakpoint rewind conditionLiam
2023-06-27arm_dynarmic_32: Remove disabling of block linking on arm64Merry
2023-06-12core: decouple ARM interface from DynarmicLiam
2023-04-01core: arm_dynarmic_32: Update SaveContext/LoadContext.bunnei
2023-03-23memory: rename global memory references to application memoryLiam