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
/
dynarmic
/
arm_dynarmic_64.h
Age
Commit message (
Expand
)
Author
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2022-04-24
Remove unused PrepareReschedule function
Merry
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-20
core/arm: separate backtrace collection
Liam
2022-04-10
dynarmic: Fix race when switching page tables
merry
2022-04-03
arm_dynarmic: Use HaltReason for svc calls and reschedules
merry
2022-04-03
dynarmic: Better interrupts
merry
2021-05-29
externals: Update dynarmic.
Markus Wick
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-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-03-24
arm_dynarmic: Always have a 'valid' jit instance
MerryMage
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-11-03
core: Remove usage of unicorn
Lioncash
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
ARM: Update Dynarmic and Setup A32 according to latest interface.
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: Addapt to new Exclusive Monitor Interface.
Fernando Sahmkow
2020-06-27
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-03-02
core: Implement separate A32/A64 ARM interfaces.
bunnei