| Commit message (Expand) | Author | Files | Lines |
2024-01-28 | kernel: clear pinned waiter list on unpin | Liam | 1 | -1/+2 |
2024-01-02 | KThread: Send termination interrupt to all cores a thread has affinity to | Merry | 1 | -4/+4 |
2023-12-23 | general: properly support multiple memory instances | Liam | 1 | -2/+1 |
2023-12-04 | core: refactor emulated cpu core activation | Liam | 1 | -46/+34 |
2023-10-22 | kernel: signal thread on termination completed | Liam | 1 | -4/+7 |
2023-10-22 | kernel: add missing TLR clear | Liam | 1 | -0/+1 |
2023-10-22 | kernel: update KProcess | Liam | 1 | -7/+9 |
2023-07-19 | general: Silence -Wshadow{,-uncaptured-local} warnings | lat9nq | 1 | -2/+2 |
2023-07-15 | Fixes and workarounds to make UBSan happier on macOS | comex | 1 | -1/+1 |
2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | 1 | -5/+3 |
2023-06-17 | k_thread: Use a mutex and cond_var to sync bool | lat9nq | 1 | -4/+11 |
2023-03-24 | memory: rename global memory references to application memory | Liam | 1 | -3/+8 |
2023-03-22 | kernel: use KTypedAddress for addresses | Liam | 1 | -13/+15 |
2023-03-13 | kernel: additional style fixes to KThread, KProcess | Liam | 1 | -17/+17 |
2023-03-13 | kernel: convert KThread to new style | Liam | 1 | -244/+239 |
2023-03-13 | kernel: prefer std::addressof | Liam | 1 | -2/+2 |
2023-03-13 | kernel: remove kernel_ | Liam | 1 | -100/+100 |
2023-03-08 | kernel: add timer pointer to KThreadQueue | Liam | 1 | -1/+3 |
2023-03-08 | kernel: clone fpu status on CreateThread | Liam | 1 | -1/+23 |
2023-03-01 | kernel: be more careful about kernel address keys | Liam | 1 | -5/+7 |
2023-03-01 | kernel: refactor priority inheritance to represent locks as C++ objects | Liam | 1 | -84/+185 |
2023-02-21 | service: refactor server architecture | Liam | 1 | -0/+20 |
2023-02-13 | kernel: use GetCurrentProcess | Liam | 1 | -0/+8 |
2023-01-24 | kernel: split SetAddressKey into user and kernel variants | Liam | 1 | -4/+4 |
2023-01-23 | kernel: fix incorrect locking order in suspension | Liam | 1 | -13/+0 |
2022-11-10 | kernel/svc_types: refresh | Liam | 1 | -2/+2 |
2022-11-04 | service_thread: register service threads to the logical owner process | Liam | 1 | -2/+2 |
2022-10-30 | k_thread: fix single core | Liam | 1 | -2/+4 |
2022-10-25 | kernel: refactor dummy thread wakeups | Liam | 1 | -20/+18 |
2022-10-19 | core: hle: kernel: Use result macros for new/changed code. | bunnei | 1 | -20/+21 |
2022-10-19 | core: hle: kernel: k_thread: Implement thread termination DPC. | bunnei | 1 | -0/+76 |
2022-07-15 | kernel: Ensure all uses of disable_count are balanced | Liam | 1 | -2/+6 |
2022-07-15 | kernel: be more careful about initialization path for HLE threads | Liam | 1 | -1/+7 |
2022-07-15 | kernel: fix single-core preemption points | Liam | 1 | -6/+0 |
2022-07-15 | kernel: fix issues with single core mode | Liam | 1 | -2/+3 |
2022-07-15 | kernel: use KScheduler from mesosphere | Liam | 1 | -2/+9 |
2022-07-10 | kernel: fix usage of waiter_list in Finalize | Liam | 1 | -3/+9 |
2022-07-02 | common/fiber: make fibers easier to use | Liam | 1 | -10/+5 |
2022-06-27 | core: Replace all instances of ResultCode with Result | german77 | 1 | -26/+24 |
2022-06-25 | kernel: clean up waiting implementation | Liam | 1 | -3/+4 |
2022-06-23 | kernel: make current thread pointer thread local | Liam | 1 | -4/+8 |
2022-06-18 | kernel: wait for threads to stop on pause | Liam | 1 | -0/+13 |
2022-06-16 | kernel: fix some uses of disable_count | Liam | 1 | -3/+1 |
2022-06-14 | kernel: implement KProcess suspension | Liam | 1 | -4/+4 |
2022-06-14 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | 1 | -1/+1 |
2022-06-02 | core/debugger: Support reading guest thread names | Liam | 1 | -0/+4 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2022-04-12 | core: hle: kernel: k_thread: Rework dummy thread waiting. | bunnei | 1 | -24/+15 |
2022-04-04 | k_thread: Fix data race | lat9nq | 1 | -2/+2 |
2022-03-19 | core: Reduce unused includes | ameerj | 1 | -3/+0 |
2022-03-15 | core: hle: kernel: k_process: Implement thread local storage accurately. | bunnei | 1 | -2/+2 |
2022-03-15 | core: hle: kernel: k_thread: Ensure host Fiber is freed. | bunnei | 1 | -0/+3 |
2022-01-23 | hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. | bunnei | 1 | -8/+3 |
2022-01-22 | hle: kernel: KThread: Ensure host (dummy) threads block on locking. | bunnei | 1 | -0/+37 |
2022-01-21 | hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not nullptr. | bunnei | 1 | -6/+6 |
2022-01-21 | hle: kernel: KThread: Decrease DummyThread priority to ensure it is never scheduled. | bunnei | 1 | -2/+3 |
2022-01-21 | hle: kernel: KThread: Ensure dummy threads never call EndWait. | bunnei | 1 | -0/+5 |
2022-01-21 | hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type. | bunnei | 1 | -1/+1 |
2022-01-15 | core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorkerTaskImpl. | bunnei | 1 | -1/+22 |
2022-01-15 | core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates. | bunnei | 1 | -31/+24 |
2021-12-31 | core: hle: kernel: Implement thread pinning. | bunnei | 1 | -3/+41 |
2021-12-23 | core: hle: kernel: KThread: X18 should be a cryptographically random number. | bunnei | 1 | -0/+2 |
2021-12-07 | hle: kernel: Remove unnecessary virtual specifier on CancelWait. | bunnei | 1 | -2/+2 |
2021-12-07 | hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC. | bunnei | 1 | -0/+5 |
2021-12-07 | hle: kernel: k_thread: Rename sleeping_queue -> wait_queue. | bunnei | 1 | -11/+11 |
2021-12-07 | hle: kernel: k_thread: Treat dummy threads as a special type. | bunnei | 1 | -1/+3 |
2021-12-07 | hle: kernel: Add a flag for indicating that the kernel is currently shutting down. | bunnei | 1 | -0/+5 |
2021-12-07 | hle: kernel: Cleanup to match coding style. | bunnei | 1 | -5/+4 |
2021-12-07 | hle: kernel: KThread: Migrate to updated KThreadQueue (part 2). | bunnei | 1 | -29/+19 |
2021-12-07 | hle: kernel: KThread: Migrate to updated KThreadQueue (part 1). | bunnei | 1 | -57/+64 |
2021-12-07 | hle: kernel: KThread: Remove tracking of sync object from threads. | bunnei | 1 | -5/+2 |
2021-12-07 | hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. | bunnei | 1 | -2/+40 |
2021-12-07 | core: hle: kernel: Disable dispatch count tracking on single core. | bunnei | 1 | -1/+5 |
2021-12-07 | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | bunnei | 1 | -1/+16 |
2021-11-04 | core: Remove unused includes | ameerj | 1 | -4/+0 |
2021-08-26 | Revert "kernel: Various improvements to scheduler" | bunnei | 1 | -19/+2 |
2021-08-14 | core: hle: kernel: Disable dispatch count tracking on single core. | bunnei | 1 | -1/+3 |
2021-08-07 | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | bunnei | 1 | -1/+16 |
2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 1 | -9/+9 |
2021-05-29 | k_thread: Move dereference after null check in Initialize() | Lioncash | 1 | -5/+5 |
2021-05-08 | kernel: Eliminate variable shadowing | Lioncash | 1 | -16/+16 |
2021-05-06 | hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -1/+1 |
2021-05-06 | hle: kernel: Rename Process to KProcess. | bunnei | 1 | -5/+5 |
2021-05-06 | hle: kernel: Remove deprecated Object class. | bunnei | 1 | -1/+0 |
2021-05-06 | hle: kernel: KThread: Remove incorrect resource release. | bunnei | 1 | -2/+1 |
2021-05-06 | hle: kernel: KThread: Add missing resource hint release. | bunnei | 1 | -1/+1 |
2021-05-06 | hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | 1 | -0/+3 |
2021-05-06 | hle: kernel: Migrate KThread to KAutoObject. | bunnei | 1 | -52/+48 |
2021-03-06 | hle: kernel: KThread: Rework dummy threads & fix memory leak. | bunnei | 1 | -19/+31 |
2021-03-06 | Revert "core: Switch to unique_ptr for usage of Common::Fiber." | bunnei | 1 | -1/+5 |
2021-02-27 | core: Switch to unique_ptr for usage of Common::Fiber. | bunnei | 1 | -5/+1 |
2021-02-19 | hle: kernel: Migrate MemoryLayout to KMemoryLayout. | bunnei | 1 | -4/+4 |
2021-02-13 | kernel: Unify result codes (#5890) | Chloe | 1 | -16/+14 |
2021-02-03 | Simplify limitableresource names | Chloe Marcec | 1 | -1/+1 |
2021-01-30 | kernel: Rewrite resource limit to be more accurate | Chloe Marcec | 1 | -2/+2 |
2021-01-29 | hle: kernel: KThread: Release thread resource on thread exit. | bunnei | 1 | -0/+1 |
2021-01-29 | yuzu: debugger: Ignore HLE threads. | bunnei | 1 | -7/+8 |
2021-01-29 | hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. | bunnei | 1 | -5/+1 |
2021-01-29 | kernel: Fix build errors. | bunnei | 1 | -2/+7 |
2021-01-29 | hle: kernel: Recode implementation of KThread to be more accurate. | bunnei | 1 | -197/+796 |
2021-01-29 | hle: kernel: KThread: Clean up thread priorities. | bunnei | 1 | -9/+1 |
2021-01-29 | hle: kernel: KThread: Reorganize thread priority defaults. | bunnei | 1 | -7/+6 |
2021-01-29 | hle: kernel: KThread: Remove thread types that do not exist. | bunnei | 1 | -12/+9 |
2021-01-29 | core: hle: kernel: Rename Thread to KThread. | bunnei | 1 | -39/+39 |
2021-01-11 | hle: kernel: thread: Preserve thread wait reason for debugging only. | bunnei | 1 | -1/+5 |
2021-01-11 | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei | 1 | -100/+127 |
2021-01-11 | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. | bunnei | 1 | -51/+30 |
2021-01-11 | core: hle: kernel: Update KSynchronizationObject. | bunnei | 1 | -47/+19 |
2020-12-06 | hle: kernel: Migrate to KScopedSchedulerLock. | bunnei | 1 | -9/+8 |
2020-12-06 | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. | bunnei | 1 | -1/+2 |
2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei | 1 | -37/+13 |
2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei | 1 | -5/+6 |
2020-11-29 | hle: kernel: thread: Remove unused "Running" state. | bunnei | 1 | -5/+0 |
2020-11-29 | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. | bunnei | 1 | -25/+2 |
2020-11-04 | core: Remove usage of unicorn | Lioncash | 1 | -14/+3 |
2020-10-21 | Revert "core: Fix clang build" | bunnei | 1 | -1/+1 |
2020-10-18 | core: Fix clang build | Lioncash | 1 | -1/+1 |
2020-07-16 | cpu_manager: Mark function getters as static | Lioncash | 1 | -1/+1 |
2020-07-15 | kernel/thread: Remove global GetCurrentThread() | Lioncash | 1 | -17/+5 |
2020-06-27 | Kernel: Correct Host Context on Threads and Scheduler. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | General: Cleanup legacy code. | Fernando Sahmkow | 1 | -34/+0 |
2020-06-27 | SingleCore: Use Cycle Timing instead of Host Timing. | Fernando Sahmkow | 1 | -4/+8 |
2020-06-27 | Thread: Release the ARM Interface on exitting. | Fernando Sahmkow | 1 | -0/+2 |
2020-06-27 | General: Move ARM_Interface into Threads. | Fernando Sahmkow | 1 | -0/+35 |
2020-06-27 | General: Fix Stop function | Fernando Sahmkow | 1 | -3/+5 |
2020-06-27 | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow | 1 | -9/+12 |
2020-06-27 | Scheduler: Set last running time on thread. | Fernando Sahmkow | 1 | -4/+0 |
2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow | 1 | -3/+3 |
2020-06-27 | SVC: Correct SetThreadActivity. | Fernando Sahmkow | 1 | -21/+40 |
2020-06-27 | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow | 1 | -2/+3 |
2020-06-27 | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for Debugging | Fernando Sahmkow | 1 | -8/+7 |
2020-06-27 | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow | 1 | -18/+17 |
2020-06-27 | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | SVC: Correct SendSyncRequest. | Fernando Sahmkow | 1 | -4/+10 |
2020-06-27 | SVC: Correct ArbitrateUnlock | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock | Fernando Sahmkow | 1 | -5/+9 |
2020-06-27 | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumber | Fernando Sahmkow | 1 | -4/+2 |
2020-06-27 | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow | 1 | -20/+18 |
2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 1 | -136/+96 |
2020-04-29 | kernel: Don't fail silently | David Marcec | 1 | -0/+2 |
2020-04-19 | thread: FPCR.FZ is likely not 1 | MerryMage | 1 | -2/+1 |
2020-04-15 | kernel/thread: Resolve -Wswitch warnings | Lioncash | 1 | -0/+2 |
2020-03-03 | core: Implement separate A32/A64 ARM interfaces. | bunnei | 1 | -14/+17 |
2020-02-22 | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | 1 | -6/+6 |
2020-02-12 | kernel/thread: Remove trivial usages of the global system accessor | Lioncash | 1 | -2/+2 |
2020-02-12 | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | 1 | -7/+8 |
2020-02-11 | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 1 | -1/+5 |
2020-02-11 | Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. | Fernando Sahmkow | 1 | -7/+9 |
2020-01-26 | Kernel: Remove a few global instances from the kernel. | Fernando Sahmkow | 1 | -1/+1 |
2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 1 | -2/+1 |
2019-11-27 | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 1 | -2/+2 |
2019-11-25 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 1 | -19/+20 |
2019-11-21 | Kernel: Correct behavior of Condition Variables to be more similar to real hardware. | Fernando Sahmkow | 1 | -0/+8 |
2019-11-16 | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow | 1 | -2/+5 |
2019-11-12 | kernel: Resolve sign conversion warnings | Lioncash | 1 | -30/+18 |
2019-10-15 | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. | Fernando Sahmkow | 1 | -1/+1 |
2019-10-15 | Kernel: Address Feedback 2 | Fernando Sahmkow | 1 | -3/+3 |
2019-10-15 | Kernel: Clang Format | Fernando Sahmkow | 1 | -4/+4 |
2019-10-15 | Kernel: Reverse global accessor removal. | Fernando Sahmkow | 1 | -8/+8 |
2019-10-15 | Kernel: Address Feedback. | Fernando Sahmkow | 1 | -9/+8 |
2019-10-15 | Kernel_Thread: Eliminate most global accessors. | Fernando Sahmkow | 1 | -11/+11 |
2019-10-15 | Kernel: Correct Paused scheduling | Fernando Sahmkow | 1 | -3/+1 |
2019-10-15 | Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel. | Fernando Sahmkow | 1 | -0/+1 |
2019-10-15 | Scheduler: Add protections for Yield bombing | Fernando Sahmkow | 1 | -6/+6 |
2019-10-15 | Kernel: Style and Corrections | Fernando Sahmkow | 1 | -24/+30 |
2019-10-15 | Addapt thread class to the new Scheduler | Fernando Sahmkow | 1 | -59/+183 |
2019-07-04 | kernel/process: Decouple TLS handling from threads | Lioncash | 1 | -2/+2 |
2019-06-16 | Core_Timing: Make core_timing threadsafe by default. | Fernando Sahmkow | 1 | -3/+3 |
2019-06-05 | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | 1 | -2/+2 |
2019-04-17 | kernel/thread: Unify wait synchronization types | Lioncash | 1 | -3/+2 |
2019-04-17 | kernel/svc: Migrate svcCancelSynchronization behavior to a thread function | Lioncash | 1 | -0/+6 |
2019-04-15 | kernel/thread: Remove BoostPriority() | Lioncash | 1 | -5/+0 |
2019-04-02 | kernel/svc: Implement svcGetThreadList | Lioncash | 1 | -0/+4 |
2019-04-02 | kernel/thread: Make AllWaitObjectsReady() a const qualified member function | Lioncash | 1 | -1/+1 |
2019-04-02 | kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const | Lioncash | 1 | -1/+1 |
2019-04-01 | kernel/thread: Avoid sign conversion within GetCommandBufferAddress() | Lioncash | 1 | -2/+2 |
2019-04-01 | kernel/thread: Make parameter of GetWaitObjectIndex() const qualified | Lioncash | 1 | -2/+2 |
2019-03-30 | kernel/scheduler: Remove unused parameter to AddThread() | Lioncash | 1 | -2/+2 |
2019-03-20 | Fix crash caused by 2238. | Fernando Sahmkow | 1 | -1/+2 |
2019-03-20 | Add CondVar Thread State. | Fernando Sahmkow | 1 | -0/+1 |
2019-03-16 | kernel/thread: Actually remove the definition of ExitCurrentThread() | Lioncash | 1 | -6/+0 |
2019-03-16 | kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface | Lioncash | 1 | -5/+8 |
2019-03-16 | kernel/thread: Expand documentation of nominal_priority and current_priority | Lioncash | 1 | -1/+3 |
2019-03-16 | kernel/thread: Make bracing consistent within UpdatePriority() | Lioncash | 1 | -2/+4 |
2019-03-16 | kernel/thread: Amend condition within UpdatePriority() | Lioncash | 1 | -3/+3 |
2019-03-16 | kernel/thread: Maintain priority ordering of added mutex waiting threads | Lioncash | 1 | -14/+24 |
2019-03-05 | kernel/thread: Remove obsolete TODO in Create() | Lioncash | 1 | -2/+0 |
2019-02-16 | core_timing: Convert core timing into a class | Lioncash | 1 | -8/+11 |
2019-02-12 | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 1 | -6/+7 |
2018-12-28 | kernel/thread: Move process thread initialization into process.cpp | Lioncash | 1 | -24/+0 |
2018-12-19 | Moved backtrace to ArmInterface | David Marcec | 1 | -4/+0 |
2018-12-18 | kernel/thread: Set default fpcr | MerryMage | 1 | -0/+3 |
2018-12-04 | svc: Implement SetThreadActivity (thread suspension) | Luke Street | 1 | -1/+23 |
2018-12-03 | Moved backtrace to ArmInterface | David Marcec | 1 | -14/+1 |
2018-12-03 | Print backtrace on svcBreak | David Marcec | 1 | -0/+17 |
2018-11-22 | scheduler: Add explanations for YieldWith and WithoutLoadBalancing | Zach Hilman | 1 | -60/+0 |
2018-11-19 | svc: Implement yield types 0 and -1 | Zach Hilman | 1 | -0/+60 |
2018-11-14 | kernel/thread: Deduplicate scheduler switching code | Lioncash | 1 | -37/+11 |
2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 1 | -4/+4 |
2018-10-20 | kernel/process: Make the handle table per-process | Lioncash | 1 | -1/+1 |
2018-10-15 | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash | 1 | -8/+8 |
2018-10-12 | thread: Remove unnecessary memset from ResetThreadContext() | Lioncash | 1 | -4/+1 |
2018-10-10 | kernel/thread: Use a regular pointer for the owner/current process | Lioncash | 1 | -4/+4 |
2018-10-05 | thread: Make the scheduler pointer a regular pointer | balika011 | 1 | -3/+3 |
2018-10-04 | kernel/thread: Make all instance variables private | Lioncash | 1 | -4/+28 |
2018-09-30 | kernel/process: Make data member variables private | Lioncash | 1 | -2/+2 |
2018-09-25 | memory: Dehardcode the use of fixed memory range constants | Lioncash | 1 | -1/+2 |
2018-09-21 | thread/process: Move TLS slot marking/freeing to the process class | Lioncash | 1 | -56/+2 |
2018-09-21 | kernel/thread: Use owner_process when setting the page table in SetupMainThread() | Lioncash | 1 | -3/+3 |
2018-09-18 | arm_interface: Remove ARM11-isms from the CPU interface | Lioncash | 1 | -2/+2 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 1 | -1/+1 |
2018-09-12 | kernel/errors: Correct error codes for invalid thread priority and invalid processor ID | Lioncash | 1 | -2/+2 |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | 1 | -1/+2 |
2018-08-29 | kernel: Eliminate kernel global state | Lioncash | 1 | -101/+18 |
2018-08-25 | core: Namespace all code in the arm subdirectory under the Core namespace | Lioncash | 1 | -2/+2 |
2018-08-13 | Core::CoreTiming: add UnscheduleEventThreadsafe | B3n30 | 1 | -1/+1 |
2018-08-13 | Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. | Subv | 1 | -0/+5 |
2018-08-13 | Kernel/Thread: Always use the threadsafe option when scheduling wakeups. | Subv | 1 | -2/+4 |
2018-08-12 | Kernel/Mutex: Don't duplicate threads in the mutex waiter list. | Subv | 1 | -0/+21 |
2018-08-04 | kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c | Lioncash | 1 | -0/+11 |
2018-08-03 | core/memory: Get rid of 3DS leftovers | Lioncash | 1 | -31/+2 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t | Lioncash | 1 | -8/+5 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference | Lioncash | 1 | -1/+2 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot() internally linked | Lioncash | 1 | -1/+1 |
2018-08-02 | kernel: Move object class to its own source files | Lioncash | 1 | -1/+1 |
2018-07-31 | kernel: Remove unnecessary includes | Lioncash | 1 | -2/+4 |
2018-07-24 | core_timing: Split off utility functions into core_timing_util | MerryMage | 1 | -0/+1 |
2018-07-21 | CPU: Save and restore the TPIDR_EL0 system register on every context switch. | Subv | 1 | -0/+1 |
2018-07-20 | thread: Convert ThreadStatus into an enum class | Lioncash | 1 | -24/+23 |
2018-07-19 | core/memory, core/hle/kernel: Use std::move where applicable | Lioncash | 1 | -1/+1 |
2018-07-19 | core: Don't construct instance of Core::System, just to access its live instance | Lioncash | 1 | -6/+6 |
2018-07-03 | Update clang format | James Rowe | 1 | -1/+1 |
2018-07-03 | Rename logging macro back to LOG_* | James Rowe | 1 | -5/+5 |
2018-06-21 | Kernel/Arbiters: Implement WaitForAddress | Michael Scire | 1 | -0/+6 |
2018-06-02 | Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner. | Subv | 1 | -2/+5 |
2018-05-31 | Kernel/Thread: Corrected a typo that caused the affinity mask to never be changed. | Subv | 1 | -2/+2 |
2018-05-30 | Kernel/Thread: Corrected a typo in an assert about the processor id. | Subv | 1 | -1/+1 |
2018-05-11 | thread: Rename mask to affinity_masks. | bunnei | 1 | -2/+2 |
2018-05-11 | thread: Support core change on ResumeFromWait and improve ChangeCore. | bunnei | 1 | -37/+68 |
2018-05-11 | thread: Initialize ideal_core and mask members. | bunnei | 1 | -0/+2 |
2018-05-11 | threading: Reschedule only on cores that are necessary. | bunnei | 1 | -1/+1 |
2018-05-11 | thread: Implement ChangeCore function. | bunnei | 1 | -1/+52 |
2018-05-11 | core: Implement multicore support. | bunnei | 1 | -8/+8 |
2018-04-30 | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 1 | -1/+2 |
2018-04-27 | general: Convert assertion macros over to be fmt-compatible | Lioncash | 1 | -2/+2 |
2018-04-26 | kernel: Migrate logging macros to fmt-compatible ones | Lioncash | 1 | -7/+8 |
2018-04-23 | Kernel: Implemented mutex priority inheritance. | Subv | 1 | -2/+39 |
2018-04-21 | Kernel: Remove unused ConditionVariable class. | Subv | 1 | -9/+0 |
2018-04-21 | Kernel: Remove old and unused Mutex code. | Subv | 1 | -3/+0 |
2018-04-21 | Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. | Subv | 1 | -1/+12 |
2018-03-31 | memory: Fix stack region. | bunnei | 1 | -1/+1 |
2018-03-19 | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. | bunnei | 1 | -18/+3 |
2018-03-16 | kernel: Move stack region outside of application heap. | bunnei | 1 | -1/+1 |
2018-03-16 | MemoryState: Add additional memory states and improve naming. | bunnei | 1 | -1/+1 |
2018-03-14 | core: Move process creation out of global state. | bunnei | 1 | -2/+2 |
2018-02-27 | thread: Clear the process list on shutdown. | Jules Blok | 1 | -1/+3 |
2018-02-18 | kernel: Use Scheduler class for threading. | bunnei | 1 | -155/+14 |
2018-02-18 | kernel: Remove unused address_arbiter code. | bunnei | 1 | -34/+0 |
2018-02-18 | Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. | Subv | 1 | -0/+1 |
2018-02-14 | thread: Silence formatting specifier warnings | Lioncash | 1 | -2/+3 |
2018-01-09 | Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. | Subv | 1 | -8/+17 |
2018-01-09 | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | B3n30 | 1 | -3/+2 |
2018-01-03 | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | 1 | -4/+2 |
2017-12-31 | thread: Keep track of the initially created handle. | bunnei | 1 | -1/+2 |
2017-12-30 | thread: Main thread should set thread handle to reg 1. | bunnei | 1 | -1/+4 |
2017-12-30 | thread: Remove THUMB mode flag. | bunnei | 1 | -1/+1 |
2017-12-30 | thread: Main thread should be ready by default, all others dormant. | bunnei | 1 | -4/+3 |
2017-12-29 | kernel: Various 64-bit fixes in memory/process/thread | bunnei | 1 | -5/+5 |
2017-11-01 | hle: Use Switch formatted result codes. | bunnei | 1 | -3/+2 |
2017-10-20 | hle: Fix QueryMemory response for MemoryInfo. | bunnei | 1 | -1/+1 |
2017-10-10 | loader: Various improvements for NSO/NRO loaders. | bunnei | 1 | -1/+1 |
2017-10-01 | Kernel/Thread: Added a helper function to get a thread's command buffer VAddr. | Subv | 1 | -0/+6 |
2017-09-30 | kernel: Various threading fixes to support 64-bit addressing. | bunnei | 1 | -3/+3 |
2017-09-30 | Fixed type conversion ambiguity | Huw Pascoe | 1 | -9/+9 |
2017-09-28 | Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. | Subv | 1 | -3/+10 |
2017-09-27 | Kernel/Thread: Allow specifying which process a thread belongs to when creating it. | Subv | 1 | -8/+9 |
2017-09-24 | memory: Add GetCurrentPageTable/SetCurrentPageTable | MerryMage | 1 | -7/+4 |
2017-09-15 | 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 | 1 | -1/+3 |
2017-09-10 | Kernel/Memory: Switch the current page table when a new process is scheduled. | Subv | 1 | -0/+10 |
2017-08-22 | Kernel/Threads: Don't immediately switch to the new main thread when loading a new process. | Subv | 1 | -5/+1 |
2017-06-19 | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner | 1 | -2/+2 |
2017-05-30 | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | 1 | -0/+1 |
2017-05-25 | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 1 | -8/+16 |
2017-01-11 | Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code. | Subv | 1 | -8/+2 |
2017-01-11 | Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority. | Subv | 1 | -18/+2 |
2017-01-06 | Kernel: Don't attempt to yield execution in SleepThread(0) if there are no available threads to run. | Subv | 1 | -0/+4 |
2017-01-05 | Kernel: Remove some unused functions. | Subv | 1 | -23/+0 |
2017-01-05 | Kernel: Removed the priority boost code for starved threads. | Subv | 1 | -27/+0 |
2017-01-05 | Kernel: Add some asserts to enforce the invariants in the scheduler. | Subv | 1 | -2/+5 |
2017-01-05 | Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all the objects that a thread is waiting on. | Subv | 1 | -0/+5 |
2017-01-04 | Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. | Subv | 1 | -4/+7 |
2017-01-04 | Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes | Subv | 1 | -4/+17 |
2017-01-04 | Kernel/Mutex: Implemented priority inheritance. | Subv | 1 | -3/+3 |
2017-01-04 | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | 1 | -3/+3 |
2016-12-22 | ThreadContext: Move from "core" to "arm_interface". | bunnei | 1 | -3/+3 |
2016-12-22 | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 1 | -3/+3 |
2016-12-22 | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 1 | -4/+1 |
2016-12-22 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 1 | -3/+3 |
2016-12-17 | Thread: remove the thread from the thread list when exiting | wwylele | 1 | -2/+9 |
2016-12-10 | Properly remove a thread from its wait_objects' waitlist when it is awoken by a timeout. | Subv | 1 | -0/+4 |
2016-12-04 | Threading: Reworked the way our scheduler works. | Subv | 1 | -94/+3 |
2016-10-20 | Fix typos | Ricardo de Almeida Gonzaga | 1 | -1/+1 |
2016-09-22 | implement wait tree widget | wwylele | 1 | -0/+4 |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 1 | -1/+1 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -3/+1 |
2016-09-19 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 1 | -4/+2 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -49/+65 |
2016-09-15 | arm: ResetContext shouldn't be part of ARM_Interface. | bunnei | 1 | -1/+17 |
2016-06-04 | Thread: update timeout when rerunning WaitSynch | wwylele | 1 | -0/+49 |
2016-05-30 | Switch context on the same thread if necessary | wwylele | 1 | -2/+6 |
2016-05-21 | Kernel/Thread: Remove use of Memory::GetPointer | MerryMage | 1 | -1/+1 |
2016-05-17 | Set fpscr for new threads | Jannik Vogel | 1 | -0/+2 |
2016-05-07 | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. | Subv | 1 | -17/+67 |
2016-03-21 | hle: Get rid of global access to g_reschedule | Lioncash | 1 | -1/+2 |
2015-12-28 | SVC: Fixed ArbitrateAddress to behave as it does on hardware. | Subv | 1 | -1/+1 |
2015-12-01 | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | 1 | -0/+3 |
2015-10-07 | Silence -Wsign-compare warnings. | Rohit Nirmal | 1 | -1/+1 |
2015-08-16 | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | 1 | -1/+3 |
2015-07-26 | dyncom: Rename armdefs.h to armstate.h | Lioncash | 1 | -1/+1 |
2015-07-21 | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | Subv | 1 | -0/+8 |
2015-07-17 | Ensure all kernel objects are released during shutdown | Yuri Kunde Schlesner | 1 | -7/+14 |
2015-06-17 | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 1 | -50/+26 |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 1 | -4/+4 |
2015-05-21 | Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. | bunnei | 1 | -0/+6 |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-14 | thread: Fix a conditional check in Reschedule | Lioncash | 1 | -1/+1 |
2015-05-12 | Thread: Remove the idle thread | Yuri Kunde Schlesner | 1 | -27/+19 |
2015-05-12 | Core/Memory: Add TLS support for creating up to 300 threads | Subv | 1 | -6/+15 |
2015-05-12 | Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is called | Subv | 1 | -0/+2 |
2015-05-11 | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | Subv | 1 | -0/+2 |
2015-05-11 | Thread: Correctly set main thread initial stack position | Yuri Kunde Schlesner | 1 | -2/+2 |
2015-05-11 | fixup! Set the TLS address in the scheduler | Subv | 1 | -2/+5 |
2015-05-11 | Core/Memory: Give every emulated thread it's own TLS area. | Subv | 1 | -1/+9 |
2015-05-09 | Memory: Re-organize and rename memory area address constants | Yuri Kunde Schlesner | 1 | -2/+3 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -1/+3 |
2015-05-02 | Kernel: Properly initialize and shutdown all modules. | bunnei | 1 | -2/+8 |
2015-04-10 | Kernel: Implemented priority inheritance for mutexes. | bunnei | 1 | -3/+7 |
2015-04-10 | Thread: Implement priority boost for starved threads. | bunnei | 1 | -12/+36 |
2015-02-20 | Misc cleanup of common and related functions | archshift | 1 | -2/+3 |
2015-02-11 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 1 | -8/+6 |
2015-02-10 | Scheduler refactor Pt. 1 | Kevin Hartman | 1 | -185/+175 |
2015-02-02 | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 1 | -8/+0 |
2015-02-02 | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner | 1 | -0/+3 |
2015-02-02 | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner | 1 | -2/+2 |
2015-02-02 | Mutex: Replace g_mutex_held_locks with a set inside Thread | Yuri Kunde Schlesner | 1 | -0/+3 |
2015-02-02 | Kernel: Introduce unique Object ids for debugging | Yuri Kunde Schlesner | 1 | -5/+5 |
2015-02-02 | Kernel: Use separate Handle tables for CoreTiming userdata | Yuri Kunde Schlesner | 1 | -11/+11 |
2015-02-02 | Thread: Modernize two functions that slipped through previous rebases | Yuri Kunde Schlesner | 1 | -5/+4 |
2015-02-01 | arm: Clean up ARMul_State | Lioncash | 1 | -1/+1 |
2015-01-22 | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. | bunnei | 1 | -15/+28 |
2015-01-22 | Thread: Use std::find in CheckWait_WaitObject. | bunnei | 1 | -4/+5 |
2015-01-22 | Mutex: Cleanup and remove redundant code. | bunnei | 1 | -1/+1 |
2015-01-22 | Kernel: Renamed some functions for clarity. | bunnei | 1 | -1/+1 |
2015-01-22 | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei | 1 | -7/+5 |
2015-01-22 | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. | bunnei | 1 | -2/+2 |
2015-01-22 | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. | bunnei | 1 | -1/+1 |
2015-01-22 | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. | bunnei | 1 | -17/+25 |
2015-01-22 | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 1 | -46/+19 |
2015-01-22 | WaitSynchronizationN: Refactor to fix several bugs | bunnei | 1 | -33/+28 |
2015-01-22 | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | bunnei | 1 | -1/+5 |
2015-01-22 | WaitSynchronizationN: Implement return values | bunnei | 1 | -19/+75 |
2015-01-22 | Thread: Keep track of multiple wait objects. | bunnei | 1 | -11/+24 |
2015-01-22 | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei | 1 | -9/+2 |
2015-01-11 | Thread: Prevent waking a thread multiple times. | Subv | 1 | -0/+3 |
2015-01-09 | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 1 | -33/+30 |
2015-01-09 | Thread: Fix nullptr access in a logging function | Yuri Kunde Schlesner | 1 | -1/+2 |
2015-01-09 | Thread: Rename thread_queue => thread_list | Yuri Kunde Schlesner | 1 | -6/+6 |
2015-01-09 | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 1 | -213/+127 |
2015-01-09 | Kernel: Move Thread's definition to the header file | Yuri Kunde Schlesner | 1 | -51/+9 |
2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 1 | -4/+5 |
2015-01-09 | SVC: Fixed SleepThread. | Subv | 1 | -8/+32 |
2015-01-08 | Threads: Use a dummy idle thread when no other are ready. | Subv | 1 | -1/+22 |
2015-01-07 | Common: Clean up ThreadQueueList | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-12-28 | Kernel: New handle manager | Yuri Kunde Schlesner | 1 | -1/+2 |
2014-12-28 | Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants | Yuri Kunde Schlesner | 1 | -2/+2 |
2014-12-28 | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 1 | -11/+11 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-21 | Thread: Wait current thread on svc_SleepThread | bunnei | 1 | -20/+33 |
2014-12-20 | Kernel: Implement support for current thread pseudo-handle | Yuri Kunde Schlesner | 1 | -2/+1 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -12/+12 |
2014-12-09 | Thread: Fixed to wait on address when in arbitration. | bunnei | 1 | -10/+19 |
2014-12-07 | Mutex: Release all held mutexes when a thread exits. | Subv | 1 | -0/+4 |
2014-12-04 | Threads: Remove a redundant function. | Subv | 1 | -9/+1 |
2014-12-04 | Threads: Implemented a sequential thread id | Subv | 1 | -3/+13 |
2014-12-04 | SVC: Implemented GetThreadId. | Subv | 1 | -0/+16 |
2014-11-26 | Thread: Check that thread is actually in "wait state" when verifying wait. | bunnei | 1 | -1/+1 |
2014-11-24 | Use pointers instead of passing handles around in some functions. | Yuri Kunde Schlesner | 1 | -19/+15 |
2014-11-24 | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | 1 | -5/+0 |
2014-11-24 | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 1 | -21/+30 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -19/+19 |
2014-11-19 | Add static to some variables | Lioncash | 1 | -22/+22 |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 1 | -4/+4 |
2014-09-09 | core: Prune redundant includes | archshift | 1 | -3/+0 |
2014-08-31 | Threading: Fix thread starting to execute first instruction correctly. | bunnei | 1 | -0/+5 |
2014-08-28 | Threading: Fix thread starting to execute first instruction correctly. | bunnei | 1 | -0/+5 |
2014-08-18 | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 1 | -10/+7 |
2014-08-07 | Thread: Added more descriptive comment to WaitCurrentThread. | bunnei | 1 | -1/+5 |
2014-07-09 | Thread: Added functions to resume threads from address arbitration. | bunnei | 1 | -0/+37 |
2014-06-13 | Thread: Renamed occurrences of "t" to "thread" to improve readability. | bunnei | 1 | -48/+45 |
2014-06-13 | Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessarily be logged. | bunnei | 1 | -9/+7 |
2014-06-13 | HLE: Removed usnused EatCycles function. | bunnei | 1 | -9/+0 |
2014-06-13 | Thread: Moved position of * in arguments. | bunnei | 1 | -2/+2 |
2014-06-13 | Thread: Updated VerifyWait to be more readable (but functionally the same). | bunnei | 1 | -4/+3 |
2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 1 | -7/+7 |
2014-06-13 | HLE: Updated various handle debug assertions to be more clear. | bunnei | 1 | -2/+2 |
2014-06-13 | Kernel: Updated several member functions to be const | bunnei | 1 | -3/+3 |
2014-06-13 | Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set | bunnei | 1 | -1/+1 |
2014-06-13 | Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects) | bunnei | 1 | -10/+0 |
2014-06-13 | Kernel: Added real support for thread and event blocking | bunnei | 1 | -33/+88 |
2014-06-02 | svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support | bunnei | 1 | -0/+45 |
2014-06-02 | kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule | bunnei | 1 | -3/+3 |
2014-06-01 | thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution | bunnei | 1 | -0/+18 |
2014-05-27 | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 1 | -0/+11 |
2014-05-27 | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 1 | -2/+6 |
2014-05-27 | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 1 | -0/+5 |
2014-05-23 | thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument | bunnei | 1 | -2/+2 |
2014-05-23 | thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread | bunnei | 1 | -3/+3 |
2014-05-23 | kernel: refactored function naming to remove "__" prefix | bunnei | 1 | -39/+39 |
2014-05-23 | thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset | bunnei | 1 | -34/+15 |
2014-05-22 | thread: fixed bug where result of __NextThread was not being properly checked when NULL | bunnei | 1 | -1/+1 |
2014-05-21 | thread: added correct lowest thread priority, added a thread priority check, and added some comments | bunnei | 1 | -0/+3 |
2014-05-21 | thread: exposed ResumeThreadFromWait function for use in other kernel modules | bunnei | 1 | -8/+8 |
2014-05-21 | thread: moved threading calls to the Kernel namespace | bunnei | 1 | -89/+95 |
2014-05-21 | ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching | bunnei | 1 | -36/+2 |
2014-05-21 | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 1 | -1/+1 |
2014-05-21 | thread: whitespace change - fixed * and & placement | bunnei | 1 | -25/+25 |
2014-05-21 | - created a Kernel namespace | bunnei | 1 | -9/+9 |
2014-05-19 | - moved Handle/Result definitions to kernel.h | bunnei | 1 | -2/+0 |
2014-05-17 | changed a comment | bunnei | 1 | -1/+1 |
2014-05-17 | - added enum ThreadProcessorId | bunnei | 1 | -51/+90 |
2014-05-17 | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH | bunnei | 1 | -4/+5 |
2014-05-16 | completely gutted/refactored threading code to be simpler | bunnei | 1 | -616/+228 |
2014-05-15 | - added helper function for __KernelCreateThread | bunnei | 1 | -4/+70 |
2014-05-14 | fixed thread reset to not set stack address | bunnei | 1 | -1/+1 |
2014-05-14 | various cleanups / remove unused code | bunnei | 1 | -65/+28 |
2014-05-14 | 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 | 1 | -64/+524 |
2014-05-10 | added initial kernel/thread modules | bunnei | 1 | -0/+228 |