aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
AgeCommit message (Expand)Author
2017-12-31svc: Implement svcUnmapMemory.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-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-12-28kernel: Add basic support for Domain object.bunnei
2017-12-28kernel: Add SyncObject primitive, use it for ClientSession.bunnei
2017-12-28process: Add method to mirror a memory region.bunnei
2017-10-31service: Return proper result code for IPC::CommandType::Close.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-10-19hle: Fix QueryMemory response for MemoryInfo.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-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei
2017-10-03Merge pull request #2977 from Subv/shmem_createbunnei
2017-10-02Kernel/SharedMemory: Don't take over and unmap the source memory block when c...Subv
2017-10-01Merge pull request #2971 from Subv/per_process_memopsSebastian Valle
2017-10-01Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.Subv
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-30process: Support loading multiple codesets.bunnei
2017-09-30kernel: Various threading fixes to support 64-bit addressing.bunnei
2017-09-30core: Various changes to support 64-bit addressing.bunnei
2017-09-30Merge pull request #2967 from Subv/thread_wakeup_callbacksSebastian Valle
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-28Kernel/Threads: When putting a thread to wait, specify a function to execute ...Subv
2017-09-26Kernel/Thread: Allow specifying which process a thread belongs to when creati...Subv
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableMerryMage
2017-09-15Merge pull request #2842 from Subv/switchable_page_tableB3n30
2017-09-15Kernel/Threads: Don't clear the CPU instruction cache when performing a conte...Subv
2017-09-15Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the c...Subv
2017-09-10Kernel/Memory: Switch the current page table when a new process is scheduled.Subv
2017-09-10Kernel/Memory: Give each Process its own page table.Subv
2017-08-23Merge pull request #2839 from Subv/global_kernel_lockJames Rowe
2017-08-22Merge pull request #2893 from Subv/not_schedule_main_threadbunnei
2017-08-22Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...Subv
2017-08-21Kernel/Threads: Don't immediately switch to the new main thread when loading ...Subv
2017-08-21Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...Subv
2017-07-22Merge pull request #2799 from yuriks/virtual-cached-range-flushWeiyi Wang
2017-06-29Merge pull request #2793 from Subv/replyandreceiveSebastian Valle
2017-06-29Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSync...Subv
2017-06-25Kernel/Sessions: Clean up the list of pending request threads of a session wh...Subv
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv
2017-06-23Kernel: Implement AcceptSession SVCYuri Kunde Schlesner
2017-06-21Memory: Make PhysicalToVirtualAddress return a boost::optionalYuri Kunde Schlesner
2017-06-21Kernel/IPC: Support translation of null handlesYuri Kunde Schlesner
2017-06-21Merge pull request #2789 from yuriks/misc-kernelWeiyi Wang