summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp
AgeCommit message (Expand)Author
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
2015-04-09SVC: Assert on unsupported CreateThread processor ID.bunnei
2015-04-09SVC: Update various SVCs to cause a reschedule.bunnei
2015-04-09Thread: Implement priority boost for starved threads.bunnei
2015-04-09SVC: Reschedule on svcCreateThread.bunnei
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-09Scheduler refactor Pt. 1Kevin Hartman
2015-02-09WaitSynch: Always reschedule (verified behavior on hw).bunnei
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02SVC: Enable CloseHandle, clean up DuplicateHandleYuri Kunde Schlesner
2015-02-02Thread: Modernize two functions that slipped through previous rebasesYuri Kunde Schlesner
2015-02-02Make Port/Service registration and querying more HW-accurateYuri Kunde Schlesner
2015-01-30SVC: Use CASCADE_RESULT in SVC handlersYuri Kunde Schlesner
2015-01-30Remove result.h InvalidHandleYuri Kunde Schlesner
2015-01-30SVC: Change return type of handlers to ResultCodeYuri Kunde Schlesner
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert Timer to (mostly) not use HandlesYuri Kunde Schlesner