530 Commits (445e7318cf26a3fa5cb4ac75101872a54a3e898b)

Author SHA1 Message Date
crueter 445e7318cf Unity batch size 3 weeks ago
lizzie 09f03f5640
[hle/kernel] mark invalid SVC paths as unreachable (#3023) 5 months ago
lizzie 2e1af92852
[hle/kernel] allow primitive tracing of svcs on debug builds (#3005) 5 months ago
lizzie 8f6e0aa2cb
[tools, hle/kernel] generate condensed version of svc.cpp; move svc_generator.py and generate_converters.py to tools (#2791) 6 months ago
JPikachu ead5978b34
[kernel] Implement code address offset for Skyline compatibility (#2858) 6 months ago
crueter f1e74f6855
[meta] remove MicroProfile (#185) 9 months ago
Gamer64 1f34d836b4
Add cmake option to enable microprofile (#179) 9 months ago
Liam 3d5c6a73cb core: refactor emulated cpu core activation 2 years ago
Liam 62e106dbe8 kernel: update KProcess 3 years ago
Liam d0e11c27d9 kernel: prefer std::addressof 3 years ago
Merry 38f528134f svc: Fix type consistency (exposed on macOS) 3 years ago
Liam 832e1e2ca4 kernel: use GetCurrentProcess 3 years ago
Liam b91913334e kernel/svc: switch to generated wrappers 3 years ago
Liam 2d0892da7f kernel/svc: Split implementations into separate files 4 years ago
Liam 3b4c6e5425 kernel: KPageTable: update 3 years ago
bunnei 1bd2034592 Revert "Revert "k_page_group: synchronize"" 3 years ago
gidoly 118d57a8f0 Revert "k_page_group: synchronize" 3 years ago
Liam 4b9df26091 k_page_group: synchronize 3 years ago
Narr the Reg dfe49436c8 kernel: svc: Fix duplicated InfoType enum 3 years ago
Narr the Reg 464b7a9ee2 kernel: process: Implement GetFreeThreadCount 3 years ago
Liam e313e4f1ae kernel: implement FlushProcessDataCache 3 years ago
Liam affd5c32f9 kernel/svc_types: refresh 4 years ago
bunnei 019e425377 core: hle: kernel: Add KEventInfo. 4 years ago
Liam 8f65df7619 kernel: fix port tracking 4 years ago
Liam 2e56a382a9 kernel: invert session request handling flow 4 years ago
Morph 9fba74d245 general: Enforce C4800 everywhere except in video_core 4 years ago
bunnei 55ed04af34 core: hle: kernel: k_process: Improve management of page table & cleanup. 4 years ago
bunnei 5a37569052 core: hle: kernel: k_process: Change Status -> State. 4 years ago
Liam 09777eea76 kernel: remove KWritableEvent 4 years ago
Liam 545875eaa1 k_server_session: preliminary support for userspace server sessions 4 years ago
Liam a048c5ca0f Add implementation of svcCreateSession 4 years ago
Liam e47bced65d kernel: use KScheduler from mesosphere 4 years ago
german77 093680269b core: kernel: Replace instances of KPageLinkedList with KPageGroup 4 years ago
german77 c7890ebccc core: Replace all instances of ResultCode with Result 4 years ago
comex 0c3a934b6e Re-add missing `case` and braces, and trim whitespace 4 years ago
comex 593f978ad2 Update src/core/hle/kernel/svc.cpp 4 years ago
comex 9decdbabab Support InfoType_MesosphereCurrentProcess 4 years ago
Liam 83f1ecb73b kernel: make current thread pointer thread local 4 years ago
Nikita Strygin 5f5739ea2c Implement ExitProcess svc 4 years ago
Liam 0755b274fa kernel: notify debugger on break SVC 4 years ago
Liam a6c1036ddc core: centralize profile scope for Dynarmic 4 years ago
Liam 59a6d88625 kernel: implement KProcess suspension 4 years ago
Liam c1771c98f3 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Morph 88052d8c09 kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
tech-ticks 53f7a78e9e hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174) 4 years ago
bunnei 3beb4d4273 hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physical address space. 4 years ago
bunnei f84511eb4f hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer. 4 years ago
bunnei 58a4c17e98 hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check. 4 years ago
bunnei 64ae76bff6 core: hle: kernel: KEvent: Pass in owner KProcess on event creation. 4 years ago