aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
AgeCommit message (Expand)Author
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-07-19Merge pull request #726 from lioncash/overloadbunnei
2018-07-19Merge pull request #721 from lioncash/svcbunnei
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-19svc: Correct always true assertion case in SetThreadCoreMaskLioncash
2018-07-19hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...Lioncash
2018-07-18Merge pull request #692 from lioncash/assignbunnei
2018-07-18Merge pull request #690 from lioncash/movebunnei
2018-07-18Merge pull request #688 from lioncash/commabunnei
2018-07-18address_arbiter: Correct assignment within an assertion statement in WakeThre...Lioncash
2018-07-18vm_manager: Add missing commas to string literal array elements in GetMemoryS...Lioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-18core: Don't construct instance of Core::System, just to access its live instanceLioncash
2018-07-17Merge pull request #671 from MerryMage/clear-exclusive-statebunnei
2018-07-17Merge pull request #672 from SciresM/to_address_fixbunnei
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei
2018-07-16Kernel/Arbiter: Fix bug in WaitIfLessThanMichael Scire
2018-07-16scheduler: Clear exclusive state when switching contextsMerryMage
2018-07-14No need to use ASSERT_MSG with an empty messageDavid Marcec
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-22Merge pull request #579 from SciresM/masterbunnei
2018-06-22IPC: skip empty buffer writemailwl
2018-06-22Kernel/Arbiters: Fix casts, cleanup comments/magic numbersMichael Scire
2018-06-21Add additional missing format.Michael Scire
2018-06-21Run clang-format on PR.Michael Scire
2018-06-21Kernel/Arbiters: HLE is atomic, adjust code to reflect that.Michael Scire
2018-06-21Kernel/Arbiters: Initialize arb_wait_address in thread struct.Michael Scire
2018-06-21Kernel/Arbiters: Clear WaitAddress in SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire
2018-06-21Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-06-18Merge pull request #572 from Armada651/user-except-stubbunnei
2018-06-18svc: Add a stub for UserExceptionContextAddr.Jules Blok
2018-06-02Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may a...Subv
2018-05-30Kernel/Thread: Corrected a typo that caused the affinity mask to never be cha...Subv
2018-05-30Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.Subv
2018-05-30Kernel/Thread: Corrected a typo in an assert about the processor id.Subv
2018-05-25Add & correct miscellaneous things (#470)greggameplayer
2018-05-23Merge pull request #454 from Subv/signal_processwidebunnei
2018-05-20Merge pull request #457 from Subv/mutex_waitersbunnei
2018-05-20Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...Subv
2018-05-19Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWide...Subv
2018-05-19Kernel/Threads: Reschedule the proper core when operating on that core's thre...Subv
2018-05-19SVC: Removed unused WaitSynchronization1 functionSubv
2018-05-17Added RequestWithContext & ControlWithContextDavid Marcec
2018-05-10thread: Rename mask to affinity_masks.bunnei
2018-05-10thread: Support core change on ResumeFromWait and improve ChangeCore.bunnei
2018-05-10scheduler: Protect scheduling functions with a global mutex.bunnei