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-10-24
Kernel: Properly align stack for signal handlers
Daniel Bertalan
2021-10-15
Kernel: Split SmapDisabler so header is platform independent
James Mintram
2021-10-14
Kernel: Add header includes closer to their use
James Mintram
2021-09-12
Kernel: Use AK::to_underlying in lock rank tracking
Brian Gianforcaro
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel/Locking: Add lock rank tracking per thread to find deadlocks
Brian Gianforcaro
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
Andreas Kling
2021-09-06
Kernel: Make Threads always have a name
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
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
[next]