summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp
AgeCommit message (Expand)Author
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-08Use std::move where appropriate.Subv
2016-12-05Return an error code when connecting to a saturated port.Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-12-01Threads do not wait for the server endpoint to call AcceptSession before retu...Subv
2016-11-30A bit of a redesign.Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-09-22name objectswwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv
2016-05-21SVC::WaitSynchronizationN: Reschedule at the endwwylele
2016-05-17Set fpscr for new threadsJannik Vogel
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-05-08Merge pull request #1766 from Subv/log_cpubunnei
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
2016-04-30Merge pull request #1647 from mailwl/acu-closeasyncbunnei
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-21ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)mailwl
2016-03-12svc: Move ResetType enum to the kernel event headerLioncash
2016-03-01ThreadProcessorId_All on SVC::CreateThreadKloen
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv
2015-12-25svc: Remove superfluous printf argumentLioncash
2015-12-12svc: Fix compilation with LOG_TRACE enabledLioncash
2015-11-30Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner
2015-08-30SVC: Advance time when calling GetSystemTick to escape busy-wait loopsYuri Kunde Schlesner
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-16Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner
2015-08-16Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner
2015-07-25Merge pull request #888 from zawata/Warning-Fixes-2Yuri Kunde Schlesner
2015-07-21dyncom: Pass SVC immediates directly.Lioncash
2015-07-17Kernel/SVC: Implemented svcQueryProcessMemorySubv
2015-07-17Kernel/SVC: Implemented svcQueryMemory.Subv
2015-07-17Core\HLE : Fix Warningzawata
2015-06-16kernel: Fix svcWaitSynch to always acquire requested wait objects.bunnei
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-25Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified...Subv
2015-05-20Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.bunnei
2015-05-16Implement svcBreakarchshift
2015-05-14Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-11fixup!Subv
2015-05-11Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadSubv
2015-05-10Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner
2015-05-07Fix printf format warningYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner