summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm_dynarmic_32: Remove disabling of block linking on arm64Merry2023-06-281-5/+0
* core: decouple ARM interface from DynarmicLiam2023-06-139-120/+75
* core: arm_dynarmic_32: Update SaveContext/LoadContext.bunnei2023-04-021-13/+10
* memory: rename global memory references to application memoryLiam2023-03-242-6/+6
* kernel: use KTypedAddress for addressesLiam2023-03-224-13/+13
* externals: update dynarmic, xbyakLiam2023-01-062-0/+8
* core: add option to break on unmapped accessLiam2022-12-022-4/+38
* Dynarmic: Remove inaccurate NaN from Auto CPU settings.Fernando Sahmkow2022-11-171-1/+0
* Initial ARM64 supportLiam2022-11-092-7/+20
* arm_interface: curb infinite recursion in stacktrace generationLiam2022-10-272-2/+2
* k_server_session: preliminary support for userspace server sessionsLiam2022-10-121-0/+1
* code: dodge PAGE_SIZE #defineKyle Kienapfel2022-08-201-2/+2
* Merge pull request #8745 from merryhime/null-fastmem-arenaliamwhite2022-08-122-7/+11
|\
| * arm_dynarmic: Fix nullptr fastmem arenasMerry2022-08-092-7/+11
* | Merge pull request #8729 from merryhime/cp15-barriersbunnei2022-08-102-4/+29
|\ \ | |/ |/|
| * arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISBMerry2022-08-072-4/+29
* | core/arm: fix build errorLiam2022-08-082-2/+10
* | Merge pull request #8637 from liamwhite/bad-interruptsbunnei2022-08-084-16/+20
|\ \
| * | kernel: unlayer CPU interrupt handlingLiam2022-07-254-16/+20
* | | Merge pull request #8240 from liamwhite/count-cyclesMorph2022-08-082-8/+22
|\ \ \ | |_|/ |/| |
| * | core/arm: increase minimum_run_cyclesLiam2022-06-222-2/+2
| * | core/arm: re-enable cycle countingmerry2022-06-222-6/+20
* | | chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-272-6/+4
| |/ |/|
* | Merge pull request #8569 from merryhime/watchpointsmerry2022-07-172-6/+2
|\ \
| * | dynarmic: Abort watchpoints ASAPMerry2022-07-152-6/+2
* | | core/arm: skip watchpoint checks when reading instructionsLiam2022-07-162-6/+6
|/ /
* | Merge pull request #8501 from liamwhite/backtrace-againMai2022-07-084-15/+36
|\ \
| * | core/arm: better support for backtrace generationLiam2022-06-254-15/+36
| |/
* / dynarmic: Stop ReadCode callbacks to unmapped addressesLiam2022-06-222-19/+51
|/
* core/debugger: memory breakpoint supportLiam2022-06-164-25/+135
* core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-014-76/+32
* core/debugger: Implement new GDB stub debuggerLiam2022-06-014-13/+62
* general: Avoid ambiguous format_to compilation errorsLioncash2022-05-141-1/+1
* Remove unused PrepareReschedule functionMerry2022-04-244-10/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-236-18/+12
* core/arm: separate backtrace collectionLiam2022-04-214-0/+73
* Merge pull request #8188 from merryhime/jit-race-page-table-changedbunnei2022-04-164-57/+84
|\
| * dynarmic: Fix race when switching page tablesmerry2022-04-104-57/+84
* | dynarmic: Fix single core modemerry2022-04-132-2/+2
|/
* Merge pull request #8148 from merryhime/interruptsFernando S2022-04-074-45/+38
|\
| * arm_dynarmic: Use HaltReason for svc calls and reschedulesmerry2022-04-034-27/+19
| * dynarmic: Better interruptsmerry2022-04-034-22/+23
* | dynarmic: Print stack trace on unrecognised instruction or other exceptionmerry2022-04-052-0/+4
* | Merge pull request #8089 from merryhime/paranoiabunnei2022-04-042-44/+56
|\ \ | |/ |/|
| * configuration: Add Paranoid CPU accuracy levelmerry2022-03-262-44/+56
* | arm_dynarmic_64: Invalidate on all coresmerry2022-03-271-2/+4
|/
* Revert "dynarmic: Reduce size of code caches"bunnei2022-03-232-4/+4
* core: Reduce unused includesameerj2022-03-191-2/+0
* dynarmic: Reduce size of code cachesMerry2022-03-132-4/+4
* dynarmic: Inline exclusive memory accessesmerry2022-02-274-3/+28
* arm: dynarmic: Cleanup icache op handlingjam1garner2021-11-221-10/+9
* arm: dynarmic: Implement icache op handling for 'ic iallu' instructionjam1garner2021-11-221-0/+3
* arm: dynarmic: Implement icache op handling for 'ic ivau' instructionjam1garner2021-11-221-0/+18
* core: Remove unused includesameerj2021-11-046-7/+0
* Fixed ARM_Dynamic_64 StepAndrew Strelsky2021-10-241-1/+1
* settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq2021-07-082-2/+2
* arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto settinglat9nq2021-07-081-0/+1
* arm_dynarmic{32,64}: Fixes from test buildlat9nq2021-07-082-18/+5
* core,common,yuzu qt: Add CPU accuracy option 'Auto'lat9nq2021-07-082-8/+36
* common: Replace common_sizes into user-literalsWunkolo2021-06-242-4/+9
* Update dynarmic and add new unsafe CPU option.Fernando Sahmkow2021-06-201-0/+3
* General: Add settings for fastmem and disabling adress space check.FernandoS272021-06-112-2/+11
* core: Make use of fastmemMarkus Wick2021-06-112-0/+5
* Merge pull request #6385 from degasus/save_memory_accessbunnei2021-05-312-29/+31
|\
| * core/arm_interface: Improve the performance of memory fallbacks.Markus Wick2021-05-292-29/+31
* | externals: Update dynarmic.Markus Wick2021-05-296-11/+11
|/
* core/arm_interface: Call SVC after end of dynarmic block.Markus Wick2021-05-274-14/+42
* core/arm: Drop ChangeProcessorID.Markus Wick2021-05-264-10/+0
* Merge pull request #6321 from lat9nq/per-game-cpubunnei2021-05-212-10/+10
|\
| * general: Make CPU accuracy and related a Settings::Settinglat9nq2021-05-162-10/+10
* | core: Make variable shadowing a compile-time errorLioncash2021-05-165-6/+6
|/
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* service: Resolve cases of member field shadowingLioncash2021-05-044-16/+16
* core: Resolve misc cases of variable shadowingLioncash2021-05-031-6/+5
* common: Move settings to common from core.bunnei2021-04-152-2/+2
* arm_dynarmic: Increase size of code cacheMerryMage2021-04-022-0/+8
* arm_dynarmic: Always have a 'valid' jit instanceMerryMage2021-03-244-53/+26
* core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes.bunnei2021-03-212-0/+10
* arm_dynarmic_32: Print out CPSR.T on exceptionMerryMage2021-02-012-2/+7
* arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext.bunnei2021-01-292-0/+12
* core: arm: Remove unnecessary JIT checks.bunnei2021-01-292-24/+0
* arm: arm_dynarmic: Skip calls when JIT is invalid.bunnei2021-01-292-0/+24
* core: Silence unhandled enum in switch warningsReinUsesLisp2021-01-091-8/+1
* dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage2021-01-022-0/+6
* core/memory: Read and write page table atomicallyReinUsesLisp2020-12-302-0/+2
* hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei2020-12-061-1/+1
* hle: kernel: physical_core: Clear exclusive state after each run.bunnei2020-12-062-0/+6
* core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei2020-11-294-0/+16
* hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei2020-11-294-0/+10
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-11/+0
* core: Remove usage of unicornLioncash2020-11-043-23/+9
* Revert "core: Fix clang build"bunnei2020-10-214-18/+18
* core: Fix clang buildLioncash2020-10-184-18/+18
* General: Make use of std::nullopt where applicableLioncash2020-09-221-3/+3
* arm_dynarmic_cp15: Initialize member variablesLioncash2020-09-171-2/+2
* dynarmic: Add unsafe optimizationsMerryMage2020-08-162-2/+24
* configure_cpu: Show/Hide debugging optionsMerryMage2020-07-112-46/+50
* configuration: Add settings to enable/disable specific CPU optimizationsMerryMage2020-07-112-10/+50
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-284-6/+8
* SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow2020-06-271-1/+7
* ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow2020-06-276-92/+165
* ArmDynarmic32: Setup CNTPCT correctlyFernando Sahmkow2020-06-271-1/+1
* ARMDynarmicInterface: Correct GCC Build Errors.Fernando Sahmkow2020-06-272-6/+6
* ARMInterface/Externals: Update dynarmic and fit to latest version.Fernando Sahmkow2020-06-271-7/+7
* ARMInterface: Correct rebase errors.Fernando Sahmkow2020-06-271-2/+2
* Dynarmic Interface: don't clear cache if JIT has not been created.Fernando Sahmkow2020-06-272-0/+6
* General: Cleanup legacy code.Fernando Sahmkow2020-06-272-2/+0
* SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow2020-06-274-27/+53
* General: Move ARM_Interface into Threads.Fernando Sahmkow2020-06-274-0/+10
* Core: Refactor ARM Interface.Fernando Sahmkow2020-06-274-10/+13
* X64 Clock: Reduce accuracy to be less or equal to guest accuracy.Fernando Sahmkow2020-06-271-0/+3
* SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.Fernando Sahmkow2020-06-272-4/+19
* ARM: Addapt to new Exclusive Monitor Interface.Fernando Sahmkow2020-06-272-17/+15
* General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.Fernando Sahmkow2020-06-272-8/+1
* ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow2020-06-272-14/+58
* Core: Correct rebase.Fernando Sahmkow2020-06-271-12/+6
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-274-22/+20
* arm_dynarmic_64: Log the instruction when an exception is raisedMorph2020-06-221-2/+2
* arm_dynarmic_32: Log under Core_ARM instead of HW_GPUMorph2020-06-221-1/+1
* arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0ReinUsesLisp2020-06-181-1/+1
* arm_dynarmic_cp15: Implement CNTPCTMerryMage2020-06-171-0/+13
* arm_dynarmic_cp15: Update CP15MerryMage2020-06-174-142/+73
* arm_dynarmic_32: InterpreterFallback should never happenMerryMage2020-06-171-2/+3
* physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash2020-04-241-4/+3
* dynarmic: Add option to disable CPU JIT optimizationsMerryMage2020-04-201-2/+8
* dynarmic: Enable strict alignment checks.bunnei2020-04-171-1/+4
* core: memory: Move to Core::Memory namespace.bunnei2020-04-172-3/+3
* core: kernel: Move SVC to its own namesapce.bunnei2020-04-172-2/+2
* core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-034-51/+338
* core: dynarmic: Add CP15 from Citra.bunnei2020-03-032-0/+232
* ARM_Interface: Cache the JITs instead of deleting/recreating.Fernando Sahmkow2020-02-262-4/+19
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-1/+2
* core/arm: Remove usage of global GetCurrentThread()Lioncash2020-01-311-1/+2
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow2020-01-261-1/+1
* core/memory + arm/dynarmic: Use a global offset within our arm page table.Markus Wick2020-01-011-0/+1
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-272-15/+22
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-6/+6
* core: Prepare various classes for memory read/write migrationLioncash2019-11-272-4/+5
* arm_unicorn: Resolve sign conversion warningsLioncash2019-11-121-1/+1
* Core_Timing: Address Feedback and suppress warnings.Fernando Sahmkow2019-10-111-1/+1
* Core Timing: Rework Core Timing to run all cores evenly.Fernando Sahmkow2019-10-091-1/+1
* Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"bunnei2019-09-301-3/+0
* Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptrbunnei2019-09-301-0/+3
|\
| * arm_dynarmic: Check if jit is nullptr when preparing rescheduleZach Hilman2019-06-101-0/+3
* | core/arm: Remove obsolete Unicorn memory mappingLioncash2019-07-112-12/+0
|/
* core/cpu_core_manager: Create threads separately from initialization.Lioncash2019-04-122-17/+12
* kernel/svc: Deglobalize the supervisor call handlersLioncash2019-04-082-15/+12
* arm/arm_dynarmic: Remove unnecessary current_page_table memberLioncash2019-04-072-8/+0
* core: Add missing override specifiers where applicableLioncash2019-04-042-3/+2
* core: Move PageTable struct into Common.bunnei2019-03-171-2/+2
* Corrections, documenting and fixes.Fernando Sahmkow2019-02-161-1/+1
* Use u128 on Clock Cycles calculation.Fernando Sahmkow2019-02-161-1/+1
* Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.Fernando Sahmkow2019-02-161-2/+3
* core_timing: Convert core timing into a classLioncash2019-02-162-6/+14
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-3/+3
* arm_dynarmic: Set CNTFRQ valueMerryMage2018-12-181-0/+1
* core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash2018-10-152-6/+5
* kernel/thread: Use a regular pointer for the owner/current processLioncash2018-10-101-1/+1
* kernel/thread: Make all instance variables privateLioncash2018-10-041-1/+1
* kernel/process: Make data member variables privateLioncash2018-09-301-2/+2
* arm_interface: Add missing fpsr/tpidr members to the ThreadContext structLioncash2018-09-301-2/+6
* Merge pull request #1395 from lioncash/vmbunnei2018-09-291-2/+3
|\
| * memory: Dehardcode the use of a 36-bit address spaceLioncash2018-09-251-2/+3
* | FPCR register was uninitialized at start upPhilippe Babin2018-09-231-1/+1
|/
* arm_interface: Replace kernel vm_manager include with a forward declarationLioncash2018-09-212-0/+5
* arm_dynarmic: Halt when BRK encounteredMerryMage2018-09-201-0/+1
* arm_dynarmic: Support BKPT instructionMerryMage2018-09-191-0/+11
* Merge pull request #1344 from lioncash/armbunnei2018-09-182-26/+15
|\
| * arm_interface: Remove ARM11-isms from the CPU interfaceLioncash2018-09-182-26/+15
* | arm_dynarmic: Correct ExclusiveWrite128()'s operationLioncash2018-09-181-2/+2
|/
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-152-24/+25
* Update microprofile scopes.Markus Wick2018-09-041-0/+4
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-252-0/+8
* dynarmic: Update to 550d662MerryMage2018-08-161-0/+3
* arm_dynarmic: Remove IsExecuting check from PrepareRescheduleMerryMage2018-08-131-3/+1
* CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv2018-08-131-1/+10
* Merge pull request #876 from lioncash/includebunnei2018-08-011-1/+1
|\
| * kernel: Remove unnecessary includesLioncash2018-07-311-1/+1
* | arm_dynarmic: Make SetTlsAddress() prototype and definition consistentLioncash2018-07-311-1/+1
* | arm_dynarmic: Remove unnecessary qualifying of ThreadContextLioncash2018-07-311-3/+3
* | arm_dynarmic: Correct initializer list orderLioncash2018-07-311-5/+3
|/
* arm_dynarmic: Make MakeJit() a const member functionLioncash2018-07-242-3/+3
* exclusive_monitor: Use consistent type alias for u64Lioncash2018-07-242-14/+12
* Implement exclusive monitorMerryMage2018-07-222-8/+89
* Merge pull request #750 from lioncash/ctxbunnei2018-07-211-2/+0
|\
| * arm_interface: Remove unused tls_address member of ThreadContextLioncash2018-07-211-2/+0
* | CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv2018-07-212-0/+10
|/
* scheduler: Clear exclusive state when switching contextsMerryMage2018-07-162-0/+5
* Update clang formatJames Rowe2018-07-031-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* general: Convert assertion macros over to be fmt-compatibleLioncash2018-04-271-1/+1
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-2/+2
* arm_dynarmic: Fix timingMerryMage2018-03-241-7/+3
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-192-8/+16
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-252-8/+16
* | arm_interface: Support unmapping previously mapped memory.bunnei2018-03-162-1/+5
* | core: Move process creation out of global state.bunnei2018-03-141-1/+2
* | dynarmic: Update to 6b4c6b0MerryMage2018-02-211-2/+18
* | arm_dynarmic: LOG_INFO on unicorn fallbackMerryMage2018-02-211-0/+4
|/
* arm_dynarmic: Support direct page table accessMerryMage2018-02-121-6/+14
* dynarmic: Update to 41ae12263MerryMage2018-02-092-31/+45
* Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware2018-01-201-3/+3
* Update dynarmic to bc73004MerryMage2018-01-131-12/+17
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
* arm_dynarmic: Implement coreMerryMage2018-01-122-44/+142
* arm_dynarmic: More cleanup.bunnei2018-01-041-6/+0
* arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei2018-01-042-142/+44
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-034-147/+6
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-102-62/+48
|\
| * Moved down_count to CoreTimingHuw Pascoe2017-09-302-10/+1
| * ARM_Interface: Implement PageTableChangedMerryMage2017-09-252-6/+26
| * Merge pull request #2842 from Subv/switchable_page_tableB3n302017-09-151-1/+3
| |\
| | * CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.Subv2017-09-151-1/+3
| * | CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions.Subv2017-08-211-1/+1
| |/
* | arm_interface: Set TLS address for dynarmic core.bunnei2017-09-302-0/+16
* | arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-302-52/+85
|/
* arm_dynarmic: Update memory interfaceMerryMage2017-02-031-10/+10
* arm_dynarmic: CP15 supportMerryMage2017-02-034-5/+128
* Merge pull request #2366 from MerryMage/MemoryReadCodebunnei2016-12-221-0/+1
|\
| * arm_dynarmic: Provide MemoryReadCode callbackMerryMage2016-12-221-0/+1
* | ThreadContext: Move from "core" to "arm_interface".bunnei2016-12-222-8/+4
|/
* Core: Add a forgotten #include <cstring> for memcpy.Emmanuel Gil Peyrot2016-12-111-0/+1
* dynarmic: Add ticks based on ticks executed, not ticks requestedMerryMage2016-11-261-2/+2
* Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe2016-11-251-0/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-212-7/+2
* arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.bunnei2016-09-151-5/+12
* arm: ResetContext shouldn't be part of ARM_Interface.bunnei2016-09-152-10/+0
* arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.bunnei2016-09-151-1/+1
* dynarmic: Implement ARM CPU interface.bunnei2016-09-152-0/+227