Commit History

Author SHA1 Message Date
  bunnei 7b6d516faa Merge pull request #2234 from lioncash/mutex 7 years ago
  Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files 7 years ago
  Lioncash 555cd26ec2 core/hle/kernel: Make Mutex a per-process class. 7 years ago
  Lioncash 6eddb60db0 kernel/process: Remove use of global system accessors 7 years ago
  Lioncash 8e510d5afa kernel: Make the address arbiter instance per-process 7 years ago
  Lioncash 1f0c8bfeda core/kernel: Remove unnecessary inclusions 7 years ago
  Lioncash 8769604144 kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() 7 years ago
  Sebastian Valle e5dfbe22ee Merge pull request #1956 from lioncash/process-thread 7 years ago
  Lioncash f80bc712ea kernel: Rename 'default' CPU core to 'ideal' core 7 years ago
  Lioncash fbeaa330a3 kernel/process: Remove most allocation functions from Process' interface 7 years ago
  bunnei 795335af0f Merge pull request #1928 from lioncash/caps 7 years ago
  Lioncash 002ae08bbd kernel/process: Hook up the process capability parser to the process itself 7 years ago
  Lioncash 62d4377053 kernel/kernel: Use correct initial PID for userland Process instances 7 years ago
  Lioncash 9b3a38e3d3 kernel/process: Make process_id a 64-bit value 7 years ago
  Lioncash 366985ca92 vm_manager: Amend MemoryState enum members 7 years ago
  Lioncash c7462ce712 kernel/process: Make Process a WaitObject 7 years ago
  Lioncash 312690b450 kernel/svc: Implement the resource limit svcGetInfo option 7 years ago
  Lioncash 31d1e06eb1 kernel/process: Move <random> include to the cpp file 7 years ago
  Zach Hilman 0276761a1e process: Make MirrorMemory take state to map new memory as 7 years ago
  bunnei e1ea8cc721 Merge pull request #1679 from DarkLordZach/deterministic-rng-2 7 years ago
  Lioncash b8e885c6e5 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 7 years ago
  Zach Hilman ab552e4a25 svc: Use proper random entropy generation algorithm 7 years ago
  Lioncash 6594853eb1 svc: Implement svcGetInfo command 0xF0000002 7 years ago
  Lioncash 90a981a03a kernel/process: Make the handle table per-process 7 years ago
  Lioncash 1c7a7ed79b svc: Implement svcGetProcessInfo 7 years ago
  Lioncash 1abed2f4c4 kernel/process: Make CodeSet a regular non-inherited object 7 years ago
  Lioncash dccfe193a9 kernel/process: Add a data member to determine if a process is 64-bit or not. 7 years ago
  Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
  Lioncash 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata 7 years ago
  Lioncash 48b2eda492 svc: Move most process termination code to its own function within Process 7 years ago