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
2021-07-19
Kernel: Push ARCH specific ifdef's down into RegisterState functions
Brian Gianforcaro
2021-07-18
Everywhere: Make tracking cpu usage independent from system ticks
Tom
2021-07-18
Kernel: Support 64-bit addresses for kernel thread stacks
Gunnar Beutner
2021-07-18
Kernel: Fix blocking relock of the big_lock while unlocking other Lock
Tom
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-17
Kernel: Remove double RedBlackTree lookup in VM/Space region removal
Brian Gianforcaro
2021-07-16
Kernel: Implement aligned `operator new` and use it
Daniel Bertalan
2021-07-16
Kernel: Rename functions to be less confusing
Tom
2021-07-16
Kernel: Release big lock when blocking on another lock
Tom
2021-07-12
Kernel: Allow Lock to block from BlockCondition
Tom
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-07-05
Kernel: Print region name+offset for user addresses in thread backtrace
Tom
2021-07-03
Userland: Respect red-zone for signal handlers
Hediadyoin1
2021-07-02
Kernel: Use the GS segment for the per-CPU struct
Gunnar Beutner
2021-07-02
Kernel/ProcFS: Clean dead processes properly
Liav A
2021-07-01
Kernel: Handle OOM when allocating Thread FPUState
Brian Gianforcaro
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A
2021-06-29
Kernel: Implement signal handling for x86_64
Gunnar Beutner
2021-06-27
Kernel: Implement initializing threads on x86_64
Gunnar Beutner
2021-06-27
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
Gunnar Beutner
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Add stubs for missing x86_64 functionality
Gunnar Beutner
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-14
Kernel: Only call `Process::die()` once on terminating signal
Jelle Raaijmakers
2021-06-07
Kernel: Remove incorrect VERIFY() in Thread::relock_process
Gunnar Beutner
2021-06-06
Kernel: Don't finalize a thread while it still has code running
Gunnar Beutner
2021-05-29
Kernel: Make sure we unmap the TLS region when a thread exits
Gunnar Beutner
2021-05-28
Kernel: Use KString for Region names
Andreas Kling
2021-05-20
Kernel: Close a Thread tid lookup race
Tom
2021-05-20
Kernel: Remove an allocation when blocking a thread
Gunnar Beutner
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-13
Kernel: Make Thread::try_create API OOM safe
Brian Gianforcaro
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-25
Kernel: Remove the now defunct `RESTORE_LOCK(..)` macro.
Brian Gianforcaro
2021-04-25
Kernel: Utilize AK::SourceLocation for LOCK_DEBUG instrumentation.
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-31
Kernel: Send SIGCHLD to the parent process when changing stopped state
AnotherTest
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-19
Kernel: Set TLS-related members of Process after loading static program
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-09
Kernel: Use dbgln_if() and PANIC() in Thread.cpp
Andreas Kling
2021-03-04
Kernel: Make the kernel compile & link for x86_64
Andreas Kling
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
[next]