aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
AgeCommit message (Expand)Author
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
2018-01-27Merge pull request #148 from MerryMage/feature/special-memorybunnei
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage
2018-01-24server_session: Fix scenario where all domain handlers are closed.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24ipc_helpers: Make interface domain agnostic and add header validation.bunnei
2018-01-24hle: Integrate Domain handling into ServerSession.bunnei
2018-01-24hle: Remove Domain and SyncObject kernel objects.bunnei
2018-01-24handle_table: Remove ConvertSessionToDomain.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-19Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)David
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware
2018-01-18svc: Fix svcGetInfo MapRegionBaseAddr.bunnei
2018-01-18svc: Add additional fields to MemoryInfo struct.bunnei
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...gdkchan
2018-01-17svc: Rename some entries to match their analogue on SwitchBrewLioncash
2018-01-17svc: Add CreateJitMemory and MapJitMemory svc stringsLioncash
2018-01-17svc: Clang-format fix.bunnei
2018-01-17hle_ipc: Clang format.bunnei
2018-01-17ipc: Implement domain command CloseVirtualHandle.bunnei