index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
dynarmic
/
arm_dynarmic.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/arm: Remove obsolete Unicorn memory mapping
Lioncash
2019-07-11
1
-3
/
+0
*
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-12
1
-2
/
+4
*
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-08
1
-7
/
+3
*
arm/arm_dynarmic: Remove unnecessary current_page_table member
Lioncash
2019-04-07
1
-6
/
+0
*
core: Add missing override specifiers where applicable
Lioncash
2019-04-04
1
-2
/
+2
*
core: Move PageTable struct into Common.
bunnei
2019-03-17
1
-2
/
+2
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-1
/
+7
*
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
1
-2
/
+2
*
arm_interface: Replace kernel vm_manager include with a forward declaration
Lioncash
2018-09-21
1
-0
/
+4
*
arm_interface: Remove ARM11-isms from the CPU interface
Lioncash
2018-09-18
1
-6
/
+4
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-11
/
+11
*
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-08-25
1
-0
/
+4
*
arm_dynarmic: Make MakeJit() a const member function
Lioncash
2018-07-24
1
-1
/
+1
*
exclusive_monitor: Use consistent type alias for u64
Lioncash
2018-07-24
1
-7
/
+6
*
Implement exclusive monitor
MerryMage
2018-07-22
1
-1
/
+29
*
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-21
1
-0
/
+2
*
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-16
1
-0
/
+1
*
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-19
1
-1
/
+4
|
\
|
*
Implements citra-emu/citra#3184
N00byKing
2018-02-25
1
-1
/
+4
*
|
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
1
-1
/
+1
|
/
*
dynarmic: Update to 41ae12263
MerryMage
2018-02-09
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
arm_dynarmic: Implement core
MerryMage
2018-01-12
1
-2
/
+14
*
arm_dynarmic: More cleanup.
bunnei
2018-01-04
1
-6
/
+0
*
arm_dynarmic: Gut interface until dynarmic is ready for general use.
bunnei
2018-01-04
1
-8
/
+3
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-03
1
-6
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-4
/
+13
|
\
|
*
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
1
-2
/
+0
|
*
ARM_Interface: Implement PageTableChanged
MerryMage
2017-09-25
1
-1
/
+9
*
|
arm_interface: Set TLS address for dynarmic core.
bunnei
2017-09-30
1
-0
/
+2
*
|
arm: Use 64-bit addressing in a bunch of places.
bunnei
2017-09-30
1
-4
/
+4
|
/
*
arm_dynarmic: CP15 support
MerryMage
2017-02-03
1
-1
/
+1
*
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
1
-6
/
+2
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+0
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
1
-1
/
+0
*
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
2016-09-15
1
-1
/
+1
*
dynarmic: Implement ARM CPU interface.
bunnei
2016-09-15
1
-0
/
+51