Commit History

Author SHA1 Message Date
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> 3 years ago
  Andreas Kling 37304203dd Kernel: Lock thread list while in Thread::unref() 3 years ago
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe 3 years ago
  Andreas Kling b7129c57df Kernel: Only get register dump when we have a trap 3 years ago
  Andreas Kling 2be368e4c4 Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread() 3 years ago
  Andreas Kling 374972578d Kernel: Port the scheduler's time tracking to SpinLockProtectedValue 3 years ago
  Andreas Kling a425f421ac Kernel: Port the scheduler's ready queues to SpinLockProtectedValue 3 years ago
  Andreas Kling a1c82041a6 Kernel: Simplify the per-CPU SchedulerData struct 3 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 years ago
  Andreas Kling d5d8fba579 Kernel: Store Thread name as a KString 3 years ago
  Andreas Kling 1e43292c3b Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures 4 years ago
  Andreas Kling 7aed2cfc02 Kernel: Make some debug logging in Scheduler CPU agnostic 4 years ago
  Andreas Kling 06104a4227 Kernel: Remove unused Scheduler::yield_from_critical() 4 years ago
  Andreas Kling cfce92f639 Kernel: Fix handful of clang-tidy warnings in Scheduler 4 years ago
  Gunnar Beutner 31f30e732a Everywhere: Prefix hexadecimal numbers with 0x 4 years ago
  Brian Gianforcaro 1cffecbe8d Kernel: Push ARCH specific ifdef's down into RegisterState functions 4 years ago
  Tom a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks 4 years ago
  Tom 7e77a2ec40 Everywhere: Improve CPU usage calculation 4 years ago
  Gunnar Beutner 7c3bfde8fd Kernel: Make SCHEDULER_DEBUG work on x86_64 4 years ago
  Tom 82e9fe8d67 Kernel: Optionally dump scheduler state with stack traces 4 years ago
  Tom b919789db2 Kernel: Kill user mode threads that are marked to die 4 years ago
  Tom fa8fe40266 Revert "Kernel: Make sure threads which don't do any syscalls are t..." 4 years ago
  Tom 6938be00f1 Kernel: Initialize threading and process management earlier 4 years ago
  Tom 60a559af7e Kernel: Avoid unnecessary context switch when no other thread is ready 4 years ago
  Brian Gianforcaro 6f408e7f0d Kernel: Remove unused header includes in root kernel tree 4 years ago
  Andreas Kling 565796ae4e Kernel+LibC: Remove sys$donate() 4 years ago
  Daniel Bertalan fda9f394d1 Kernel: Fix always-true comparison warnings 4 years ago
  Gunnar Beutner 247af7aa6a Kernel: Get Alt-Shift-F12 to work on x86_64 4 years ago