summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
AgeCommit message (Expand)Author
2018-03-31hle_ipc, fsp_srv: Cleanup logging.bunnei
2018-03-31hle_ipc: Do not ensure write buffer size.bunnei
2018-03-31memory: Fix stack region.bunnei
2018-03-29svc: Stub GetThreadCoreMask.bunnei
2018-03-19Clang FixesN00byKing
2018-03-19More Warning cleanupsN00byKing
2018-03-19Clean Warnings (?)N00byKing
2018-03-18hle_ipc: Add SleepClientThread to block current thread within HLE routines.bunnei
2018-03-18hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.bunnei
2018-03-18hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei
2018-03-18thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei
2018-03-16process: MirrorMemory should use MemoryState::Mapped.bunnei
2018-03-16process: Unmap previously allocated heap.bunnei
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei
2018-03-16svc: Use more correct values for GetInfo MapRegion and NewMapRegion.bunnei
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-03-16process: Fix stack memory state.bunnei
2018-03-16MemoryState: Add additional memory states and improve naming.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-01Merge pull request #216 from Subv/savedatabunnei
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-02-27thread: Clear the process list on shutdown.Jules Blok
2018-02-26Merge pull request #207 from mailwl/duplicatesessionbunnei
2018-02-25Merge pull request #215 from N00byKing/umapsharedmmrybunnei
2018-02-25(Hopefully) Fix MinGW BuildN00byKing
2018-02-25Add UnmapSharedMemoryN00byKing
2018-02-22Stub more functionsmailwl
2018-02-20Add warning if Domain request has no domain message headermailwl
2018-02-20Fix: change check for domain order and existance of domain message headermailwl
2018-02-20IPC: add domain header to response if only it exists in requestmailwl
2018-02-19scheduler: Cleanup based on PR feedback.bunnei
2018-02-18kernel: Use Scheduler class for threading.bunnei
2018-02-18kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...bunnei
2018-02-18kernel: Remove unused address_arbiter code.bunnei
2018-02-18 Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...Subv
2018-02-16Service/hid: stub some functionsmailwl
2018-02-14shared_memory: Remove some checks.bunnei
2018-02-14Merge pull request #188 from bunnei/refactor-buffer-descriptorbunnei
2018-02-14hle_ipc: Remove const from WriteBuffer size.bunnei
2018-02-14thread: Silence formatting specifier warningsLioncash
2018-02-14vm_manager: Silence formatting specifier warningsLioncash
2018-02-14hle_ipc: Add GetReadBufferSize and check write buffer size.bunnei
2018-02-13hle_ipc: Add helper functions for reading and writing buffers.bunnei
2018-02-13hle_ipc: Add helper functions for reading and writing buffers.bunnei
2018-02-05mutex: Update hasWaiters on release.bunnei
2018-02-04GetInfo: Implement IsCurrentProcessBeingDebugged.bunnei
2018-02-04WaitProcessWideKeyAtomic: Handle case where condition variable was already cr...bunnei
2018-02-03svc: SharedMemory size should be 64-bits and cleanup.bunnei
2018-02-03ArbitrateLock: Assert that requesting_thread is current_thread.bunnei
2018-01-29shared_memory: Only mark addresses as invalid if they are within the heapshinyquagsire23