2336 Commits (8c59543ee32c8bff575bab7ec1e70f76f8eda437)

Author SHA1 Message Date
bunnei 9ec5f75f43 core: hle: kernel: Add KDynamicSlabHeap. 4 years ago
bunnei 345b9e6a08 core: hle: kernel: Add KDynamicPageManager. 4 years ago
bunnei 25dcaf1eca core: hle: kernel: k_process: Change Status -> State. 4 years ago
bunnei 113a5ed68f core: hle: kernel: svc_types: Add SystemThreadPriorityHighest and ProcessState. 4 years ago
bunnei 47b8160666 core: device_memory: Templatize GetPointer(..). 4 years ago
bunnei e63a5459e3 core: hle: kernel: svc_common: Add WaitInfinite & cleanup. 4 years ago
Liam 282cd3e5fe kernel: fix slab heap ABA 4 years ago
Liam a9ace6856d kernel: remove KWritableEvent 4 years ago
Liam 61a8696510 k_server_session: preliminary support for userspace server sessions 4 years ago
Liam 9b34afa588 Add implementation of svcCreateSession 4 years ago
Liam 35d3e7db2a common: remove "yuzu:" prefix from thread names 4 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
Liam 6523854dd6 kernel: unlayer CPU interrupt handling 4 years ago
Kelebek1 458da8a948 Project Andio 4 years ago
Merry a1d2fb314e KCodeMemory: Mark virtual methods as override 4 years ago
Liam a9a83fa726 kernel: Ensure all uses of disable_count are balanced 4 years ago
Liam 77137583cd kernel: be more careful about initialization path for HLE threads 4 years ago
Liam da07e13e07 kernel: fix single-core preemption points 4 years ago
Liam 21945ae127 kernel: fix issues with single core mode 4 years ago
Liam 0624c880bd kernel: use KScheduler from mesosphere 4 years ago
Kelebek1 b23c6b456c PR 4 years ago
Kelebek1 240650f6a6 Rework CoreTiming 4 years ago
Liam 1611c53c12 kernel: fix usage of waiter_list in Finalize 4 years ago
Liam ed0319cfed common/fiber: make fibers easier to use 4 years ago
Liam 2c1e2c63c3 cpu_manager: properly check idle on return from preemption 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 075155022e kernel: clean up waiting implementation 4 years ago
Liam 2c56e94702 kernel: make current thread pointer thread local 4 years ago
Morph 1c8f6ba18f KPageTable: Remove extraneous assert 4 years ago
Liam 24d7aaf43c kernel: wait for threads to stop on pause 4 years ago
Nikita Strygin cf7e4bda92 Implement ExitProcess svc 4 years ago
Liam 208ed712f4 core/debugger: memory breakpoint support 4 years ago
Liam 744a208763 kernel: fix some uses of disable_count 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 bd38aefc57 kernel: fix passthrough of local captures in lambda 4 years ago
Liam 6f59e2676b kernel: ensure class token lambda exit is unreachable 4 years ago
Liam 8fea7e56e5 kernel: fix inconsistency in AutoObjectTraits macro definitions 4 years ago
Liam 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Liam 6c659c3a16 kernel: fix KCodeMemory initialization 4 years ago
Liam af022294dd CpuManager: simplify pausing 4 years ago
Liam 07922abffc core/debugger: Support reading guest thread names 4 years ago
Liam 989d4a7a41 core/debugger: Improved stepping mechanism and misc fixes 4 years ago
Liam fb4b3c127f core/debugger: Implement new GDB stub debugger 4 years ago
Morph 8eabdc058b kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF 4 years ago