summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-04-17core: kernel: Move SVC to its own namesapce.bunnei1-3/+3
2019-04-08kernel/svc: Deglobalize the supervisor call handlersLioncash1-1/+5
2018-12-12vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.hLioncash1-16/+0
2018-10-26svc: Localize the GetInfo enum class to the function itselfLioncash1-32/+0
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash1-0/+1
2018-10-15svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()Lioncash1-2/+2
2018-05-26Add & correct miscellaneous things (#470)greggameplayer1-0/+3
2018-01-19svc: Add additional fields to MemoryInfo struct.bunnei1-0/+4
2018-01-17SVC: Add 4.0.0+ comment to GetInfoType enum values.Subv1-0/+1
2018-01-16Added more svcGetInfo pairsDavid Marcec1-0/+13
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)Subv1-0/+1
2018-01-09kernel: Rename Semaphore to ConditionVariable.bunnei1-1/+1
2018-01-03hle: Move SVC code to kernel namespace.bunnei1-9/+3
2018-01-01svc: Improve svcGetInfo.bunnei1-28/+12
2017-10-20hle: Fix QueryMemory response for MemoryInfo.bunnei1-2/+3
2017-10-14svc: Update MemoryInfo flags for 64-bit.bunnei1-5/+5
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-6/+0
2016-03-12svc: Remove unused ArbitrationType enumLioncash1-9/+0
2016-03-12svc: Make ResetType an enum classLioncash1-5/+4
2015-12-01Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner1-0/+29
2015-07-21dyncom: Pass SVC immediates directly.Lioncash1-1/+1
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner1-1/+1
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-15/+0
2014-12-21License changepurpasmart961-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-06-05arm: fixed bug in how thread context switch occurs with SkyEyebunnei1-0/+4
2014-05-30svc: added ArbitrationType enumerationbunnei1-0/+9
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-2/+2
2014-05-19- moved Handle/Result definitions to kernel.hbunnei1-4/+8
2014-05-16- added SVC stubs for QueryMemory and GetThreadIdbunnei1-0/+11
2014-05-16- added ThreadContext structbunnei1-0/+14
2014-04-12- renamed hle_syscall to just syscallbunnei1-0/+19