Historique des commits

Auteur SHA1 Message Date
  Lioncash 3f87664d8f kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap il y a 7 ans
  Lioncash 19dcb50692 kernel/process: Remove unused boost header include il y a 7 ans
  Lioncash 612e1388df core/core: Move process execution start to System's Load() il y a 7 ans
  Lioncash 6300ccbc3c kernel: Make handle type declarations constexpr il y a 7 ans
  bunnei 74a4a50470 Merge pull request #2314 from lioncash/const il y a 7 ans
  Lioncash 28719ee3b4 kernel/svc: Implement svcGetThreadList il y a 7 ans
  Lioncash 20cc0b8d3c kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const il y a 7 ans
  Lioncash 3a846aa80f kernel/process: Report total physical memory used to svcGetInfo il y a 7 ans
  Lioncash 2289e895aa kernel/process: Store the total size of the code memory loaded il y a 7 ans
  Lioncash 5d4ab5ec2f kernel/process: Store the main thread stack size to a data member il y a 7 ans
  Lioncash 427f1e3e3d kernel/process: Make Run's stack size parameter a u64 il y a 7 ans
  Lioncash 7c4bc7b883 kernel/process: Remove unused AddressMapping struct il y a 7 ans
  bunnei 7b6d516faa Merge pull request #2234 from lioncash/mutex il y a 7 ans
  Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files il y a 7 ans
  Lioncash 555cd26ec2 core/hle/kernel: Make Mutex a per-process class. il y a 7 ans
  Lioncash 6eddb60db0 kernel/process: Remove use of global system accessors il y a 7 ans
  Lioncash 8e510d5afa kernel: Make the address arbiter instance per-process il y a 7 ans
  Lioncash 1f0c8bfeda core/kernel: Remove unnecessary inclusions il y a 7 ans
  Lioncash 8769604144 kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() il y a 7 ans
  Sebastian Valle e5dfbe22ee Merge pull request #1956 from lioncash/process-thread il y a 7 ans
  Lioncash f80bc712ea kernel: Rename 'default' CPU core to 'ideal' core il y a 7 ans
  Lioncash fbeaa330a3 kernel/process: Remove most allocation functions from Process' interface il y a 7 ans
  bunnei 795335af0f Merge pull request #1928 from lioncash/caps il y a 7 ans
  Lioncash 002ae08bbd kernel/process: Hook up the process capability parser to the process itself il y a 7 ans
  Lioncash 62d4377053 kernel/kernel: Use correct initial PID for userland Process instances il y a 7 ans
  Lioncash 9b3a38e3d3 kernel/process: Make process_id a 64-bit value il y a 7 ans
  Lioncash 366985ca92 vm_manager: Amend MemoryState enum members il y a 7 ans
  Lioncash c7462ce712 kernel/process: Make Process a WaitObject il y a 7 ans
  Lioncash 312690b450 kernel/svc: Implement the resource limit svcGetInfo option il y a 7 ans
  Lioncash 31d1e06eb1 kernel/process: Move <random> include to the cpp file il y a 7 ans