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.cpp
Age
Commit message (
Expand
)
Author
2020-01-01
Kernel: Switch to eagerly restoring x86 FPU state on context switch
Andreas Kling
2019-12-31
Kernel: Remove some unnecessary leaking of kernel pointers into dmesg
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-25
Kernel: Make kernel memory regions be non-executable by default
Andreas Kling
2019-12-25
Kernel: Enable PAE (Physical Address Extension)
Andreas Kling
2019-12-24
Kernel: Fix debug message and kernel stack region names in thread setup
Conrad Pankoff
2019-12-24
Kernel: Mark kernel stack regions as... stack regions
Conrad Pankoff
2019-12-24
Kernel: Move ring0 stacks out of kmalloc_eternal
Conrad Pankoff
2019-12-24
Kernel: Add a size argument to validate_read_from_kernel
Conrad Pankoff
2019-12-22
Kernel: Unlock the Process when exit()ing
Andreas Kling
2019-12-22
Kernel: Use IntrusiveList to make WaitQueue allocation-free :^)
Andreas Kling
2019-12-22
Kernel: Make TID's be unique PID's
Andreas Kling
2019-12-22
Kernel: Get rid of "main thread" concept
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: Use a dedicated thread state for wait-queued threads
Andreas Kling
2019-12-01
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
Andreas Kling
2019-11-29
Kernel: Demangle kernel C++ symbols correctly again
Andreas Kling
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
Andreas Kling
2019-11-17
Kernel: Implement some basic stack pointer validation
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-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
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: No need to manually deallocate kernel stack Region in ~Thread()
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-08
Kernel: Fix bitrotted code behind #ifdef SIGNAL_DEBUG
Andreas Kling
2019-09-07
Kernel: Handle running programs that don't have a TLS image
Andreas Kling
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-05
Kernel: Add SysV stack alignment to signal trampoline
Drew Stratford
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-15
Kernel: Stop eagerly loading entire executables
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-08-01
Kernel: Delete non-main threads immediately after finalizing them
Andreas Kling
[prev]
[next]