index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
arm_interface.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-25
arm: Implement native code execution backend
Liam
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
2023-06-12
core: decouple ARM interface from Dynarmic
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-02-06
kernel/svc: switch to generated wrappers
Liam
2022-08-07
Merge pull request #8637 from liamwhite/bad-interrupts
bunnei
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-25
kernel: unlayer CPU interrupt handling
Liam
2022-07-15
dynarmic: Abort watchpoints ASAP
Merry
2022-06-21
dynarmic: Stop ReadCode callbacks to unmapped addresses
Liam
2022-06-16
core/debugger: memory breakpoint support
Liam
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-20
core/arm: separate backtrace collection
Liam
2022-04-03
dynarmic: Better interrupts
merry
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
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
[next]