| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c | Lioncash | 2018-08-04 | 1 | -0/+11 |
* | core/memory: Get rid of 3DS leftovers | Lioncash | 2018-08-03 | 1 | -31/+2 |
* | Merge pull request #894 from lioncash/object | bunnei | 2018-08-03 | 1 | -1/+1 |
|\ |
|
| * | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -1/+1 |
* | | kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t | Lioncash | 2018-08-02 | 1 | -8/+5 |
* | | kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference | Lioncash | 2018-08-02 | 1 | -1/+2 |
* | | kernel/thread: Make GetFreeThreadLocalSlot() internally linked | Lioncash | 2018-08-02 | 1 | -1/+1 |
|/ |
|
* | kernel: Remove unnecessary includes | Lioncash | 2018-07-31 | 1 | -2/+4 |
* | core_timing: Split off utility functions into core_timing_util | MerryMage | 2018-07-24 | 1 | -0/+1 |
* | Merge pull request #751 from Subv/tpidr_el0 | bunnei | 2018-07-21 | 1 | -0/+1 |
|\ |
|
| * | CPU: Save and restore the TPIDR_EL0 system register on every context switch. | Subv | 2018-07-21 | 1 | -0/+1 |
* | | thread: Convert ThreadStatus into an enum class | Lioncash | 2018-07-20 | 1 | -24/+23 |
|/ |
|
* | Merge pull request #690 from lioncash/move | bunnei | 2018-07-19 | 1 | -1/+1 |
|\ |
|
| * | core/memory, core/hle/kernel: Use std::move where applicable | Lioncash | 2018-07-19 | 1 | -1/+1 |
* | | core: Don't construct instance of Core::System, just to access its live instance | Lioncash | 2018-07-19 | 1 | -6/+6 |
|/ |
|
* | Update clang format | James Rowe | 2018-07-03 | 1 | -1/+1 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -5/+5 |
* | Kernel/Arbiters: Implement WaitForAddress | Michael Scire | 2018-06-21 | 1 | -0/+6 |
* | Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner. | Subv | 2018-06-02 | 1 | -2/+5 |
* | Kernel/Thread: Corrected a typo that caused the affinity mask to never be changed. | Subv | 2018-05-31 | 1 | -2/+2 |
* | Kernel/Thread: Corrected a typo in an assert about the processor id. | Subv | 2018-05-30 | 1 | -1/+1 |
* | thread: Rename mask to affinity_masks. | bunnei | 2018-05-11 | 1 | -2/+2 |
* | thread: Support core change on ResumeFromWait and improve ChangeCore. | bunnei | 2018-05-11 | 1 | -37/+68 |
* | thread: Initialize ideal_core and mask members. | bunnei | 2018-05-11 | 1 | -0/+2 |
* | threading: Reschedule only on cores that are necessary. | bunnei | 2018-05-11 | 1 | -1/+1 |
* | thread: Implement ChangeCore function. | bunnei | 2018-05-11 | 1 | -1/+52 |
* | core: Implement multicore support. | bunnei | 2018-05-11 | 1 | -8/+8 |
* | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 2018-04-30 | 1 | -1/+2 |
* | general: Convert assertion macros over to be fmt-compatible | Lioncash | 2018-04-27 | 1 | -2/+2 |
* | kernel: Migrate logging macros to fmt-compatible ones | Lioncash | 2018-04-26 | 1 | -7/+8 |
* | Kernel: Implemented mutex priority inheritance. | Subv | 2018-04-23 | 1 | -2/+39 |
* | Kernel: Remove unused ConditionVariable class. | Subv | 2018-04-21 | 1 | -9/+0 |
* | Kernel: Remove old and unused Mutex code. | Subv | 2018-04-21 | 1 | -3/+0 |
* | Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. | Subv | 2018-04-21 | 1 | -1/+12 |
* | memory: Fix stack region. | bunnei | 2018-03-31 | 1 | -1/+1 |
* | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. | bunnei | 2018-03-19 | 1 | -18/+3 |
* | kernel: Move stack region outside of application heap. | bunnei | 2018-03-16 | 1 | -1/+1 |
* | MemoryState: Add additional memory states and improve naming. | bunnei | 2018-03-16 | 1 | -1/+1 |
* | core: Move process creation out of global state. | bunnei | 2018-03-14 | 1 | -2/+2 |
* | thread: Clear the process list on shutdown. | Jules Blok | 2018-02-27 | 1 | -1/+3 |
* | kernel: Use Scheduler class for threading. | bunnei | 2018-02-18 | 1 | -155/+14 |
* | kernel: Remove unused address_arbiter code. | bunnei | 2018-02-18 | 1 | -34/+0 |
* | Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. | Subv | 2018-02-18 | 1 | -0/+1 |
* | thread: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -2/+3 |
* | Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. | Subv | 2018-01-09 | 1 | -8/+17 |
* | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | B3n30 | 2018-01-09 | 1 | -3/+2 |
* | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | 2018-01-03 | 1 | -4/+2 |
* | thread: Keep track of the initially created handle. | bunnei | 2017-12-31 | 1 | -1/+2 |
* | thread: Main thread should set thread handle to reg 1. | bunnei | 2017-12-30 | 1 | -1/+4 |
* | thread: Remove THUMB mode flag. | bunnei | 2017-12-30 | 1 | -1/+1 |
* | thread: Main thread should be ready by default, all others dormant. | bunnei | 2017-12-30 | 1 | -4/+3 |
* | kernel: Various 64-bit fixes in memory/process/thread | bunnei | 2017-12-29 | 1 | -5/+5 |
* | hle: Use Switch formatted result codes. | bunnei | 2017-11-01 | 1 | -3/+2 |
* | hle: Fix QueryMemory response for MemoryInfo. | bunnei | 2017-10-20 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into nx | bunnei | 2017-10-10 | 1 | -23/+45 |
|\ |
|
| * | Merge pull request #2971 from Subv/per_process_memops | Sebastian Valle | 2017-10-01 | 1 | -0/+6 |
| |\ |
|
| | * | Kernel/Thread: Added a helper function to get a thread's command buffer VAddr. | Subv | 2017-10-01 | 1 | -0/+6 |
| * | | Merge pull request #2967 from Subv/thread_wakeup_callbacks | Sebastian Valle | 2017-09-30 | 1 | -3/+10 |
| |\ \
| | |/
| |/| |
|
| | * | Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. | Subv | 2017-09-28 | 1 | -3/+10 |
| * | | Fixed type conversion ambiguity | Huw Pascoe | 2017-09-30 | 1 | -9/+9 |
| * | | Kernel/Thread: Allow specifying which process a thread belongs to when creating it. | Subv | 2017-09-27 | 1 | -8/+9 |
| |/ |
|
| * | memory: Add GetCurrentPageTable/SetCurrentPageTable | MerryMage | 2017-09-24 | 1 | -7/+4 |
| * | Merge pull request #2842 from Subv/switchable_page_table | B3n30 | 2017-09-15 | 1 | -0/+12 |
| |\ |
|
| | * | Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. | Subv | 2017-09-15 | 1 | -1/+3 |
| | * | Kernel/Memory: Switch the current page table when a new process is scheduled. | Subv | 2017-09-10 | 1 | -0/+10 |
| * | | Kernel/Threads: Don't immediately switch to the new main thread when loading a new process. | Subv | 2017-08-22 | 1 | -5/+1 |
| |/ |
|
* | | loader: Various improvements for NSO/NRO loaders. | bunnei | 2017-10-10 | 1 | -1/+1 |
* | | kernel: Various threading fixes to support 64-bit addressing. | bunnei | 2017-09-30 | 1 | -3/+3 |
|/ |
|
* | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner | 2017-06-19 | 1 | -2/+2 |
* | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 1 | -0/+1 |
* | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 2017-05-25 | 1 | -8/+16 |
* | Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code. | Subv | 2017-01-11 | 1 | -8/+2 |
* | Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority. | Subv | 2017-01-11 | 1 | -18/+2 |
* | Merge pull request #2410 from Subv/sleepthread | bunnei | 2017-01-07 | 1 | -0/+4 |
|\ |
|
| * | Kernel: Don't attempt to yield execution in SleepThread(0) if there are no available threads to run. | Subv | 2017-01-06 | 1 | -0/+4 |
* | | Merge pull request #2408 from Subv/priority_boosting | bunnei | 2017-01-06 | 1 | -27/+0 |
|\ \ |
|
| * | | Kernel: Removed the priority boost code for starved threads. | Subv | 2017-01-05 | 1 | -27/+0 |
| |/ |
|
* / | Kernel: Remove some unused functions. | Subv | 2017-01-05 | 1 | -23/+0 |
|/ |
|
* | Kernel: Add some asserts to enforce the invariants in the scheduler. | Subv | 2017-01-05 | 1 | -2/+5 |
* | Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all the objects that a thread is waiting on. | Subv | 2017-01-05 | 1 | -0/+5 |
* | Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. | Subv | 2017-01-04 | 1 | -4/+7 |
* | Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes | Subv | 2017-01-04 | 1 | -4/+17 |
* | Kernel/Mutex: Implemented priority inheritance. | Subv | 2017-01-04 | 1 | -3/+3 |
* | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | 2017-01-04 | 1 | -3/+3 |
* | ThreadContext: Move from "core" to "arm_interface". | bunnei | 2016-12-22 | 1 | -3/+3 |
* | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 2016-12-22 | 1 | -3/+3 |
* | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 2016-12-22 | 1 | -4/+1 |
* | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 2016-12-22 | 1 | -3/+3 |
* | Thread: remove the thread from the thread list when exiting | wwylele | 2016-12-17 | 1 | -2/+9 |
* | Properly remove a thread from its wait_objects' waitlist when it is awoken by a timeout. | Subv | 2016-12-10 | 1 | -0/+4 |
* | Threading: Reworked the way our scheduler works. | Subv | 2016-12-04 | 1 | -94/+3 |
* | Fix typos | Ricardo de Almeida Gonzaga | 2016-10-20 | 1 | -1/+1 |
* | implement wait tree widget | wwylele | 2016-09-22 | 1 | -0/+4 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -3/+1 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -4/+2 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -49/+65 |
* | arm: ResetContext shouldn't be part of ARM_Interface. | bunnei | 2016-09-15 | 1 | -1/+17 |
* | Merge pull request #1869 from wwylele/dont-be-lazy | Yuri Kunde Schlesner | 2016-06-29 | 1 | -2/+6 |
|\ |
|
| * | Switch context on the same thread if necessary | wwylele | 2016-05-30 | 1 | -2/+6 |
* | | Thread: update timeout when rerunning WaitSynch | wwylele | 2016-06-04 | 1 | -0/+49 |
|/ |
|
* | Kernel/Thread: Remove use of Memory::GetPointer | MerryMage | 2016-05-21 | 1 | -1/+1 |
* | Set fpscr for new threads | Jannik Vogel | 2016-05-17 | 1 | -0/+2 |
* | Merge pull request #1695 from Subv/tls_alloc | bunnei | 2016-05-13 | 1 | -17/+67 |
|\ |
|
| * | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. | Subv | 2016-05-07 | 1 | -17/+67 |
* | | hle: Get rid of global access to g_reschedule | Lioncash | 2016-03-21 | 1 | -1/+2 |
|/ |
|
* | SVC: Fixed ArbitrateAddress to behave as it does on hardware. | Subv | 2015-12-28 | 1 | -1/+1 |
* | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | 2015-12-01 | 1 | -0/+3 |
* | Silence -Wsign-compare warnings. | Rohit Nirmal | 2015-10-07 | 1 | -1/+1 |
* | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | 2015-08-16 | 1 | -1/+3 |
* | dyncom: Rename armdefs.h to armstate.h | Lioncash | 2015-07-26 | 1 | -1/+1 |
* | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | Subv | 2015-07-21 | 1 | -0/+8 |
* | Ensure all kernel objects are released during shutdown | Yuri Kunde Schlesner | 2015-07-17 | 1 | -7/+14 |
* | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-17 | 1 | -50/+26 |
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -4/+4 |
* | Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. | bunnei | 2015-05-21 | 1 | -0/+6 |
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 1 | -1/+1 |
* | thread: Fix a conditional check in Reschedule | Lioncash | 2015-05-14 | 1 | -1/+1 |
* | Merge pull request #748 from Subv/tls_max | bunnei | 2015-05-12 | 1 | -6/+15 |
|\ |
|
| * | Core/Memory: Add TLS support for creating up to 300 threads | Subv | 2015-05-12 | 1 | -6/+15 |
* | | Merge pull request #751 from yuriks/idle-thread | bunnei | 2015-05-12 | 1 | -27/+19 |
|\ \ |
|
| * | | Thread: Remove the idle thread | Yuri Kunde Schlesner | 2015-05-12 | 1 | -27/+19 |
* | | | Merge pull request #757 from Subv/scheduling | bunnei | 2015-05-12 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is called | Subv | 2015-05-12 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #750 from Subv/process_svc | Yuri Kunde Schlesner | 2015-05-12 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | Subv | 2015-05-11 | 1 | -0/+2 |
* | | Thread: Correctly set main thread initial stack position | Yuri Kunde Schlesner | 2015-05-11 | 1 | -2/+2 |
|/ |
|
* | fixup! Set the TLS address in the scheduler | Subv | 2015-05-11 | 1 | -2/+5 |
* | Core/Memory: Give every emulated thread it's own TLS area. | Subv | 2015-05-11 | 1 | -1/+9 |
* | Memory: Re-organize and rename memory area address constants | Yuri Kunde Schlesner | 2015-05-09 | 1 | -2/+3 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+3 |
* | Kernel: Properly initialize and shutdown all modules. | bunnei | 2015-05-02 | 1 | -2/+8 |
* | Kernel: Implemented priority inheritance for mutexes. | bunnei | 2015-04-10 | 1 | -3/+7 |
* | Thread: Implement priority boost for starved threads. | bunnei | 2015-04-10 | 1 | -12/+36 |
* | Misc cleanup of common and related functions | archshift | 2015-02-20 | 1 | -2/+3 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -8/+6 |
* | Scheduler refactor Pt. 1 | Kevin Hartman | 2015-02-10 | 1 | -185/+175 |
* | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 2015-02-02 | 1 | -8/+0 |
* | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+3 |
* | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner | 2015-02-02 | 1 | -2/+2 |
* | Mutex: Replace g_mutex_held_locks with a set inside Thread | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+3 |
* | Kernel: Introduce unique Object ids for debugging | Yuri Kunde Schlesner | 2015-02-02 | 1 | -5/+5 |
* | Kernel: Use separate Handle tables for CoreTiming userdata | Yuri Kunde Schlesner | 2015-02-02 | 1 | -11/+11 |
* | Thread: Modernize two functions that slipped through previous rebases | Yuri Kunde Schlesner | 2015-02-02 | 1 | -5/+4 |
* | arm: Clean up ARMul_State | Lioncash | 2015-02-01 | 1 | -1/+1 |
* | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. | bunnei | 2015-01-22 | 1 | -15/+28 |
* | Thread: Use std::find in CheckWait_WaitObject. | bunnei | 2015-01-22 | 1 | -4/+5 |
* | Mutex: Cleanup and remove redundant code. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | Kernel: Renamed some functions for clarity. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei | 2015-01-22 | 1 | -7/+5 |
* | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. | bunnei | 2015-01-22 | 1 | -2/+2 |
* | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. | bunnei | 2015-01-22 | 1 | -17/+25 |
* | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 2015-01-22 | 1 | -46/+19 |
* | WaitSynchronizationN: Refactor to fix several bugs | bunnei | 2015-01-22 | 1 | -33/+28 |
* | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | bunnei | 2015-01-22 | 1 | -1/+5 |
* | WaitSynchronizationN: Implement return values | bunnei | 2015-01-22 | 1 | -19/+75 |
* | Thread: Keep track of multiple wait objects. | bunnei | 2015-01-22 | 1 | -11/+24 |
* | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei | 2015-01-22 | 1 | -9/+2 |
* | Merge pull request #466 from Subv/wake | bunnei | 2015-01-11 | 1 | -0/+3 |
|\ |
|
| * | Thread: Prevent waking a thread multiple times. | Subv | 2015-01-11 | 1 | -0/+3 |
* | | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 2015-01-09 | 1 | -33/+30 |
|/ |
|
* | Thread: Fix nullptr access in a logging function | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+2 |
* | Thread: Rename thread_queue => thread_list | Yuri Kunde Schlesner | 2015-01-09 | 1 | -6/+6 |
* | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 2015-01-09 | 1 | -213/+127 |
* | Kernel: Move Thread's definition to the header file | Yuri Kunde Schlesner | 2015-01-09 | 1 | -51/+9 |
* | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 1 | -4/+5 |
* | SVC: Fixed SleepThread. | Subv | 2015-01-09 | 1 | -8/+32 |
* | Threads: Use a dummy idle thread when no other are ready. | Subv | 2015-01-08 | 1 | -1/+22 |
* | Common: Clean up ThreadQueueList | Yuri Kunde Schlesner | 2015-01-07 | 1 | -1/+1 |
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 1 | -1/+2 |
* | Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants | Yuri Kunde Schlesner | 2014-12-28 | 1 | -2/+2 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 1 | -11/+11 |
* | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 1 | -1/+1 |
|\ |
|
| * | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
* | | Thread: Wait current thread on svc_SleepThread | bunnei | 2014-12-21 | 1 | -20/+33 |
* | | Kernel: Implement support for current thread pseudo-handle | Yuri Kunde Schlesner | 2014-12-20 | 1 | -2/+1 |
|/ |
|
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -12/+12 |
* | Merge pull request #256 from Subv/mutex | bunnei | 2014-12-11 | 1 | -0/+4 |
|\ |
|
| * | Mutex: Release all held mutexes when a thread exits. | Subv | 2014-12-07 | 1 | -0/+4 |
* | | Thread: Fixed to wait on address when in arbitration. | bunnei | 2014-12-09 | 1 | -10/+19 |
|/ |
|
* | Threads: Remove a redundant function. | Subv | 2014-12-04 | 1 | -9/+1 |
* | Threads: Implemented a sequential thread id | Subv | 2014-12-04 | 1 | -3/+13 |
* | SVC: Implemented GetThreadId. | Subv | 2014-12-04 | 1 | -0/+16 |
* | Thread: Check that thread is actually in "wait state" when verifying wait. | bunnei | 2014-11-26 | 1 | -1/+1 |
* | Use pointers instead of passing handles around in some functions. | Yuri Kunde Schlesner | 2014-11-24 | 1 | -19/+15 |
* | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | 2014-11-24 | 1 | -5/+0 |
* | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 1 | -21/+30 |
* | Merge pull request #211 from linkmauve/master | bunnei | 2014-11-19 | 1 | -19/+19 |
|\ |
|
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -19/+19 |
* | | Add static to some variables | Lioncash | 2014-11-19 | 1 | -22/+22 |
|/ |
|
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 1 | -4/+4 |
* | core: Prune redundant includes | archshift | 2014-09-09 | 1 | -3/+0 |
* | Threading: Fix thread starting to execute first instruction correctly. | bunnei | 2014-08-28 | 1 | -0/+5 |
* | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 2014-08-18 | 1 | -10/+7 |
* | 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/+37 |
* | Thread: Renamed occurrences of "t" to "thread" to improve readability. | bunnei | 2014-06-13 | 1 | -48/+45 |
* | Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessarily be logged. | bunnei | 2014-06-13 | 1 | -9/+7 |
* | HLE: Removed usnused EatCycles function. | bunnei | 2014-06-13 | 1 | -9/+0 |
* | Thread: Moved position of * in arguments. | bunnei | 2014-06-13 | 1 | -2/+2 |
* | Thread: Updated VerifyWait to be more readable (but functionally the same). | bunnei | 2014-06-13 | 1 | -4/+3 |
* | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 2014-06-13 | 1 | -7/+7 |
* | HLE: Updated various handle debug assertions to be more clear. | bunnei | 2014-06-13 | 1 | -2/+2 |
* | Kernel: Updated several member functions to be const | bunnei | 2014-06-13 | 1 | -3/+3 |
* | Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set | bunnei | 2014-06-13 | 1 | -1/+1 |
* | Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects) | bunnei | 2014-06-13 | 1 | -10/+0 |
* | Kernel: Added real support for thread and event blocking | bunnei | 2014-06-13 | 1 | -33/+88 |
* | svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support | bunnei | 2014-06-02 | 1 | -0/+45 |
* | kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule | bunnei | 2014-06-02 | 1 | -3/+3 |
* | thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution | bunnei | 2014-06-01 | 1 | -0/+18 |
* | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 2014-05-27 | 1 | -0/+11 |
* | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 2014-05-27 | 1 | -2/+6 |
* | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 2014-05-27 | 1 | -0/+5 |
* | 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 | -3/+3 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 1 | -39/+39 |
* | thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset | bunnei | 2014-05-23 | 1 | -34/+15 |
* | thread: fixed bug where result of __NextThread was not being properly checked when NULL | bunnei | 2014-05-22 | 1 | -1/+1 |
* | thread: added correct lowest thread priority, added a thread priority check, and added some comments | bunnei | 2014-05-21 | 1 | -0/+3 |
* | thread: exposed ResumeThreadFromWait function for use in other kernel modules | bunnei | 2014-05-21 | 1 | -8/+8 |
* | thread: moved threading calls to the Kernel namespace | bunnei | 2014-05-21 | 1 | -89/+95 |
* | ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching | bunnei | 2014-05-21 | 1 | -36/+2 |
* | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 2014-05-21 | 1 | -1/+1 |
* | thread: whitespace change - fixed * and & placement | bunnei | 2014-05-21 | 1 | -25/+25 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 1 | -9/+9 |
* | - moved Handle/Result definitions to kernel.h | bunnei | 2014-05-19 | 1 | -2/+0 |
* | changed a comment | bunnei | 2014-05-17 | 1 | -1/+1 |
* | - added enum ThreadProcessorId | bunnei | 2014-05-17 | 1 | -51/+90 |
* | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH | bunnei | 2014-05-17 | 1 | -4/+5 |
* | completely gutted/refactored threading code to be simpler | bunnei | 2014-05-16 | 1 | -616/+228 |
* | - added helper function for __KernelCreateThread | bunnei | 2014-05-15 | 1 | -4/+70 |
* | fixed thread reset to not set stack address | bunnei | 2014-05-14 | 1 | -1/+1 |
* | various cleanups / remove unused code | bunnei | 2014-05-14 | 1 | -65/+28 |
* | 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 | -64/+524 |
* | added initial kernel/thread modules | bunnei | 2014-05-10 | 1 | -0/+228 |