Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 лет назад |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 лет назад |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 лет назад |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 лет назад |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 лет назад |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 лет назад |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 лет назад |
Tom
|
bd73102513
Kernel: Fix some race conditions with Lock and waiting/waking threads
|
4 лет назад |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 лет назад |
asynts
|
5356aae3cc
Everywhere: Replace a bundle of dbg with dbgln.
|
4 лет назад |
Linus Groh
|
421587c15c
Everywhere: Fix typos
|
4 лет назад |
Tom
|
1d621ab172
Kernel: Some futex improvements
|
4 лет назад |
Luke
|
0f66589007
Everywhere: Fix more typos
|
4 лет назад |
Tom
|
49a76164c8
Kernel: Consolidate the various BlockCondition::unblock variants
|
4 лет назад |
Tom
|
c4176b0da1
Kernel: Fix Lock race causing infinite spinning between two threads
|
4 лет назад |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
4 лет назад |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
4 лет назад |
Tom
|
41d2a0e9f7
Kernel: Dequeue dying threads from WaitQueue
|
4 лет назад |
Tom
|
9725bda63e
Kernel: Enhance WaitQueue to remember pending wakes
|
5 лет назад |
Tom
|
49f5069b76
Kernel: Add a SpinLock to the WaitQueue
|
5 лет назад |
Tom
|
e373e5f007
Kernel: Fix signal delivery
|
5 лет назад |
Tom
|
fb41d89384
Kernel: Implement software context switching and Processor structure
|
5 лет назад |
Brian Gianforcaro
|
1f64e3eb16
Kernel: Implement FUTEX_WAKE of arbitrary count.
|
5 лет назад |
Cristian-Bogdan SIRB
|
717cd5015e
Kernel: Allow process with multiple threads to call exec and exit
|
5 лет назад |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 лет назад |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 лет назад |
Andreas Kling
|
41376d4662
Kernel: Fix Lock racing to the WaitQueue
|
5 лет назад |
Andreas Kling
|
f4978b2be1
Kernel: Use IntrusiveList to make WaitQueue allocation-free :^)
|
5 лет назад |
Andreas Kling
|
a0e38922bd
Kernel: Break out of the idle loop on WaitQueue wake instead of on IRQ
|
5 лет назад |
Andreas Kling
|
5859e16e53
Kernel: Use a dedicated thread state for wait-queued threads
|
5 лет назад |