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
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
2016-08-27
ARM: add ClearInstructionCache function
wwylele
2016-05-17
Set fpscr for new threads
Jannik Vogel
2015-12-06
arm_interface: Make GetNumInstructions const
Lioncash
2015-12-06
arm_interface: directly initialize class members
Lioncash
2015-08-06
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-06
arm_interface: Support retrieval/storage to CP15 registers
Lioncash
2015-03-16
arm_interface: Get rid of GetTicks.
Lioncash
2015-02-09
Scheduler refactor Pt. 1
Kevin Hartman
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-07
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2014-12-25
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-20
License change
purpasmart96
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-14
ARM_Interface: Make destructor virtual
Lioncash
2014-06-14
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-01
arm: added option to prepare CPU core (while mid-instruction) for thread resc...
bunnei
2014-06-01
Added 'this' reference to num_instructions field so it's properly updated,as ...
Disruption
2014-05-20
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...
bunnei
2014-05-20
ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...
bunnei
2014-05-17
Merge branch 'master' into threading
bunnei
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-05-11
added option to set CPSR register to arm_interface
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-10
missed this file with commit 95e5436f
bunnei
2014-04-08
fixed licensing and updated code style naming for arm_interface/arm_interpret...
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei