| Age | Commit message (Collapse) | Author |
|
kernel: implement data cache management operations
|
|
Add break for default cases
|
|
Visual Studio has an option to search all files in a solution, so I
did a search in there for "default:" looking for any missing break
statements.
I've left out default statements that return something, and that throw
something, even if via ThrowInvalidType. UNREACHABLE leads towards throw
R_THROW macro leads towards a return
|
|
Debugger improvements
|
|
|
|
service_thread: remove explicit KProcess
|
|
Initial ARM64 support
|
|
|
|
|
|
|
|
kernel: assign KProcess to service threads
|
|
|
|
Ensure correctness of atomic store ordering
|
|
|
|
|
|
Kernel: Various updates for FW 15.0.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KBlockInfoSlabHeap.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: refactor dummy thread wakeups
|
|
This also covers std::span, which does not have a const iterator.
Also renames IsSTLContainer to IsContiguousContainer to explicitly convey its semantics.
|