232 Commits (e792758ddb275139d5cd1f5af601e11240ac097a)

Author SHA1 Message Date
Lioncash e792758ddb svc: Migrate address range checking functions to VMManager 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Lioncash 1ea7578fba kernel/svc: Log out uncaught C++ exceptions from svcBreak 7 years ago
Lioncash 669f7ccd9d kernel/svc: Correct misleading error message within CreateThread() 7 years ago
Lioncash d82608d18b kernel/svc: Sanitize core number and thread priorities in CreateThread() 7 years ago
Lioncash d81b00e4ee kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() 7 years ago
Lioncash a847292a78 kernel/svc: Simplify thread core ID sanitizing in CreateThread 7 years ago
Lioncash 50aed99339 kernel: Rename 'default' CPU core to 'ideal' core 7 years ago
Lioncash e835034c17 kernel/process: Remove most allocation functions from Process' interface 7 years ago
Lioncash 9a15fbc673 kernel/svc: Handle thread handles within GetProcessId 7 years ago
Lioncash 9ba5cae7fc svc: Implement svcSetMemoryAttribute 7 years ago
Lioncash 60661a4fd9 kernel/svc: Correct output parameter for svcGetThreadId 7 years ago
Lioncash 7755331f46 kernel/svc: Correct output parameter for svcGetProcessId 7 years ago
David Marcec 4b64fcc9d6 Moved backtrace to ArmInterface 7 years ago
Lioncash 10de0ac2ec svc: Enable svcQueryProcessMemory 7 years ago
Lioncash 9ba7ae793b svc: Write out the complete MemoryInfo structure in QueryProcessMemory 7 years ago
Lioncash 720705eafc svc: Handle memory writing explicitly within QueryProcessMemory 7 years ago
Lioncash d7ba5372f3 vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash cf39a01c94 vm_manager: Amend MemoryState enum members 7 years ago
Jens Schmer 6de2793bbf Fix Process object leak on emulation stop 7 years ago
Lioncash bfb412a71a vm_manager: Make vma_map private 7 years ago
Zach Hilman b0b7bc2866 svc: Avoid incorrect fast yield condition 7 years ago
Lioncash 1c6729c361 kernel/svc: Correct behavior of svcResetSignal() 7 years ago
Lioncash 42256624f9 kernel/svc: Remove unused header inclusion 7 years ago
Lioncash 98342ed109 kernel/svc: Implement svcSignalEvent() 7 years ago
Lioncash 3db51801b4 kernel/svc: Implement svcCreateEvent() 7 years ago
Lioncash 59a4ed0d24 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Lioncash 676c46cc81 kernel/svc: Implement the resource limit svcGetInfo option 7 years ago
Luke Street 0652d95dab svc: Implement SetThreadActivity (thread suspension) 7 years ago
V.Kalyuzhny cbbcdfc25d [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments 7 years ago
Zach Hilman 0ac4caaa54 scheduler: Avoid manual Reschedule call 7 years ago
Zach Hilman 5d50fa0824 scheduler: Only work steal higher priority threads from other cores 7 years ago
David Marcec a305208a35 Print backtrace on svcBreak 7 years ago
Lioncash 9a1400b30d svc: Use the current process' handle table for retrieving the process instance to act upon 7 years ago
Lioncash a3ecd8177f svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories 7 years ago
Zach Hilman 9caabad517 svc: Avoid performance-degrading unnecessary reschedule 7 years ago
Lioncash cd9570ce0d Fix debug build 7 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Lioncash 3d26167fe4 svc: Implement svcSetResourceLimitLimitValue() 7 years ago
Lioncash 43f1204b18 svc: Implement svcGetResourceLimitCurrentValue() 7 years ago
Lioncash ee59c47a59 svc: Implement svcGetResourceLimitLimitValue() 7 years ago
Lioncash 931ac0359b svc: Implement svcCreateResourceLimit() 7 years ago
David Marcec 07ed10a53e Added comment on Main memory size for more clarity 7 years ago
David Marcec 2097ef79e3 Made svcSetHeapSize and svcCreateSharedMemory more readable 7 years ago
David Marcec 67518a57b9 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
David Marcec 224dcaf1a5 Improved error messages for SVCs 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Luke Street 7d5b774d8a svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo 7 years ago