| Commit message (Expand) | Author | Age | Files | Lines |
* | Thread: Fixed to wait on address when in arbitration. | bunnei | 2014-12-09 | 1 | -0/+11 |
* | Threads: Implemented a sequential thread id | Subv | 2014-12-04 | 1 | -1/+6 |
* | SVC: Implemented GetThreadId. | Subv | 2014-12-04 | 1 | -0/+3 |
* | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 1 | -3/+4 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -1/+1 |
* | Thread: Added more descriptive comment to WaitCurrentThread. | bunnei | 2014-08-07 | 1 | -1/+5 |
* | Thread: Added functions to resume threads from address arbitration. | bunnei | 2014-07-09 | 1 | -0/+7 |
* | Kernel: Added real support for thread and event blocking | bunnei | 2014-06-13 | 1 | -3/+6 |
* | svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support | bunnei | 2014-06-02 | 1 | -0/+6 |
* | thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument | bunnei | 2014-05-23 | 1 | -2/+2 |
* | thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread | bunnei | 2014-05-23 | 1 | -1/+1 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 1 | -2/+2 |
* | thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset | bunnei | 2014-05-23 | 1 | -1/+25 |
* | thread: added correct lowest thread priority, added a thread priority check, and added some comments | bunnei | 2014-05-21 | 1 | -6/+7 |
* | thread: exposed ResumeThreadFromWait function for use in other kernel modules | bunnei | 2014-05-21 | 1 | -0/+3 |
* | thread: moved threading calls to the Kernel namespace | bunnei | 2014-05-21 | 1 | -9/+17 |
* | thread: whitespace change - fixed * and & placement | bunnei | 2014-05-21 | 1 | -2/+2 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 1 | -2/+2 |
* | thread: added declaration for __KernelReschedule to be used by syscall module | bunnei | 2014-05-20 | 1 | -0/+3 |
* | changed a comment | bunnei | 2014-05-17 | 1 | -1/+1 |
* | - added enum ThreadProcessorId | bunnei | 2014-05-17 | 1 | -2/+17 |
* | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH | bunnei | 2014-05-17 | 1 | -1/+5 |
* | completely gutted/refactored threading code to be simpler | bunnei | 2014-05-16 | 1 | -42/+2 |
* | - added helper function for __KernelCreateThread | bunnei | 2014-05-15 | 1 | -0/+6 |
* | various cleanups / remove unused code | bunnei | 2014-05-14 | 1 | -0/+1 |
* | added a bunch of threading code, recycled from PPSSPP, with lots of hacks in for 3DS... doesn't really do much yet. Just a jumping off point | bunnei | 2014-05-14 | 1 | -6/+19 |
* | added initial kernel/thread modules | bunnei | 2014-05-10 | 1 | -0/+36 |