summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/svc.h
AgeCommit message (Expand)Author
2025-02-03kernel/svc: Refactor UnmapProcessCodeMemory validationZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-12-04core: refactor emulated cpu core activationLiam
2023-02-21svc: Fix type consistency (exposed on macOS)Merry
2023-02-06kernel/svc: switch to generated wrappersLiam
2023-02-04kernel/svc: Split implementations into separate filesLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-04-17core: kernel: Move SVC to its own namesapce.bunnei
2019-04-07kernel/svc: Deglobalize the supervisor call handlersLioncash
2018-12-12vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.hLioncash
2018-10-26svc: Localize the GetInfo enum class to the function itselfLioncash
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash
2018-10-14svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...Lioncash
2018-05-25Add & correct miscellaneous things (#470)greggameplayer
2018-01-18svc: Add additional fields to MemoryInfo struct.bunnei
2018-01-16SVC: Add 4.0.0+ comment to GetInfoType enum values.Subv
2018-01-16Added more svcGetInfo pairsDavid Marcec
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...Subv
2018-01-08kernel: Rename Semaphore to ConditionVariable.bunnei
2018-01-02hle: Move SVC code to kernel namespace.bunnei