index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Thread.h
Age
Commit message (
Expand
)
Author
2020-01-09
Kernel: Remove unused variable Thread::m_userspace_stack_region
Andreas Kling
2020-01-01
Kernel: Switch to eagerly restoring x86 FPU state on context switch
Andreas Kling
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-27
Kernel: Separate runnable thread queues by priority
Andreas Kling
2019-12-22
Kernel: Use IntrusiveList to make WaitQueue allocation-free :^)
Andreas Kling
2019-12-18
Kernel: Fix intermittent assertion failure in sys$exec()
Andreas Kling
2019-12-15
Kernel: Fix get_register_dump_from_stack() after IRQ entry changes
Andreas Kling
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-08
Kernel: Allow setting thread names
Andrew Kaster
2019-12-01
Kernel: Use a WaitQueue to implement finalizer wakeup
Andreas Kling
2019-12-01
Kernel+SystemMonitor: Log amounts of I/O per thread
Andreas Kling
2019-12-01
Kernel: Use a dedicated thread state for wait-queued threads
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in PATAChannel
Andreas Kling
2019-12-01
Kernel: Disable interrupts while setting up a thread blocker
Andreas Kling
2019-12-01
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-18
Kernel+LibPthread: pthread_create handles pthread_attr_t
Andrew Kaster
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
Andreas Kling
2019-11-16
Kernel: Release the big process lock while yielding in sys$yield()
Andreas Kling
2019-11-14
Kernel: Move Thread::m_joinee_exit_value into the JoinBlocker
Andreas Kling
2019-11-14
Kernel+LibPthread: Implement pthread_join()
Andreas Kling
2019-11-14
Kernel: Unwind kernel stacks before dying
Sergey Bugaev
2019-11-06
Kernel: Rework Process::Priority into ThreadPriority
Andreas Kling
2019-11-04
Kernel: Fix bug in Thread::dispatch_signal().
Drew Stratford
2019-11-04
Thread.cpp: add method get_RegisterDump_from_stack().
Drew Stratford
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-31
Kernel: Allow userspace stacks to grow up to 4 MB by default
Andreas Kling
2019-10-23
Kernel: Move E2BIG calculation from Thread to Process
Andrew Kaster
2019-10-13
Kernel: Don't leak an FPU state buffer for every spawned thread
Andreas Kling
2019-10-07
Kernel: Send SIGSEGV on seg-fault
Drew Stratford
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-09
Kernel: Change m_blockers to m_blocker.
Drew Stratford
2019-09-09
Kernel: Remove reduntant kernel/user signal stacks.
Drew Stratford
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
Kernel: Use user stack for signal handlers.
Drew Stratford
2019-09-05
Thread: added member m_kernel_stack_top.
Drew Stratford
2019-08-17
IntrusiveList: Make Iterator::operator* return a T&
Andreas Kling
2019-08-07
Kernel: Don't create Function objects in the scheduling code
Andreas Kling
2019-08-06
Kernel: For signal-killed threads, dump backtrace from finalizer thread
Andreas Kling
2019-08-01
Kernel: Clean up thread stacks when a thread dies
Andreas Kling
2019-07-25
Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore.
Andreas Kling
2019-07-22
Move runnable/non-runnable list control entirely over to Scheduler
Robin Burchell
2019-07-21
Scheduler: Allow reentry into block()
Robin Burchell
2019-07-20
Thread: Cleanup m_blocker handling
Robin Burchell
2019-07-20
Net: Merge Thread::wait_for_connect into LocalSocket (as the only place that ...
Robin Burchell
2019-07-20
Thread: Return a result from block() indicating why the block terminated
Robin Burchell
2019-07-19
Thread: Fix a regression introduced in 80a6df90220981e64e0ca192908163d3a263ffc6
Robin Burchell
[next]