summaryrefslogtreecommitdiff
path: root/src/core/arm/nce
AgeCommit message (Expand)Author
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-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-15core: Support multiple modules per patcherGPUCode
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-06Merge pull request #12236 from liamwhite/cpu-refactorFernando S
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-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