60 Commits (6b6f0b21b9a9cab406d63700833af2e5f94977f8)

Author SHA1 Message Date
Liam 6b6f0b21b9 k_process: PageTable -> GetPageTable 2 years ago
Liam 6eaef51cf2 memory: rename global memory references to application memory 3 years ago
Liam 156516e399 kernel: use KTypedAddress for addresses 3 years ago
Liam 9d5747fb71 kernel: additional style fixes to KThread, KProcess 3 years ago
Liam b8da5b73b2 kernel: convert KProcess to new style 3 years ago
Liam 46d09ae364 kernel: convert KThread to new style 3 years ago
Liam d0e11c27d9 kernel: prefer std::addressof 3 years ago
Liam cf0b407daa kernel: remove kernel_ 3 years ago
Liam 5be8a74b0c general: fix spelling mistakes 3 years ago
Liam 63414faea4 kernel: be more careful about kernel address keys 3 years ago
Liam f4e795193b kernel: refactor priority inheritance to represent locks as C++ objects 3 years ago
Liam 1c3a93e7c4 service: refactor server architecture 3 years ago
bunnei 86a1aa0fcc core: kernel: k_process: Use application system resource. 3 years ago
Liam 3b4c6e5425 kernel: KPageTable: update 3 years ago
Narr the Reg 464b7a9ee2 kernel: process: Implement GetFreeThreadCount 3 years ago
Kyle Kienapfel d886438754 Add break for default cases 3 years ago
Liam affd5c32f9 kernel/svc_types: refresh 3 years ago
bunnei e81fcf5795 core: hle: kernel: Integrate system KSystemResource. 3 years ago
bunnei 4c2274b2c1 core: hle: kernel: Use result macros for new/changed code. 3 years ago
bunnei 55ed04af34 core: hle: kernel: k_process: Improve management of page table & cleanup. 3 years ago
bunnei 0eeef46015 core: hle: kernel: Integration application memory block slab manager. 3 years ago
bunnei 5a37569052 core: hle: kernel: k_process: Change Status -> State. 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
german77 c7890ebccc core: Replace all instances of ResultCode with Result 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
Liam 8d2abc710c core/debugger: memory breakpoint support 4 years ago
Liam 6d5cc6b2a2 kernel: fix some uses of disable_count 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
Liam 2ee161a0bf core/debugger: Implement new GDB stub debugger 4 years ago
ameerj 22e01068e1 core: Reduce unused includes 4 years ago
bunnei b7535cd853 core: hle: kernel: k_process: Remove handle table finalize, reset page table. 4 years ago
bunnei 2b881f4ccc core: hle: kernel: k_process: Implement thread local storage accurately. 4 years ago
bunnei 09adf10025 core: hle: kernel: KProcess: Pass in KResourceLimit on process creation. 4 years ago
bunnei a2731424a6 hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. 4 years ago
bunnei 18969b5d8e core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl. 4 years ago
bunnei d45b65b4d9 hle: kernel: k_page_table: Update SetProcessMemoryPermission. 4 years ago
bunnei 84a61db25b hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite. 4 years ago
bunnei b12695ddc4 core: hle: kernel: Implement thread pinning. 4 years ago
bunnei 714dcea191 core: hle: kernel: Updated implementation of svcSetHeapSize. 4 years ago
bunnei 5192e8e092 core: hle: Remove global HLE lock. 4 years ago
bunnei 8fc7d6e631 hle: kernel: KProcess: Improvements for thread pinning. 4 years ago
bunnei 3ca8aca719 core: hle: kernel: k_process: DisableDispatch on main thread. 4 years ago
Morph d9bfc2d546 kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission 4 years ago
Feng Chen 60df1f9030 Fix dangling kernel objects when exiting 4 years ago
Feng Chen 38fc397b0f Fix KShareMemory object leak 4 years ago
bunnei 5e600cba3a Revert "kernel: Various improvements to scheduler" 4 years ago
bunnei cba49de65b core: hle: kernel: k_process: DisableDispatch on main thread. 4 years ago
bunnei 179243473b hle: kernel: KProcess: Change process termination assert to a warning. 5 years ago