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
/
dynarmic
/
arm_dynarmic.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-12-25
core: track separate heap allocation for linux
Liam
2023-06-12
core: decouple ARM interface from Dynarmic
Liam
2020-03-02
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-02-26
ARM_Interface: Cache the JITs instead of deleting/recreating.
Fernando Sahmkow
2019-11-26
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
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-04-11
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-07
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-07
arm/arm_dynarmic: Remove unnecessary current_page_table member
Lioncash
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2018-10-15
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
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-23
arm_dynarmic: Make MakeJit() a const member function
Lioncash
2018-07-23
exclusive_monitor: Use consistent type alias for u64
Lioncash
2018-07-22
Implement exclusive monitor
MerryMage
2018-07-20
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
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-02-09
dynarmic: Update to 41ae12263
MerryMage
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-12
arm_dynarmic: Implement core
MerryMage
2018-01-04
arm_dynarmic: More cleanup.
bunnei
2018-01-03
arm_dynarmic: Gut interface until dynarmic is ready for general use.
bunnei
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
2017-02-03
arm_dynarmic: CP15 support
MerryMage
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
2016-09-15
dynarmic: Implement ARM CPU interface.
bunnei