| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-21 | Merge pull request #750 from lioncash/ctx | bunnei | |
| arm_interface: Remove unused tls_address member of ThreadContext | |||
| 2018-07-20 | CPU: Save and restore the TPIDR_EL0 system register on every context switch. | Subv | |
| Note that there's currently a dynarmic bug preventing this register from being written. | |||
| 2018-07-20 | arm_interface: Remove unused tls_address member of ThreadContext | Lioncash | |
| Currently, the TLS address is set within the scheduler, making this member unused. | |||
| 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 | |
| Implement Pull #3184 from citra: core/arm: Improve timing accuracy before service calls in JIT (Rebased) | |||
| 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 | |
| # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h | |||
| 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 | |
| Removes a TODO. | |||
| 2015-02-09 | Scheduler refactor Pt. 1 | Kevin Hartman | |
| * Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid for a thread at any given point in the system. * Removes dead code from thread.cpp. * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation. Other changes: * Fixed comments in arm interfaces. * Updated comments in thread.cpp * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp. * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation. | |||
| 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 | |
| Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. | |||
| 2014-12-25 | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei | |
| - Also a few cleanups. | |||
| 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 | |
| or generated | |||
| 2014-11-14 | ARM_Interface: Make destructor virtual | Lioncash | |
| Fixes some warnings on OSX. | |||
| 2014-06-14 | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | |
| Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | |||
| 2014-06-01 | arm: added option to prepare CPU core (while mid-instruction) for thread ↵ | bunnei | |
| reschedule | |||
| 2014-06-01 | Added 'this' reference to num_instructions field so it's properly updated,as ↵ | Disruption | |
| before the method was affecting the local method parameter rather than the class field | |||
| 2014-05-20 | ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ↵ | bunnei | |
| with style guide | |||
| 2014-05-20 | ARM_Interface: added SaveContext and LoadContext functions for HLE thread ↵ | bunnei | |
| switching | |||
| 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 ↵ | bunnei | |
| arm_interface/arm_interpreter frontend module | |||
| 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 | |
