index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
arm_interface.h
Age
Commit message (
Expand
)
Author
2021-05-27
core/arm_interface: Call SVC after end of dynarmic block.
Markus Wick
2021-05-26
core/arm: Drop ChangeProcessorID.
Markus Wick
2021-01-11
core: arm: arm_interface: Fix shadowing errors.
bunnei
2020-11-29
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
SVC: Implement 32-bits wrappers and update Dynarmic.
Fernando Sahmkow
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
Core: Refactor ARM Interface.
Fernando Sahmkow
2020-06-27
ARM/WaitTree: Better track the CallStack for each thread.
Fernando Sahmkow
2020-06-27
Scheduler: Remove arm_interface lock and a few corrections.
Fernando Sahmkow
2020-06-27
General: Add better safety for JIT use.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
arm_interface: Ensure ThreadContext is zero'd out.
bunnei
2020-03-02
core: Implement separate A32/A64 ARM interfaces.
bunnei
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-07-11
core/arm: Remove obsolete Unicorn memory mapping
Lioncash
2019-05-25
arm_interface: Expand backtrace generation
Zach Hilman
2019-04-11
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2018-12-30
arm_interface: Make LogBacktrace() a const member function
Lioncash
2018-12-29
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
2018-12-19
Moved backtrace to ArmInterface
David Marcec
2018-12-03
Moved backtrace to ArmInterface
David Marcec
2018-09-30
arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
Lioncash
2018-09-20
arm_interface: Replace kernel vm_manager include with a forward declaration
Lioncash
2018-09-18
arm_interface: Remove ARM11-isms from the CPU interface
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-24
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-07-21
Merge pull request #750 from lioncash/ctx
bunnei
2018-07-20
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-20
arm_interface: Remove unused tls_address member of ThreadContext
Lioncash
2018-07-16
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-03-18
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-16
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-02-25
Implements citra-emu/citra#3184
N00byKing
2018-01-16
clang-format
MerryMage
2018-01-12
arm_dynarmic: Implement core
MerryMage
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-09-30
arm_interface: Set TLS address for dynarmic core.
bunnei
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
2017-09-24
ARM_Interface: Implement PageTableChanged
MerryMage
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
[next]