| Commit message (Expand) | Author | Age |
* | Merge pull request #888 from zawata/Warning-Fixes-2 | Yuri Kunde Schlesner | 2015-07-25 |
|\ |
|
* | | dyncom: Pass SVC immediates directly. | Lioncash | 2015-07-21 |
* | | Kernel/SVC: Implemented svcQueryProcessMemory | Subv | 2015-07-17 |
* | | Kernel/SVC: Implemented svcQueryMemory. | Subv | 2015-07-17 |
| * | Core\HLE : Fix Warning | zawata | 2015-07-17 |
|/ |
|
* | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-16 |
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 |
* | Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified... | Subv | 2015-05-25 |
* | Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. | bunnei | 2015-05-20 |
* | Implement svcBreak | archshift | 2015-05-16 |
* | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 2015-05-14 |
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 |
* | fixup! | Subv | 2015-05-11 |
* | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | Subv | 2015-05-11 |
* | Kernel: Capture SharedMemory attributes at creation, not when mapping | Yuri Kunde Schlesner | 2015-05-10 |
* | Fix printf format warning | Yuri Kunde Schlesner | 2015-05-07 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 |
* | HLE: Clean up SVC dispatch mechanism | Yuri Kunde Schlesner | 2015-05-06 |
* | SVC: Assert on unsupported CreateThread processor ID. | bunnei | 2015-04-09 |
* | SVC: Update various SVCs to cause a reschedule. | bunnei | 2015-04-09 |
* | Thread: Implement priority boost for starved threads. | bunnei | 2015-04-09 |
* | SVC: Reschedule on svcCreateThread. | bunnei | 2015-04-09 |
* | arm_interface: Get rid of GetTicks. | Lioncash | 2015-03-16 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-10 |
* | Scheduler refactor Pt. 1 | Kevin Hartman | 2015-02-09 |
* | WaitSynch: Always reschedule (verified behavior on hw). | bunnei | 2015-02-09 |
* | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 2015-02-02 |
* | SVC: Enable CloseHandle, clean up DuplicateHandle | Yuri Kunde Schlesner | 2015-02-02 |
* | Thread: Modernize two functions that slipped through previous rebases | Yuri Kunde Schlesner | 2015-02-02 |
* | Make Port/Service registration and querying more HW-accurate | Yuri Kunde Schlesner | 2015-02-02 |
* | SVC: Use CASCADE_RESULT in SVC handlers | Yuri Kunde Schlesner | 2015-01-30 |
* | Remove result.h InvalidHandle | Yuri Kunde Schlesner | 2015-01-30 |
* | SVC: Change return type of handlers to ResultCode | Yuri Kunde Schlesner | 2015-01-30 |
* | Kernel: Convert Event to not use Handles | Yuri Kunde Schlesner | 2015-01-30 |
* | Kernel: Convert Timer to (mostly) not use Handles | Yuri Kunde Schlesner | 2015-01-30 |
* | Kernel: Convert Mutex to not use Handles | Yuri Kunde Schlesner | 2015-01-30 |
* | Kernel: Convert AddressArbiter to not use Handles | Yuri Kunde Schlesner | 2015-01-30 |
* | Kernel: Convert Semaphore to not use Handles | Yuri Kunde Schlesner | 2015-01-30 |
* | Kernel: Convert SharedMemory to not use Handles | Yuri Kunde Schlesner | 2015-01-30 |
* | Merge pull request #412 from purpasmart96/svc_table_cleanup | bunnei | 2015-01-28 |
|\ |
|
| * | SVC: Update the SVC function table | purpasmart96 | 2015-01-26 |
* | | WaitSynchronization: Added a result code for invalid result, fixed bug. | bunnei | 2015-01-21 |
* | | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. | bunnei | 2015-01-21 |
* | | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei | 2015-01-21 |
* | | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p... | bunnei | 2015-01-21 |
* | | Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. | bunnei | 2015-01-21 |
* | | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj... | bunnei | 2015-01-21 |
* | | SVC: Removed a Sleep that made no sense | bunnei | 2015-01-21 |
* | | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad... | bunnei | 2015-01-21 |
* | | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 2015-01-21 |