summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
AgeCommit message (Expand)Author
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
2018-01-16SVC: Correct some return values in svcGetInfo and added TitleId and Privilege...Subv
2018-01-16SVC: Add 4.0.0+ comment to GetInfoType enum values.Subv
2018-01-16IPC: Push domain objects as move handles when not in a domain.Subv
2018-01-16Merge pull request #52 from ogniK5377/fspbunnei
2018-01-16SetThreadCoreMask stub, time to implement fspDavid Marcec
2018-01-16Added more svcGetInfo pairsDavid Marcec
2018-01-16clang-formatMerryMage
2018-01-14shared_memory: Minor fixes and cleanup.bunnei
2018-01-14svc: Implement svcMapSharedMemory.bunnei
2018-01-14kernel: Increase default stack size to 64K.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-11core: Include <algorithm> where used.bunnei
2018-01-11core: Fix recent GCC build breaks.bunnei
2018-01-11svc: Implement GetSystemTick.bunnei
2018-01-10IPC: Corrected some definitions for the buffer C descriptor flags.Subv
2018-01-10svc: Stub ResetSignal and CreateTransferMemorySubv
2018-01-10svc: Stub SetMemoryAttributeSubv
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...Subv
2018-01-09SVC: Fixed WaitSynchronization with multiple handles when none is immediately...Subv
2018-01-09SVC: Implemented CancelSynchronization.Subv
2018-01-09ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.Subv
2018-01-09SVC: Fixed WaitSynchronization with multiple handles when at least one of the...Subv
2018-01-08kernel: Rename Semaphore to ConditionVariable.bunnei
2018-01-08mutex: Remove unused call to VerifyGuestState.bunnei