| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
KAutoObject.
|
|
|
|
SetThreadActivity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core: settings: Add setting for debug assertions and disable by default.
|
|
- Removes a dependency on core and input_common from common.
|
|
|
|
kernel/process: Replace process resource limit instance with the kernel's resource limit
|
|
resource limit
This commit addresses the inaccurate behavior of kernel processes creating their own resource limit, rather than utilizing the kernel's system-wide resource limit instance.
|
|
This function has a void return value, so this attribute doesn't apply
to it.
|
|
Kernel Rework: Derive memory regions from board layout.
|
|
kernel: Mark lock helper classes as [[nodiscard]]
|
|
kernel: Increase event and session counts
|
|
svc: Expand SVC tables
|
|
|
|
Prevents logic bugs from slipping through.
|
|
If we delete the copy and move constructor, we should also be deleting
the copy and move assignment operators (and even if this were intended,
it would be pretty odd to not document why it's done this way).
|
|
Prevents logic bugs of the kind described in the previous commit from
slipping through.
|
|
Prevents logic bugs like:
KScopedSchedulerLock{kernel};
instead of:
KScopedSchedulerLock lk{kernel};
from slipping through.
|
|
12.x increased the number of available sessions and event resource counts
|