summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2018-01-02vm_manager: Use a more reasonable MAX_ADDRESS size.bunnei
2018-01-02svc: Remove unnecessary "svc" prefix to naming scheme.bunnei
2018-01-02pctl: Remove duplicate InstallInterfaces function.bunnei
2018-01-02hle: Move SVC code to kernel namespace.bunnei
2018-01-01svc: Improve svcGetInfo.bunnei
2018-01-01vm_manager: Stub out a bunch of interfaces used by svcGetInfo.bunnei
2018-01-01svc: Fix string formatting for CreateThread.bunnei
2018-01-01cmake: Add missing object_address_table.bunnei
2018-01-01core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei
2018-01-01svc: Stub out svcWaitSynchronization.bunnei
- This does not matter until we implement other kernel objects, mutexes use svcLockMutex for waiting.
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
This is kinda crufty, but we need it for now to update guest state variables.
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-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