| Commit message (Expand) | Author | Age | Files | Lines |
| * | svc: Implement svcSetThreadPriority. | bunnei | 2017-12-31 | 1 | -1/+30 |
| * | svc: Change SignalProcessWideKey to a stub. | bunnei | 2017-12-31 | 1 | -2/+2 |
| * | function_wrappers: Cleanup, fix warnings, remove unused code. | bunnei | 2017-12-31 | 1 | -187/+35 |
| * | svc: Implement svcUnmapMemory. | bunnei | 2017-12-31 | 3 | -1/+15 |
| * | svc: Minor cleanups. | bunnei | 2017-12-30 | 1 | -8/+9 |
| * | svc: Implement svcStartThread. | bunnei | 2017-12-30 | 1 | -0/+16 |
| * | thread: Main thread should set thread handle to reg 1. | bunnei | 2017-12-30 | 1 | -1/+4 |
| * | thread: Remove THUMB mode flag. | bunnei | 2017-12-30 | 1 | -1/+1 |
| * | thread: Main thread should be ready by default, all others dormant. | bunnei | 2017-12-30 | 1 | -4/+3 |
| * | kernel: Various 64-bit fixes in memory/process/thread | bunnei | 2017-12-29 | 5 | -14/+14 |
| * | applet_oe: Stub out a bunch of interfaces necessary for boot. | bunnei | 2017-12-29 | 2 | -1/+159 |
| * | controller: Implement DuplicateSession. | bunnei | 2017-12-29 | 2 | -9/+11 |
| * | kernel: Fix implementation of ConvertSessionToDomain. | bunnei | 2017-12-29 | 10 | -54/+90 |
| * | ap, aoc_u: Minor cleanup. | bunnei | 2017-12-28 | 3 | -4/+1 |
| * | service: Add empty interface for pctl:a. | bunnei | 2017-12-28 | 6 | -0/+90 |
| * | kernel: Add basic support for Domain object. | bunnei | 2017-12-28 | 5 | -4/+112 |
| * | kernel: Add SyncObject primitive, use it for ClientSession. | bunnei | 2017-12-28 | 4 | -10/+41 |
| * | svc: Implement MapMemory. | bunnei | 2017-12-28 | 3 | -4/+17 |
| * | process: Add method to mirror a memory region. | bunnei | 2017-12-28 | 2 | -0/+27 |
| * | svc: Implement SetHeapSize. | bunnei | 2017-12-28 | 2 | -3/+19 |
| * | service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor. | bunnei | 2017-12-28 | 10 | -20/+10 |
| * | service: Halt on ReportUnimplementedFunction and improve output log. | bunnei | 2017-12-28 | 1 | -4/+2 |
| * | service: Add empty interface for aoc:u. | bunnei | 2017-12-28 | 4 | -0/+44 |
| * | service: Return proper result code for IPC::CommandType::Close. | bunnei | 2017-10-31 | 4 | -9/+12 |
| * | hle: Use Switch formatted result codes. | bunnei | 2017-10-31 | 8 | -346/+110 |
| * | svc: Implement GetThreadId and GetProcessId. | bunnei | 2017-10-23 | 2 | -2/+37 |
| * | logging: Rename category "Core_ARM11" to "Core_ARM". | bunnei | 2017-10-23 | 10 | -89/+89 |
| * | nso: Load more common submodules. | bunnei | 2017-10-22 | 1 | -15/+11 |
| * | memory: Support 32-bit paging, move heap address space up. | bunnei | 2017-10-22 | 2 | -3/+3 |
| * | hle: Fix QueryMemory response for MemoryInfo. | bunnei | 2017-10-19 | 7 | -149/+31 |
| * | lm: Implement lm::Initialize and Logger::log. | bunnei | 2017-10-18 | 2 | -3/+67 |
| * | hle_ipc: Only copy necessary fields for outgoing command buffer. | bunnei | 2017-10-18 | 1 | -1/+1 |
| * | hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer. | bunnei | 2017-10-18 | 2 | -14/+19 |
| * | service: Add CreatePort function (that does not register/install). | bunnei | 2017-10-18 | 2 | -0/+12 |
| * | memory: Print addresses as 64-bit. | bunnei | 2017-10-18 | 1 | -2/+2 |
| * | ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug). | bunnei | 2017-10-17 | 1 | -3/+4 |
| * | service: Print correct command ID on unimplemented function. | bunnei | 2017-10-17 | 1 | -1/+1 |
| * | hle: Implement ConvertSessionToDomain, various cleanups. | bunnei | 2017-10-15 | 10 | -33/+82 |
| * | core: Refactor MakeMagic usage and remove dead code. | bunnei | 2017-10-15 | 11 | -885/+18 |
| * | hle: Add service stubs for apm and appletOE. | bunnei | 2017-10-14 | 10 | -2/+136 |
| * | hle: Initial implementation of NX service framework and IPC. | bunnei | 2017-10-14 | 21 | -859/+574 |
| * | nso: Add a log for loading submodules. | bunnei | 2017-10-14 | 1 | -0/+1 |
| * | svc: Some logging cleanup. | bunnei | 2017-10-14 | 1 | -7/+5 |
| * | svc: Update MemoryInfo flags for 64-bit. | bunnei | 2017-10-14 | 1 | -5/+5 |
| * | svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc. | bunnei | 2017-10-14 | 1 | -1185/+185 |
| * | Remove more 3DS-specific code. | bunnei | 2017-10-13 | 5 | -48/+3 |
| * | Remove more 3DS-specific code. | bunnei | 2017-10-12 | 7 | -1414/+2 |
| * | Remove more 3DS-specific code. | bunnei | 2017-10-12 | 3 | -55/+0 |
| * | Remove lots more 3DS-specific code. | bunnei | 2017-10-12 | 50 | -6976/+8 |
| * | hle: Remove a large amount of 3ds-specific service code. | bunnei | 2017-10-10 | 200 | -22393/+2 |