| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Converts services to have their own processes
|
|
kernel: Refactor thread_local variable usage
|
|
|
|
|
|
|
|
On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId().
This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: assign KProcess to service threads
|
|
|
|
Kernel: Various updates for FW 15.0.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: use KScheduler from Mesosphere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: wait for threads to stop on pause
|
|
|
|
|
|
|
|
|
|
|
|
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
|
|
|
Kernel: Track open references to KServerPort and KServerSession.
|