615 Commits (2c2d114a15b7e2a4fb8d1ec91dd9b4b157da6732)

Author SHA1 Message Date
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. 8 years ago
Subv f94bd67a0d Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. 8 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
Yuri Kunde Schlesner 8a35f3634e Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
Yuri Kunde Schlesner 41a3feea66 HLE: Move SessionRequestHandler from Service:: to Kernel:: 9 years ago
Yuri Kunde Schlesner ecfda5317e Kernel: Move HandleTable to a separate file 9 years ago
Yuri Kunde Schlesner 6f662625d3 Kernel: Move WaitObject to a separate file 9 years ago
Yuri Kunde Schlesner ddbf9cec1b Kernel: Removed HandleTable::GetWaitObject 9 years ago
Yuri Kunde Schlesner 74aa9efe3e Kernel: Extract dynamic Object pointer cast into its own function 9 years ago
Yuri Kunde Schlesner 467545ed48 Kernel: Centralize error definitions in errors.h 9 years ago
Subv 8e4b05c22a Kernel/Sessions: Remove the ClientSession::Create function. 9 years ago
Subv f98eb7d315 Kernel: Remove a now unused enum and variable regarding a session's status. 9 years ago
Subv 9c496013b3 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 9 years ago
Yuri Kunde Schlesner 2668c26a68 Kernel: Map special regions according to ExHeader 9 years ago
Yuri Kunde Schlesner 03ad0ec0e5 DSP: Create backing memory for entire DSP RAM 9 years ago
wwylele 67ead14445 Timer: restore missing signaled=true from #2421 9 years ago
B3n30 3fef6c1b0b Fix log entry in timer::signal (#2600) 9 years ago
Mat M dc1927a9d1 Doxygen: Amend minor issues (#2593) 9 years ago