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-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Use TRY() in Thread
Andreas Kling
2021-09-04
Kernel: Rename Thread::clone() => try_clone() and propagate errors
Andreas Kling
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-08-30
Kernel: Unbreak the LOCK_DEBUG build
Andreas Kling
2021-08-29
Kernel: Rename Spinlock::is_owned_by_current_thread()
Andreas Kling
2021-08-29
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
Andreas Kling
2021-08-23
Kernel: Rename some BlockerSets to foo_blocker_set
Andreas Kling
2021-08-23
Kernel: Make Processor::clean_fpu_state() static
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-23
Kernel: Convert Processor::in_irq() to static current_in_irq()
Andreas Kling
2021-08-23
Kernel: Fix some trivial clang-tidy warnings in Thread.{cpp,h}
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
Andreas Kling
2021-08-19
Kernel: Consolidate a bunch of i386/x86_64 code paths
Andreas Kling
2021-08-17
Kernel: Fix compilation with Clang
Timothy Flynn
2021-08-17
Kernel: Port Thread to ListedRefCounted
Andreas Kling
2021-08-16
Kernel: Don't hold thread list lock while invoking ~Thread()
Andreas Kling
2021-08-15
Kernel: Lock thread list while in Thread::unref()
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for signal.h
Andreas Kling
2021-08-13
Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation
Brian Gianforcaro
2021-08-12
Kernel: Steer away from heap allocations for ProcFS process data
Liav A
2021-08-10
Kernel: Fix kernel panic when blocking on the process' big lock
Gunnar Beutner
2021-08-10
Kernel/SMP: Change critical sections to not disable interrupts
Andreas Kling
2021-08-10
Kernel/SMP: Make entering/leaving critical sections multi-processor safe
Andreas Kling
2021-08-08
Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread()
Andreas Kling
2021-08-08
Kernel: Fix UB caused by taking a reference to a packed struct's member
Daniel Bertalan
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Don't make a separate allocation for thread FPU state
Andreas Kling
2021-08-06
Kernel: Store Thread name as a KString
Andreas Kling
2021-08-06
Kernel: Make Thread::state_string() return StringView
Andreas Kling
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
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
[next]