Historique des commits

Auteur SHA1 Message Date
  Valeri 84786dde00 hle: remove no-op code il y a 4 ans
  bunnei 3a89723d97 core: hle: kernel: Implement thread pinning. il y a 4 ans
  bunnei 257d3c9ecf hle: kernel k_scheduler: EnableScheduling: Remove redundant GetCurrentThreadPointer calls. il y a 4 ans
  FernandoS27 3c2a451f47 hle: kernel: fix scheduling ops from HLE host thread. il y a 4 ans
  bunnei abbea575cf hle: kernel: Add a flag for indicating that the kernel is currently shutting down. il y a 4 ans
  bunnei 284015dfd7 core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. il y a 5 ans
  bunnei 629f9274ac core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. il y a 5 ans
  bunnei 13c82d042f core: hle: kernel: k_scheduler: Improve ScheduleImpl. il y a 5 ans
  bunnei f412d2027a core: hle: kernel: k_scheduler: Improve Unload. il y a 5 ans
  bunnei 3bd5d4b6f8 core: hle: kernel: Ensure idle threads are closed before destroying scheduler. il y a 5 ans
  bunnei 0c8594b225 Revert "kernel: Various improvements to scheduler" il y a 4 ans
  bunnei 1798c3b6b0 core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. il y a 5 ans
  bunnei d1c502720d core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. il y a 5 ans
  bunnei 77ad64b97d core: hle: kernel: k_scheduler: Improve ScheduleImpl. il y a 5 ans
  bunnei bedcf19710 core: hle: kernel: k_scheduler: Improve Unload. il y a 5 ans
  bunnei 2b9560428b core: hle: kernel: Ensure idle threads are closed before destroying scheduler. il y a 5 ans
  Markus Wick 3d2e80daed core/arm_interface: Call SVC after end of dynarmic block. il y a 5 ans
  Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error il y a 5 ans
  Lioncash 2f62bae9e3 kernel: Eliminate variable shadowing il y a 5 ans
  bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. il y a 5 ans
  bunnei 89edbe8aa2 hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. il y a 5 ans
  bunnei b6156e735c hle: kernel: Move slab heap management to KernelCore. il y a 5 ans
  bunnei ab704acab8 hle: kernel: Ensure all kernel objects with KAutoObject are properly created. il y a 5 ans
  bunnei 0eeecde67c hle: kernel: Migrate idle threads. il y a 5 ans
  bunnei 5872561077 hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. il y a 5 ans
  bunnei 8f7eb194af common: Fiber: use a reference for YieldTo. il y a 5 ans
  bunnei 47af34003b hle: kernel: KThread: Rework dummy threads & fix memory leak. il y a 5 ans
  bunnei a5ab85ac37 Revert "core: Switch to unique_ptr for usage of Common::Fiber." il y a 5 ans
  bunnei 51fb0a6f96 core: Switch to unique_ptr for usage of Common::Fiber. il y a 5 ans
  bunnei 6e953f7f02 hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. il y a 5 ans