summaryrefslogtreecommitdiffstats
path: root/src/core/arm/unicorn/arm_unicorn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-281-1/+1
* Clang Format.Fernando Sahmkow2020-06-271-2/+2
* ARMInterface: Correct rebase errors.Fernando Sahmkow2020-06-271-1/+1
* SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow2020-06-271-2/+2
* General: Move ARM_Interface into Threads.Fernando Sahmkow2020-06-271-0/+1
* Core: Refactor ARM Interface.Fernando Sahmkow2020-06-271-2/+3
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-1/+2
* physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash2020-04-241-1/+6
* core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-031-2/+5
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-1/+0
* arm_unicorn: Resolve sign conversion warningsLioncash2019-11-121-1/+1
* core/arm: Remove obsolete Unicorn memory mappingLioncash2019-07-111-3/+0
* core/cpu_core_manager: Create threads separately from initialization.Lioncash2019-04-121-1/+1
* kernel/svc: Deglobalize the supervisor call handlersLioncash2019-04-081-6/+6
* Merge pull request #2240 from FearlessTobi/port-4651bunnei2019-04-061-1/+1
|\
| * gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651)Dimitri A2019-03-151-1/+1
* | core: Add missing override specifiers where applicableLioncash2019-04-041-1/+1
|/
* core_timing: Convert core timing into a classLioncash2019-02-161-1/+7
* arm_interface: Remove ARM11-isms from the CPU interfaceLioncash2018-09-181-6/+4
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-0/+4
* CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv2018-07-211-0/+2
* scheduler: Clear exclusive state when switching contextsMerryMage2018-07-161-0/+1
* GDB Stub Improvements (#508)Hedges2018-06-061-0/+4
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-191-1/+3
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-251-1/+3
* | arm_interface: Support unmapping previously mapped memory.bunnei2018-03-161-0/+1
|/
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* arm_dynarmic: Implement coreMerryMage2018-01-121-3/+2
* unicorn: Use for arm interface on Windows.bunnei2018-01-041-0/+39