Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 년 전 |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 년 전 |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 년 전 |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 년 전 |
Gunnar Beutner
|
dc3cc7368b
Kernel: Don't use function-level static variables
|
4 년 전 |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 년 전 |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 년 전 |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 년 전 |
Andreas Kling
|
ed8d68d8fe
Kernel: Convert klog() => dmesgln() in KernelRng
|
4 년 전 |
Tom
|
cdbd878a14
Kernel: Fix APIC timer calibration to be more accurate
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Andreas Kling
|
2b2828ae52
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
|
4 년 전 |
Brian Gianforcaro
|
ddd79fe2cf
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
|
4 년 전 |
Jean-Baptiste Boric
|
f8c352a022
Kernel: Fix undefined signed overflow in KernelRng's RTC fallback
|
4 년 전 |
Tom
|
e2d7945e0c
Kernel: Make KernelRng thread-safe
|
4 년 전 |
Maciej Zygmanowski
|
645657865d
Kernel: Add RTC as fallback entropy source if HPET is not found
|
4 년 전 |
Maciej Zygmanowski
|
0a61924727
Kernel: Use HPET as entropy source if CPU doesn't support RDRAND
|
4 년 전 |
Jean-Baptiste Boric
|
7eaefa5aa6
Kernel: Make use of interrupts as an entropy source
|
4 년 전 |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 년 전 |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
4 년 전 |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 년 전 |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 년 전 |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 년 전 |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 년 전 |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 년 전 |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 년 전 |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 년 전 |
Tom
|
788b2d64c6
Kernel: Require a reason to be passed to Thread::wait_on
|
5 년 전 |