Historique des commits

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