| Age | Commit message (Collapse) | Author |
|
Resolves some compiler warnings in the Linux build.
|
|
|
|
SetMemoryAttribute32
|
|
|
|
|
|
|
|
svcBreak.
|
|
|
|
|
|
|
|
|
|
|
|
threads were running.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CancelSynchronization, ArbitrateLock
|
|
|
|
SetThreadCoreMask, GetCurrentProcessorNumber
|
|
|
|
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host
Timing, Reworks the Kernel's Scheduler, Introduce Idle State and
Suspended State, Recreates the bootmanager, Initializes Multicore
system.
|
|
|
|
As we currently match hardware and don't return a successful result, these should be marked as errors instead of warnings and as stubs.
|
|
svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory
|
|
These were lost in the re-implementation of the virtual memory manager.
|
|
Since the VMM refactor, this is no longer used or needed.
|
|
- Should be no functional changes.
|
|
- Includes removing some SVC impls. that are untested.
|
|
- helpful to disambiguate Kernel::Memory namespace.
|
|
|
|
|
|
|
|
|
|
|
|
reflect RE.
|
|
|
|
This commit instends on better naming the new purpose of this classes.
|
|
This function doesn't actually return a result code, so we can amend the
signature of it to match.
|