| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
