Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling fd740829d1 Kernel: Switch to eagerly restoring x86 FPU state on context switch před 5 roky
  Andreas Kling 50677bf806 Kernel: Refactor scheduler to use dynamic thread priorities před 5 roky
  Conrad Pankoff 115b315375 Kernel: Add kernel-level timer queue (heavily based on @juliusf's work) před 5 roky
  Andreas Kling abdd5aa08a Kernel: Separate runnable thread queues by priority před 5 roky
  Andreas Kling 95034fdfbd Kernel: Move PC speaker beep timing logic from scheduler to the syscall před 5 roky
  Andreas Kling 16812f0f98 Kernel: Get rid of "main thread" concept před 5 roky
  Andreas Kling 77cf607cda Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday() před 5 roky
  Andreas Kling b32e961a84 Kernel: Implement a simple process time profiler před 5 roky
  Andreas Kling 8bb98aa31b Kernel: Use a WaitQueue to implement finalizer wakeup před 5 roky
  Andreas Kling 5859e16e53 Kernel: Use a dedicated thread state for wait-queued threads před 5 roky
  Andreas Kling f067730f6b Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock před 5 roky
  Andreas Kling cb5021419e Kernel: Move Thread::m_joinee_exit_value into the JoinBlocker před 5 roky
  Andreas Kling 69efa3f630 Kernel+LibPthread: Implement pthread_join() před 5 roky
  Andreas Kling 083c5f8b89 Kernel: Rework Process::Priority into ThreadPriority před 5 roky
  Drew Stratford 7fc903b97a Kernel: Add exception_code to RegisterDump. před 5 roky
  Andreas Kling c33ac7f170 Kernel: Don't update Thread TSS if scheduler tick reschedules it před 5 roky
  Andreas Kling e1481dcb42 Kernel: Stop idling after handling an IRQ před 5 roky
  Drew Stratford b65bedd610 Kernel: Change m_blockers to m_blocker. před 5 roky
  Andreas Kling 23eafdb8d6 Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps child před 5 roky
  Andreas Kling ec6bceaa08 Kernel: Support thread-local storage před 5 roky
  Conrad Pankoff bd6d2c0819 Kernel: Use a more detailed state machine for socket setup před 6 roky
  Andreas Kling 1f9b8f0e7c Kernel: Don't create Function objects in the scheduling code před 6 roky
  Andreas Kling 55d6efd485 Scheduler: Fix bitrotted SCHEDULER_RUNNABLE_DEBUG code před 6 roky
  Andreas Kling 09cd3a7a07 Scheduler: Fix deadlock when first scheduling candidate being inspected před 6 roky
  Robin Burchell 342f7a6b0f Move runnable/non-runnable list control entirely over to Scheduler před 6 roky
  Robin Burchell dea7f937bf Scheduler: Allow reentry into block() před 6 roky
  Robin Burchell d48c73b10a Thread: Cleanup m_blocker handling před 6 roky
  Robin Burchell 833d444cd8 Thread: Return a result from block() indicating why the block terminated před 6 roky
  Robin Burchell 53262cd08b AK: Introduce IntrusiveList před 6 roky
  Andreas Kling 705cd2491c Kernel: Some small refinements to the thread blockers. před 6 roky