108 Commits (6a929c3a2cd3f99219f1ca154f7c0ac2c3175a32)

Author SHA1 Message Date
Lioncash 6a929c3a2c kernel: Handle page table switching within MakeCurrentProcess() 7 years ago
Lioncash 8d0cd9fc51 kernel/svc: Implement svcGetThreadList 7 years ago
ReinUsesLisp 95ee46bebb process: Fix up compilation 7 years ago
Lioncash f842f4c699 kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const 7 years ago
Lioncash 60167a13eb kernel/process: Report total physical memory used to svcGetInfo 7 years ago
Lioncash 4ee615b15a kernel/process: Store the total size of the code memory loaded 7 years ago
Lioncash 9a748d6f28 kernel/process: Store the main thread stack size to a data member 7 years ago
Lioncash 62afbfe707 kernel/process: Make Run's stack size parameter a u64 7 years ago
Lioncash ccbb4dd036 kernel/process: Ensure that given stack size is always page-aligned 7 years ago
Lioncash b8ccd49d77 kernel/codeset: Make CodeSet's memory data member a regular std::vector 7 years ago
Lioncash 60a98211a2 kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 912366764e kernel/process: Make MapSegment lambda reference parameter const 7 years ago
Lioncash 70ce9f5767 kernel: Move CodeSet structure to its own source files 7 years ago
bunnei 5840ce2950 core: Move PageTable struct into Common. 7 years ago
Lioncash 423a2ef536 core/hle/kernel: Make Mutex a per-process class. 7 years ago
Lioncash 959bb525f7 kernel/process: Remove use of global system accessors 7 years ago
Lioncash 1f5cd8cac7 kernel: Make the address arbiter instance per-process 7 years ago
Lioncash d396c08b13 kernel/handle_table: Allow process capabilities to limit the handle table size 7 years ago
Lioncash 852cb94231 kernel/process: Start the main thread using the specified ideal core 7 years ago
Lioncash 50aed99339 kernel: Rename 'default' CPU core to 'ideal' core 7 years ago
Lioncash bf1ab3e562 kernel/thread: Move process thread initialization into process.cpp 7 years ago
Lioncash e835034c17 kernel/process: Remove most allocation functions from Process' interface 7 years ago
Lioncash b221836d5d kernel/process: Hook up the process capability parser to the process itself 7 years ago
Lioncash cf39a01c94 vm_manager: Amend MemoryState enum members 7 years ago
Lioncash f75d6b7dd1 kernel/process: Set ideal core from metadata 7 years ago
Lioncash a007480e6f kernel/process: Make Process a WaitObject 7 years ago
Lioncash 676c46cc81 kernel/svc: Implement the resource limit svcGetInfo option 7 years ago
Lioncash 7bdf580058 kernel/process: Move <random> include to the cpp file 7 years ago
Lioncash fa7a76d1e0 kernel/resource_limit: Clean up interface 7 years ago
Zach Hilman f46fd39579 ldr_ro: Add error check for memory allocation failure 7 years ago
Lioncash 1de14301c3 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 7 years ago
Zach Hilman deb5d6be60 svc: Use proper random entropy generation algorithm 7 years ago
bunnei bdb2835028 process: LoadModule should clear JIT instruction cache. 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash d1c7aa8c6c kernel/process: Make CodeSet a regular non-inherited object 7 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 7 years ago
Lioncash 7942c5ca0d kernel/process: Add a data member to determine if a process is 64-bit or not. 7 years ago
Lioncash 577bde60b5 memory: Dehardcode the use of fixed memory range constants 7 years ago
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 7 years ago
Lioncash 6ac6054b7a svc: Move most process termination code to its own function within Process 7 years ago
Lioncash ded89694f7 thread/process: Move TLS slot marking/freeing to the process class 7 years ago
Lioncash 018c7cbbe0 kernel/thread: Use owner_process when setting the page table in SetupMainThread() 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
Lioncash 73f162a5b0 kernel/process: Use accessors instead of class members for referencing segment array 8 years ago
Lioncash 3bcf090d37 core/memory: Get rid of 3DS leftovers 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Lioncash 1b310cbb3a general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 44d2f427d4 core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
Lioncash bd9414dd31 kernel: Migrate logging macros to fmt-compatible ones 8 years ago