summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-081-0/+5
|\
| * Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-071-0/+5
* | Merge pull request #1647 from mailwl/acu-closeasyncGravatar bunnei2016-04-301-0/+4
|\ \
| * | ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)Gravatar mailwl2016-04-211-0/+4
| |/
* / Common: Remove section measurement from profiler (#1731)Gravatar Yuri Kunde Schlesner2016-04-291-4/+0
|/
* svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-121-2/+2
* ThreadProcessorId_All on SVC::CreateThreadGravatar Kloen2016-03-011-0/+1
* HLE/SVC: Implement UnmapMemoryBlock.Gravatar Subv2016-01-141-5/+27
* svc: Remove superfluous printf argumentGravatar Lioncash2015-12-251-1/+1
* svc: Fix compilation with LOG_TRACE enabledGravatar Lioncash2015-12-121-1/+1
* Kernel: Implement svcGetSystemInfoGravatar Yuri Kunde Schlesner2015-11-301-1/+46
* SVC: Advance time when calling GetSystemTick to escape busy-wait loopsGravatar Yuri Kunde Schlesner2015-08-301-1/+4
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+4
* Kernel: Implement svcGetProcessInfo in a basic wayGravatar Yuri Kunde Schlesner2015-08-161-1/+47
* Kernel: Add more infrastructure to support different memory layoutsGravatar Yuri Kunde Schlesner2015-08-161-1/+1
* Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Gravatar Yuri Kunde Schlesner2015-08-161-1/+1
* Kernel: Properly implement ControlMemory FREE and COMMITGravatar Yuri Kunde Schlesner2015-08-161-13/+95
* Merge pull request #888 from zawata/Warning-Fixes-2Gravatar Yuri Kunde Schlesner2015-07-251-2/+2
|\
| * Core\HLE : Fix WarningGravatar zawata2015-07-171-2/+2
* | dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-211-4/+3
* | Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-171-6/+16
* | Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-171-2/+14
|/
* kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-161-9/+17
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-2/+2
* Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified...Gravatar Subv2015-05-251-0/+2
* Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.Gravatar bunnei2015-05-201-20/+2
* Implement svcBreakGravatar archshift2015-05-161-1/+13
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-11/+38
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
* fixup!Gravatar Subv2015-05-111-9/+9
* Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadGravatar Subv2015-05-111-2/+31
* Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-101-1/+3
* Fix printf format warningGravatar Yuri Kunde Schlesner2015-05-071-1/+1
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-0/+1
* HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-061-3/+34
* SVC: Assert on unsupported CreateThread processor ID.Gravatar bunnei2015-04-091-3/+9
* SVC: Update various SVCs to cause a reschedule.Gravatar bunnei2015-04-091-2/+22
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-091-6/+16
* SVC: Reschedule on svcCreateThread.Gravatar bunnei2015-04-091-0/+2
* arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-161-2/+3
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-1/+1
* Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-091-5/+9
* WaitSynch: Always reschedule (verified behavior on hw).Gravatar bunnei2015-02-091-4/+4
* Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-021-7/+11
* SVC: Enable CloseHandle, clean up DuplicateHandleGravatar Yuri Kunde Schlesner2015-02-021-9/+5
* Thread: Modernize two functions that slipped through previous rebasesGravatar Yuri Kunde Schlesner2015-02-021-3/+3
* Make Port/Service registration and querying more HW-accurateGravatar Yuri Kunde Schlesner2015-02-021-4/+16
* SVC: Use CASCADE_RESULT in SVC handlersGravatar Yuri Kunde Schlesner2015-01-301-73/+32
* Remove result.h InvalidHandleGravatar Yuri Kunde Schlesner2015-01-301-15/+16
* SVC: Change return type of handlers to ResultCodeGravatar Yuri Kunde Schlesner2015-01-301-90/+90