2451 Commits (e5fd0b8ef5d8a4e9b0c67e1cf1963b0d7be01e0a)

Author SHA1 Message Date
bunnei 15eebff127 core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup. 4 years ago
bunnei 0eeef46015 core: hle: kernel: Integration application memory block slab manager. 4 years ago
bunnei 98a3854393 core: hle: kernel: k_page_table: Update, and integrate with new KMemoryBlockManager/SlabManager. 4 years ago
bunnei ddd0ca5f83 core: hle: kernel: k_memory_block: Update. 4 years ago
bunnei 3b1a2fd7db core: hle: kernel: k_memory_block_manager: Update. 4 years ago
bunnei 97e4cd1c8f core: hle: kernel: k_thread: Implement thread termination DPC. 4 years ago
bunnei 0592bf30c1 core: hle: kernel: Add KDynamicResourceManager. 4 years ago
bunnei f6fd69d0d4 core: hle: kernel: Add KDynamicSlabHeap. 4 years ago
bunnei 1089e3cb1e core: hle: kernel: Add KDynamicPageManager. 4 years ago
bunnei 5a37569052 core: hle: kernel: k_process: Change Status -> State. 4 years ago
bunnei acc0a8f63a core: hle: kernel: svc_types: Add SystemThreadPriorityHighest and ProcessState. 4 years ago
bunnei d9871bab0b core: device_memory: Templatize GetPointer(..). 4 years ago
bunnei 444f94e8f7 core: hle: kernel: svc_common: Add WaitInfinite & cleanup. 4 years ago
Liam 53625f087b kernel: fix slab heap ABA 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 47fc168030 common: remove "yuzu:" prefix from thread names 4 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
Liam 3edb108f4b kernel: unlayer CPU interrupt handling 4 years ago
Kelebek1 be1f5f1d9f Project Andio 4 years ago
Merry 4267739d06 KCodeMemory: Mark virtual methods as override 4 years ago
Liam dbb1312876 kernel: Ensure all uses of disable_count are balanced 4 years ago
Liam e2be660909 kernel: be more careful about initialization path for HLE threads 4 years ago
Liam 21e2063d7d kernel: fix single-core preemption points 4 years ago
Liam 61b26b386d kernel: fix issues with single core mode 4 years ago
Liam e47bced65d kernel: use KScheduler from mesosphere 4 years ago
Kelebek1 f66a68fa1b PR 4 years ago
Kelebek1 03de5e053d Rework CoreTiming 4 years ago
Liam 12948cf615 kernel: fix usage of waiter_list in Finalize 4 years ago
Liam e551960935 common/fiber: make fibers easier to use 4 years ago
Liam 61ef65ab25 cpu_manager: properly check idle on return from preemption 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 f70a3ada00 kernel: clean up waiting implementation 4 years ago
Liam 83f1ecb73b kernel: make current thread pointer thread local 4 years ago
Morph 72b78f9c32 KPageTable: Remove extraneous assert 4 years ago
Liam 808ad9eb9f kernel: wait for threads to stop on pause 4 years ago
Nikita Strygin 5f5739ea2c Implement ExitProcess svc 4 years ago
Liam 8d2abc710c core/debugger: memory breakpoint support 4 years ago
Liam 6d5cc6b2a2 kernel: fix some uses of disable_count 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 f91e2f2742 kernel: fix passthrough of local captures in lambda 4 years ago
Liam 72abaf896f kernel: ensure class token lambda exit is unreachable 4 years ago
Liam 32ba68cf0e kernel: fix inconsistency in AutoObjectTraits macro definitions 4 years ago