47 Commits (2158ccda3b52d53b7485b954dc878735a58de085)

Author SHA1 Message Date
Liam 31e54c4573 kernel: KPageTable: update 3 years ago
Narr the Reg dca4f0687a kernel: process: Implement GetFreeThreadCount 3 years ago
Kyle Kienapfel 6fa3faec65 Add break for default cases 3 years ago
Liam 4eece4d35d kernel/svc_types: refresh 3 years ago
bunnei 32d7faafa8 core: hle: kernel: Integrate system KSystemResource. 3 years ago
bunnei 829e82e264 core: hle: kernel: Use result macros for new/changed code. 3 years ago
bunnei abcc009dff core: hle: kernel: k_process: Improve management of page table & cleanup. 3 years ago
bunnei 1baedfa12c core: hle: kernel: Integration application memory block slab manager. 3 years ago
bunnei 25dcaf1eca core: hle: kernel: k_process: Change Status -> State. 3 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 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
Liam 208ed712f4 core/debugger: memory breakpoint support 4 years ago
Liam 744a208763 kernel: fix some uses of disable_count 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
Liam fb4b3c127f core/debugger: Implement new GDB stub debugger 4 years ago
ameerj ade596121b core: Reduce unused includes 4 years ago
bunnei 0defac2f2a core: hle: kernel: k_process: Remove handle table finalize, reset page table. 4 years ago
bunnei 813b2ef253 core: hle: kernel: k_process: Implement thread local storage accurately. 4 years ago
bunnei a74fddc98f core: hle: kernel: KProcess: Pass in KResourceLimit on process creation. 4 years ago
bunnei 59add00d4a hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. 4 years ago
bunnei d8b3f665db core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl. 4 years ago
bunnei 49a0e4330e hle: kernel: k_page_table: Update SetProcessMemoryPermission. 4 years ago
bunnei 6123b6ea45 hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite. 4 years ago
bunnei 3a89723d97 core: hle: kernel: Implement thread pinning. 4 years ago
bunnei 091463a429 core: hle: kernel: Updated implementation of svcSetHeapSize. 4 years ago
bunnei c73841500a core: hle: Remove global HLE lock. 4 years ago
bunnei 316a2dd22a hle: kernel: KProcess: Improvements for thread pinning. 4 years ago
bunnei f13fce3953 core: hle: kernel: k_process: DisableDispatch on main thread. 4 years ago
Morph 281437c811 kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission 4 years ago
Feng Chen dd29285e35 Fix dangling kernel objects when exiting 4 years ago
Feng Chen 5fbfc4c19e Fix KShareMemory object leak 4 years ago
bunnei 0c8594b225
Revert "kernel: Various improvements to scheduler" 4 years ago
bunnei 7569d6774d core: hle: kernel: k_process: DisableDispatch on main thread. 4 years ago
bunnei 8d755147d8 hle: kernel: KProcess: Change process termination assert to a warning. 5 years ago
bunnei b119363fc2 hle: kernel: k_process: Close the handle table on shutdown. 5 years ago
bunnei 6020723e77 hle: kernel: k_process: Close main thread reference after it is inserted into handle table. 5 years ago
Morph ebd38d66db kernel: Unconditionally set thread state when appropriate 5 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash 2f62bae9e3 kernel: Eliminate variable shadowing 5 years ago
bunnei 4b03e6e776 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei 0b27c721c9 hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei b57c5a9b54 hle: kernel: Migrate KResourceLimit to KAutoObject. 5 years ago
bunnei 269d233a94 hle: kernel: svc_results: Update naming.. 5 years ago
bunnei 89edbe8aa2 hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. 5 years ago
bunnei 7ccbdd4d8d hle: kernel: Migrate KProcess to KAutoObject. 5 years ago
bunnei da7e9553de hle: kernel: Migrate more of KThread to KAutoObject. 5 years ago