Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Idan Horowitz 309d71a66b Kernel: Use kernelputstr instead of dbgln when printing backtraces 3 yıl önce
  Hendiadyoin1 23037d619a Kernel: Simplify some if statements 3 yıl önce
  Hendiadyoin1 04d75f4ff9 Kernel: Add some implied auto qualifiers 3 yıl önce
  Daniel Bertalan 52beeebe70 Kernel: Remove the KString::try_create(String::formatted(...)) pattern 3 yıl önce
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions 3 yıl önce
  James Mintram b08eb37b11 Kernel: Add an x86 include check+error in x86/TrapFrame.h 3 yıl önce
  Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 yıl önce
  Andreas Kling 55b0b06897 Kernel: Store process names as KString 3 yıl önce
  Andreas Kling 7981422500 Kernel: Make Threads always have a name 3 yıl önce
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() 3 yıl önce
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 yıl önce
  Andreas Kling d9da513959 Kernel: Move "in-scheduler" flag from SchedulerData to Processor 3 yıl önce
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() 3 yıl önce
  Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq() 3 yıl önce
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 yıl önce
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 yıl önce
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> 3 yıl önce
  Andreas Kling 37304203dd Kernel: Lock thread list while in Thread::unref() 4 yıl önce
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe 4 yıl önce
  Andreas Kling b7129c57df Kernel: Only get register dump when we have a trap 4 yıl önce
  Andreas Kling 2be368e4c4 Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread() 4 yıl önce
  Andreas Kling 374972578d Kernel: Port the scheduler's time tracking to SpinLockProtectedValue 4 yıl önce
  Andreas Kling a425f421ac Kernel: Port the scheduler's ready queues to SpinLockProtectedValue 4 yıl önce
  Andreas Kling a1c82041a6 Kernel: Simplify the per-CPU SchedulerData struct 4 yıl önce
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 yıl önce
  Andreas Kling d5d8fba579 Kernel: Store Thread name as a KString 4 yıl önce
  Andreas Kling 1e43292c3b Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures 4 yıl önce
  Andreas Kling 7aed2cfc02 Kernel: Make some debug logging in Scheduler CPU agnostic 4 yıl önce
  Andreas Kling 06104a4227 Kernel: Remove unused Scheduler::yield_from_critical() 4 yıl önce
  Andreas Kling cfce92f639 Kernel: Fix handful of clang-tidy warnings in Scheduler 4 yıl önce