631 Commits (75bd5bf8be3f9c251d571af2baf927a9596d12d6)

Author SHA1 Message Date
bunnei da4bd90980 thread: Remove THUMB mode flag. 8 years ago
bunnei d8a3de102e thread: Main thread should be ready by default, all others dormant. 8 years ago
bunnei 78531342a4 kernel: Various 64-bit fixes in memory/process/thread 8 years ago
bunnei 9d04a45a90 kernel: Fix implementation of ConvertSessionToDomain. 8 years ago
bunnei 8331a996d6 kernel: Add basic support for Domain object. 8 years ago
bunnei 8fdafee314 kernel: Add SyncObject primitive, use it for ClientSession. 8 years ago
bunnei e74563e0d0 process: Add method to mirror a memory region. 8 years ago
bunnei 1edc9cc327 service: Return proper result code for IPC::CommandType::Close. 8 years ago
bunnei 714dd3da6d hle: Use Switch formatted result codes. 8 years ago
bunnei bf69f3d1eb hle: Fix QueryMemory response for MemoryInfo. 8 years ago
bunnei a636b779e7 hle_ipc: Only copy necessary fields for outgoing command buffer. 8 years ago
bunnei f599769c3c hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer. 8 years ago
bunnei be299c7636 hle: Implement ConvertSessionToDomain, various cleanups. 8 years ago
bunnei 2ea8867549 hle: Initial implementation of NX service framework and IPC. 8 years ago
bunnei e36ccd5ff1 loader: Various improvements for NSO/NRO loaders. 8 years ago
Subv 25a5ce9e75 Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it. 8 years ago
Subv 141da6b667 Kernel/Thread: Added a helper function to get a thread's command buffer VAddr. 8 years ago
bunnei 6d3b6e0041 nso: Refactor and allocate .bss section. 8 years ago
bunnei 39308848e3 process: Support loading multiple codesets. 8 years ago
bunnei 6cfc867d93 kernel: Various threading fixes to support 64-bit addressing. 8 years ago
bunnei e5731e94d6 core: Various changes to support 64-bit addressing. 8 years ago
Huw Pascoe da1c8d1522 Fixed type conversion ambiguity 8 years ago
Subv a0054d695e Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. 8 years ago
Subv 2e78c05d91 Kernel/Thread: Allow specifying which process a thread belongs to when creating it. 8 years ago
MerryMage 6b8ad273fc memory: Add GetCurrentPageTable/SetCurrentPageTable 8 years ago
Subv 9200465e55 Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. 9 years ago
Subv 71281c2114 Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. 9 years ago
Subv 23ad87098d Kernel/Memory: Switch the current page table when a new process is scheduled. 9 years ago
Subv 36100ec791 Kernel/Memory: Give each Process its own page table. 9 years ago
Subv 9cf64ca2cf Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc). 9 years ago
Subv 733dfe220e Kernel/Threads: Don't immediately switch to the new main thread when loading a new process. 9 years ago
Subv f94bd67a0d Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. 9 years ago
Subv 4a8de6bb00 Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 9 years ago
Subv 44f4737f99 Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed. 9 years ago
Subv d7538409fb Kernel/ServerSession: Keep track of which threads have issued sync requests. 9 years ago
Yuri Kunde Schlesner afa851d0a4 Kernel: Implement AcceptSession SVC 9 years ago
Yuri Kunde Schlesner 1dd91e371b Memory: Make PhysicalToVirtualAddress return a boost::optional 9 years ago
Yuri Kunde Schlesner b3e13d653f Kernel/IPC: Support translation of null handles 9 years ago
Yuri Kunde Schlesner c27dad4cd1 ResultVal: Remove MoveFrom() 9 years ago
Yuri Kunde Schlesner 41376f050a Kernel: Add comment about the extended linear heap area 9 years ago
Yuri Kunde Schlesner 6382e341f8 Kernel/IPC: Make HLERequestContext usable from outside kernel 9 years ago
Yuri Kunde Schlesner 48b7e2b061 Kernel/IPC: Use boost::small_vector for HLE context objects 9 years ago
Yuri Kunde Schlesner 192a95390e Kernel: Allow clearing request_objects to re-use buffer space 9 years ago
Yuri Kunde Schlesner e639024013 Kernel: Basic support for IPC translation for HLE services 9 years ago
Yuri Kunde Schlesner ccba9e903f Kernel: Add methods in HLERequestContext abstracting handle creation 9 years ago
Yuri Kunde Schlesner 1e8c1ed676 ServiceFramework: Use separate copy of command buffer 9 years ago
Yuri Kunde Schlesner 5a6d4a2f19 Session: Remove/add some forward declarations 9 years ago
Yuri Kunde Schlesner 82a355b3cd Kernel: Ensure objects are kept alive during ClientSession disconnection 9 years ago
Yuri Kunde Schlesner 0a7f4f531f Service: Add new ServiceFramework framework for writing HLE services 9 years ago
Yuri Kunde Schlesner 1e267fd653 Kernel: Remove some unnecessary namespace qualifications 9 years ago