index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc_common.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-19
core: hle: kernel: svc_common: Add WaitInfinite & cleanup.
bunnei
1
-2
/
+5
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-12-28
core: hle: kernel: Updated implementation of svcSetHeapSize.
bunnei
1
-0
/
+5
2021-05-06
fixup! hle: kernel: Migrate to KHandleTable.
bunnei
1
-1
/
+1
2021-05-06
hle: kernel: Migrate to KHandleTable.
bunnei
1
-0
/
+15
2021-01-11
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
1
-0
/
+1
2021-01-11
core: hle: kernel: Begin moving common SVC defintions to its own header.
bunnei
1
-6
/
+2
2020-04-17
core: kernel: Move SVC to its own namesapce.
bunnei
1
-3
/
+3
2019-04-08
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
1
-1
/
+5
2018-12-12
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
Lioncash
1
-16
/
+0
2018-10-26
svc: Localize the GetInfo enum class to the function itself
Lioncash
1
-32
/
+0
2018-10-26
svc: Implement svcGetInfo command 0xF0000002
Lioncash
1
-0
/
+1
2018-10-15
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()
Lioncash
1
-2
/
+2
2018-05-26
Add & correct miscellaneous things (#470)
greggameplayer
1
-0
/
+3
2018-01-19
svc: Add additional fields to MemoryInfo struct.
bunnei
1
-0
/
+4
2018-01-17
SVC: Add 4.0.0+ comment to GetInfoType enum values.
Subv
1
-0
/
+1
2018-01-16
Added more svcGetInfo pairs
David Marcec
1
-0
/
+13
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
Subv
1
-0
/
+1
2018-01-09
kernel: Rename Semaphore to ConditionVariable.
bunnei
1
-1
/
+1
2018-01-03
hle: Move SVC code to kernel namespace.
bunnei
1
-9
/
+3
2018-01-01
svc: Improve svcGetInfo.
bunnei
1
-28
/
+12
2017-10-20
hle: Fix QueryMemory response for MemoryInfo.
bunnei
1
-2
/
+3
2017-10-14
svc: Update MemoryInfo flags for 64-bit.
bunnei
1
-5
/
+5
2016-03-13
svc: Move ResetType enum to the kernel event header
Lioncash
1
-6
/
+0
2016-03-12
svc: Remove unused ArbitrationType enum
Lioncash
1
-9
/
+0
2016-03-12
svc: Make ResetType an enum class
Lioncash
1
-5
/
+4
2015-12-01
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
1
-0
/
+29
2015-07-21
dyncom: Pass SVC immediates directly.
Lioncash
1
-1
/
+1
2015-05-06
HLE: Clean up SVC dispatch mechanism
Yuri Kunde Schlesner
1
-1
/
+1
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-15
/
+0
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-1
/
+1
2014-06-05
arm: fixed bug in how thread context switch occurs with SkyEye
bunnei
1
-0
/
+4
2014-05-30
svc: added ArbitrationType enumeration
bunnei
1
-0
/
+9
2014-05-21
renamed "syscall" module to "svc" (more accurate naming)
bunnei
1
-2
/
+2
2014-05-19
- moved Handle/Result definitions to kernel.h
bunnei
1
-4
/
+8
2014-05-16
- added SVC stubs for QueryMemory and GetThreadId
bunnei
1
-0
/
+11
2014-05-16
- added ThreadContext struct
bunnei
1
-0
/
+14
2014-04-12
- renamed hle_syscall to just syscall
bunnei
1
-0
/
+19