Commit History

Author SHA1 Message Date
  liamwhite 7e75593c20 Merge pull request #8502 from liamwhite/end-wait 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
  bunnei 737c446fc1 Merge pull request #8432 from liamwhite/watchpoint 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. 5 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. 5 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