Historique des commits

Auteur SHA1 Message Date
  Brian Gianforcaro fc91eb365d Kernel: Do not cancel stale timers when servicing sys$alarm il y a 4 ans
  Tom d9fb93c5ce Kernel: Fix deadlock cancelling timer il y a 4 ans
  Brian Gianforcaro 2b819ff181 Kernel: Replace TimerQueue InlinedLinkedList usage with IntrusiveList il y a 4 ans
  Gunnar Beutner 7557f2db90 Kernel: Remove an allocation when blocking a thread il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Ben Wiederhake 91c72faa3c Kernel: Make TimerQueue use AK::Time in interface il y a 4 ans
  Ben Wiederhake 2b6546c40a Kernel: Make Thread use AK::Time internally il y a 4 ans
  Ben Wiederhake 65b36e42b8 Kernel: Make TimerId a distinct type il y a 4 ans
  Ben Wiederhake 94e0a603f2 Kernel: Make TimerQueue use AK::Time internally il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Tom 901ef3f1c8 Kernel: Specify default memory order for some non-synchronizing Atomics il y a 4 ans
  Tom 5f51d85184 Kernel: Improve time keeping and dramatically reduce interrupt load il y a 4 ans
  Tom 03fcd02dfd Kernel: Fix leaking Timer instances il y a 4 ans
  Tom 12cf6f8650 Kernel: Add CLOCK_REALTIME support to the TimerQueue il y a 4 ans
  Tom 4c1e27ec65 Kernel: Use TimerQueue for SIGALRM il y a 4 ans
  Tom 601a688b6f Kernel: TimerQueue::cancel_timer needs to wait if timer is executing il y a 4 ans
  Tom 6cb640eeba Kernel: Move some time related code from Scheduler into TimeManagement il y a 4 ans
  Tom d89582880e Kernel: Switch singletons to use new Singleton class il y a 4 ans
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" il y a 5 ans
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class il y a 5 ans
  Brian Gianforcaro eeb5318c25 Kernel: Expose timers via a TimerId type il y a 5 ans
  Brian Gianforcaro 1d68837456 Kernel: Refactor TimeQueue::add_timer to use timeval il y a 5 ans
  Liav A 9db291d885 Kernel: Introduce the new Time management subsystem il y a 5 ans
  Liav A 895e874eb4 Kernel: Include the new PIT class in system components il y a 5 ans
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace il y a 5 ans
  Andreas Kling 94ca55cefd Meta: Add license header to source files il y a 5 ans
  Conrad Pankoff 115b315375 Kernel: Add kernel-level timer queue (heavily based on @juliusf's work) il y a 5 ans