521 Commits (ac6cbb7134d71134e4beae91361a78fa68202c22)

Author SHA1 Message Date
Liam ac6cbb7134 kernel: prefer std::addressof 3 years ago
Merry c9678bda24 svc: Fix type consistency (exposed on macOS) 3 years ago
Liam 4363ca304a kernel: use GetCurrentProcess 3 years ago
Liam 2415d37ea2 kernel/svc: switch to generated wrappers 3 years ago
Liam 92eb091ddb kernel/svc: Split implementations into separate files 3 years ago
Liam 31e54c4573 kernel: KPageTable: update 3 years ago
bunnei a5693afa03
Revert "Revert "k_page_group: synchronize"" 3 years ago
gidoly 10eaf31af3
Revert "k_page_group: synchronize" 3 years ago
Liam 3392fdac9b k_page_group: synchronize 3 years ago
Narr the Reg 20cbf6f3db kernel: svc: Fix duplicated InfoType enum 3 years ago
Narr the Reg dca4f0687a kernel: process: Implement GetFreeThreadCount 3 years ago
Liam 651f6598ac kernel: implement FlushProcessDataCache 3 years ago
Liam 4eece4d35d kernel/svc_types: refresh 3 years ago
bunnei 37b17252d1 core: hle: kernel: Add KEventInfo. 3 years ago
Liam 2228383322 kernel: fix port tracking 3 years ago
Liam 983f2b7074 kernel: invert session request handling flow 3 years ago
Morph e6ab1f673b general: Enforce C4800 everywhere except in video_core 3 years ago
bunnei abcc009dff core: hle: kernel: k_process: Improve management of page table & cleanup. 3 years ago
bunnei 25dcaf1eca core: hle: kernel: k_process: Change Status -> State. 3 years ago
Liam a9ace6856d kernel: remove KWritableEvent 3 years ago
Liam 61a8696510 k_server_session: preliminary support for userspace server sessions 3 years ago
Liam 9b34afa588 Add implementation of svcCreateSession 3 years ago
Liam 0624c880bd kernel: use KScheduler from mesosphere 4 years ago
german77 7b48e7b363 core: kernel: Replace instances of KPageLinkedList with KPageGroup 4 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 4 years ago
comex bf7e78795f Re-add missing `case` and braces, and trim whitespace 4 years ago
comex a14438d013
Update src/core/hle/kernel/svc.cpp 4 years ago
comex 48737a4bb2 Support InfoType_MesosphereCurrentProcess 4 years ago
Liam 2c56e94702 kernel: make current thread pointer thread local 4 years ago
Nikita Strygin cf7e4bda92 Implement ExitProcess svc 4 years ago
Liam a7358ff1d4 kernel: notify debugger on break SVC 4 years ago
Liam 20eab9fed9 core: centralize profile scope for Dynarmic 4 years ago
Liam 888f499188 kernel: implement KProcess suspension 4 years ago
Liam 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Morph 8eabdc058b kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
tech-ticks 3b91d213b1 hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174) 4 years ago
bunnei 1b3dba329a hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physical address space. 4 years ago
bunnei 3bc0c2a625 hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer. 4 years ago
bunnei 4e2401c11a hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check. 4 years ago
bunnei 57ebcbf2c4 core: hle: kernel: KEvent: Pass in owner KProcess on event creation. 4 years ago
Sergi Granell c3242abe95 kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32 4 years ago
Narr the Reg d0c7c3f64f svc: Set unique names for function tables 4 years ago
tech-ticks 16bf50e610 service: pm: Implement AtmosphereGetProcessInfo 4 years ago
Narr the Reg 1ed22b4613 svc: Add 32 bit SynchronizePreemptionState 4 years ago
bunnei b8b1b58f36 core: hle: kernel: Rename Un/Map to Un/MapMeory. 4 years ago
bunnei 49a0e4330e hle: kernel: k_page_table: Update SetProcessMemoryPermission. 4 years ago
bunnei 081669c334 hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory. 4 years ago
bunnei af4696657c core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission. 4 years ago
bunnei 3a89723d97 core: hle: kernel: Implement thread pinning. 4 years ago