Andreas Kling
|
bcd2025311
Everywhere: Core dump => Coredump
|
3 năm trước cách đây |
Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
3 năm trước cách đây |
Andreas Kling
|
3e3f760808
Kernel: Fix some trivial clang-tidy warnings in Thread.{cpp,h}
|
3 năm trước cách đây |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 năm trước cách đây |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 năm trước cách đây |
Andreas Kling
|
ed6f84c2c9
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
|
3 năm trước cách đây |
Andreas Kling
|
961f727448
Kernel: Consolidate a bunch of i386/x86_64 code paths
|
3 năm trước cách đây |
Timothy Flynn
|
eedb26110a
Kernel: Fix compilation with Clang
|
3 năm trước cách đây |
Andreas Kling
|
62719b85e0
Kernel: Port Thread to ListedRefCounted
|
3 năm trước cách đây |
Andreas Kling
|
c1c12497b5
Kernel: Don't hold thread list lock while invoking ~Thread()
|
3 năm trước cách đây |
Andreas Kling
|
37304203dd
Kernel: Lock thread list while in Thread::unref()
|
3 năm trước cách đây |
Andreas Kling
|
6fd7212476
Kernel+LibC: Share definitions for signal.h
|
3 năm trước cách đây |
Brian Gianforcaro
|
bea74f4b77
Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation
|
3 năm trước cách đây |
Liav A
|
7ba991dc37
Kernel: Steer away from heap allocations for ProcFS process data
|
3 năm trước cách đây |
Gunnar Beutner
|
3322efd4cd
Kernel: Fix kernel panic when blocking on the process' big lock
|
3 năm trước cách đây |
Andreas Kling
|
0a02496f04
Kernel/SMP: Change critical sections to not disable interrupts
|
3 năm trước cách đây |
Andreas Kling
|
9babb92a4b
Kernel/SMP: Make entering/leaving critical sections multi-processor safe
|
3 năm trước cách đây |
Andreas Kling
|
2be368e4c4
Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread()
|
3 năm trước cách đây |
Daniel Bertalan
|
fa8507d1ce
Kernel: Fix UB caused by taking a reference to a packed struct's member
|
3 năm trước cách đây |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
3 năm trước cách đây |
Andreas Kling
|
208147c77c
Kernel: Rename Process::space() => Process::address_space()
|
3 năm trước cách đây |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 năm trước cách đây |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 năm trước cách đây |
Andreas Kling
|
584fa525eb
Kernel: Don't make a separate allocation for thread FPU state
|
3 năm trước cách đây |
Andreas Kling
|
d5d8fba579
Kernel: Store Thread name as a KString
|
3 năm trước cách đây |
Andreas Kling
|
32a150f2b4
Kernel: Make Thread::state_string() return StringView
|
3 năm trước cách đây |
Patrick Meyer
|
83f88df757
Kernel: Add option to build with coverage instrumentation and KCOV
|
4 năm trước cách đây |
Gunnar Beutner
|
36e36507d5
Everywhere: Prefer using {:#x} over 0x{:x}
|
4 năm trước cách đây |
Gunnar Beutner
|
31f30e732a
Everywhere: Prefix hexadecimal numbers with 0x
|
4 năm trước cách đây |
Brian Gianforcaro
|
1cffecbe8d
Kernel: Push ARCH specific ifdef's down into RegisterState functions
|
4 năm trước cách đây |