aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/unicorn
AgeCommit message (Expand)Author
2020-11-03core: Remove usage of unicornLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27ARMInterface: Correct rebase errors.Fernando Sahmkow
2020-06-27SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow
2020-06-27Core: Refactor ARM Interface.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-24physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash
2020-04-19core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction ...bunnei
2020-04-17core: kernel: Move SVC to its own namesapce.bunnei
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2020-01-30core/arm: Remove usage of global GetCurrentThread()Lioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-12arm_unicorn: Resolve sign conversion warningsLioncash
2019-10-11Core_Timing: Address Feedback and suppress warnings.Fernando Sahmkow
2019-10-09Core Timing: Rework Core Timing to run all cores evenly.Fernando Sahmkow
2019-07-12core: Remove CurrentArmInterface() global accessorLioncash
2019-07-11core/arm: Remove obsolete Unicorn memory mappingLioncash
2019-04-11core/cpu_core_manager: Create threads separately from initialization.Lioncash
2019-04-07kernel/svc: Deglobalize the supervisor call handlersLioncash
2019-04-05Merge pull request #2240 from FearlessTobi/port-4651bunnei
2019-04-04core: Add missing override specifiers where applicableLioncash
2019-03-15gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to l...Dimitri A
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2018-12-19Moved backtrace to ArmInterfaceDavid Marcec
2018-12-03Moved backtrace to ArmInterfaceDavid Marcec
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-04Update microprofile scopes.Markus Wick
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-07-21Merge pull request #750 from lioncash/ctxbunnei
2018-07-20CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv
2018-07-20arm_interface: Remove unused tls_address member of ThreadContextLioncash
2018-07-16scheduler: Clear exclusive state when switching contextsMerryMage
2018-07-12More improvements to GDBStub (#653)Hedges
2018-06-06GDB Stub Improvements (#508)Hedges
2018-05-10core: Implement multicore support.bunnei
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-03-19Clean Warnings (?)N00byKing
2018-03-18Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei
2018-02-25Implements citra-emu/citra#3184N00byKing
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl