summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-01core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei
2018-01-01svc: Stub out svcWaitSynchronization.bunnei
2018-01-01svc: Implement svcExitProcess.bunnei
2018-01-01svc: Implement svcUnlockMutex.bunnei
2018-01-01svc: Implement svcLockMutex.bunnei
2018-01-01kernel: Add ObjectAddressTable class.bunnei
2017-12-31thread: Keep track of the initially created handle.bunnei
2017-12-31svc: Implement svcExitThread.bunnei
2017-12-31svc: Implement svcCreateThread.bunnei
2017-12-31svc: Cleanup svcGetThreadPriority.bunnei
2017-12-31svc: Stub out svcGetCurrentProcessorNumber.bunnei
2017-12-31errors: Define missing kernel error codes.bunnei
2017-12-31svc: Implement svcSetThreadPriority.bunnei
2017-12-31svc: Change SignalProcessWideKey to a stub.bunnei
2017-12-31function_wrappers: Cleanup, fix warnings, remove unused code.bunnei
2017-12-31svc: Implement svcUnmapMemory.bunnei
2017-12-30svc: Minor cleanups.bunnei
2017-12-30svc: Implement svcStartThread.bunnei
2017-12-30thread: Main thread should set thread handle to reg 1.bunnei
2017-12-30thread: Remove THUMB mode flag.bunnei
2017-12-30thread: Main thread should be ready by default, all others dormant.bunnei
2017-12-29kernel: Various 64-bit fixes in memory/process/threadbunnei
2017-12-29applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei
2017-12-29controller: Implement DuplicateSession.bunnei
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-12-28ap, aoc_u: Minor cleanup.bunnei
2017-12-28service: Add empty interface for pctl:a.bunnei
2017-12-28kernel: Add basic support for Domain object.bunnei
2017-12-28kernel: Add SyncObject primitive, use it for ClientSession.bunnei
2017-12-28svc: Implement MapMemory.bunnei
2017-12-28process: Add method to mirror a memory region.bunnei
2017-12-28svc: Implement SetHeapSize.bunnei
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei
2017-12-28service: Halt on ReportUnimplementedFunction and improve output log.bunnei
2017-12-28service: Add empty interface for aoc:u.bunnei
2017-10-31service: Return proper result code for IPC::CommandType::Close.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-10-25externals: Update dynarmic and xbyak.bunnei
2017-10-23svc: Implement GetThreadId and GetProcessId.bunnei
2017-10-23logging: Rename category "Core_ARM11" to "Core_ARM".bunnei
2017-10-22nso: Load more common submodules.bunnei
2017-10-22memory: Support 32-bit paging, move heap address space up.bunnei
2017-10-19hle: Fix QueryMemory response for MemoryInfo.bunnei
2017-10-18lm: Implement lm::Initialize and Logger::log.bunnei
2017-10-18hle_ipc: Only copy necessary fields for outgoing command buffer.bunnei
2017-10-18hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.bunnei
2017-10-18service: Add CreatePort function (that does not register/install).bunnei
2017-10-18memory: Print addresses as 64-bit.bunnei
2017-10-17ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).bunnei
2017-10-17service: Print correct command ID on unimplemented function.bunnei