Andreas Kling
|
68bf6db673
Kernel: Rename Spinlock::is_owned_by_current_thread()
|
3 vuotta sitten |
Andreas Kling
|
0b4671add7
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
|
3 vuotta sitten |
Andreas Kling
|
d9da513959
Kernel: Move "in-scheduler" flag from SchedulerData to Processor
|
3 vuotta sitten |
Andreas Kling
|
dea93a8bb9
Kernel: Rename Processor::id() => current_id()
|
3 vuotta sitten |
Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
3 vuotta sitten |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 vuotta sitten |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 vuotta sitten |
Andreas Kling
|
ed6f84c2c9
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
|
3 vuotta sitten |
Andreas Kling
|
37304203dd
Kernel: Lock thread list while in Thread::unref()
|
3 vuotta sitten |
Andreas Kling
|
9babb92a4b
Kernel/SMP: Make entering/leaving critical sections multi-processor safe
|
3 vuotta sitten |
Andreas Kling
|
b7129c57df
Kernel: Only get register dump when we have a trap
|
3 vuotta sitten |
Andreas Kling
|
2be368e4c4
Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread()
|
3 vuotta sitten |
Andreas Kling
|
374972578d
Kernel: Port the scheduler's time tracking to SpinLockProtectedValue
|
3 vuotta sitten |
Andreas Kling
|
a425f421ac
Kernel: Port the scheduler's ready queues to SpinLockProtectedValue
|
3 vuotta sitten |
Andreas Kling
|
a1c82041a6
Kernel: Simplify the per-CPU SchedulerData struct
|
3 vuotta sitten |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 vuotta sitten |
Andreas Kling
|
d5d8fba579
Kernel: Store Thread name as a KString
|
4 vuotta sitten |
Andreas Kling
|
1e43292c3b
Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures
|
4 vuotta sitten |
Andreas Kling
|
7aed2cfc02
Kernel: Make some debug logging in Scheduler CPU agnostic
|
4 vuotta sitten |
Andreas Kling
|
06104a4227
Kernel: Remove unused Scheduler::yield_from_critical()
|
4 vuotta sitten |
Andreas Kling
|
cfce92f639
Kernel: Fix handful of clang-tidy warnings in Scheduler
|
4 vuotta sitten |
Gunnar Beutner
|
31f30e732a
Everywhere: Prefix hexadecimal numbers with 0x
|
4 vuotta sitten |
Brian Gianforcaro
|
1cffecbe8d
Kernel: Push ARCH specific ifdef's down into RegisterState functions
|
4 vuotta sitten |
Tom
|
a635ff4e60
Everywhere: Make tracking cpu usage independent from system ticks
|
4 vuotta sitten |
Tom
|
7e77a2ec40
Everywhere: Improve CPU usage calculation
|
4 vuotta sitten |
Gunnar Beutner
|
7c3bfde8fd
Kernel: Make SCHEDULER_DEBUG work on x86_64
|
4 vuotta sitten |
Tom
|
82e9fe8d67
Kernel: Optionally dump scheduler state with stack traces
|
4 vuotta sitten |
Tom
|
b919789db2
Kernel: Kill user mode threads that are marked to die
|
4 vuotta sitten |
Tom
|
fa8fe40266
Revert "Kernel: Make sure threads which don't do any syscalls are t..."
|
4 vuotta sitten |
Tom
|
6938be00f1
Kernel: Initialize threading and process management earlier
|
4 vuotta sitten |