Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker há 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock há 3 anos atrás
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton há 4 anos atrás
  Brian Gianforcaro fc91eb365d Kernel: Do not cancel stale timers when servicing sys$alarm há 4 anos atrás
  Brian Gianforcaro ed996fcced Kernel: Remove unused header includes há 4 anos atrás
  Tom d9fb93c5ce Kernel: Fix deadlock cancelling timer há 4 anos atrás
  Sahan Fernando 4f53e52ca3 Kernel: Fix use after AK::move in Kernel::TimerQueue há 4 anos atrás
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h há 4 anos atrás
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h há 4 anos atrás
  Brian Gianforcaro 2b819ff181 Kernel: Replace TimerQueue InlinedLinkedList usage with IntrusiveList há 4 anos atrás
  Brian Gianforcaro b4aaa99968 Kernel: Remove unused header includes from TimerQueue.cpp há 4 anos atrás
  Gunnar Beutner 7557f2db90 Kernel: Remove an allocation when blocking a thread há 4 anos atrás
  Brian Gianforcaro 11306d7121 Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869) há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Ben Wiederhake c040e64b7d Kernel: Make TimeManagement use AK::Time internally há 4 anos atrás
  Ben Wiederhake 91c72faa3c Kernel: Make TimerQueue use AK::Time in interface há 4 anos atrás
  Ben Wiederhake 2b6546c40a Kernel: Make Thread use AK::Time internally há 4 anos atrás
  Ben Wiederhake 65b36e42b8 Kernel: Make TimerId a distinct type há 4 anos atrás
  Ben Wiederhake 94e0a603f2 Kernel: Make TimerQueue use AK::Time internally há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions há 4 anos atrás
  Tom 5f51d85184 Kernel: Improve time keeping and dramatically reduce interrupt load há 4 anos atrás
  Tom 47ede74326 Kernel: Execute timer handlers outside of irq handler há 4 anos atrás
  Tom 03fcd02dfd Kernel: Fix leaking Timer instances há 4 anos atrás
  Tom 12cf6f8650 Kernel: Add CLOCK_REALTIME support to the TimerQueue há 4 anos atrás
  Tom 4c1e27ec65 Kernel: Use TimerQueue for SIGALRM há 4 anos atrás
  Tom 601a688b6f Kernel: TimerQueue::cancel_timer needs to wait if timer is executing há 4 anos atrás
  Tom 6cb640eeba Kernel: Move some time related code from Scheduler into TimeManagement há 4 anos atrás
  Tom d89582880e Kernel: Switch singletons to use new Singleton class há 4 anos atrás