| Age | Commit message (Collapse) | Author |
|
|
|
Recent changes to the build system that made more warnings be flagged as
errors caused building via clang to break.
Fixes #4795
|
|
With this, the kernel finally doesn't depend directly on the global
system instance anymore.
|
|
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.
|