Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 年之前 |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 年之前 |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
4 年之前 |
Brian Gianforcaro
|
ea238e7ac3
Kernel: Remove unused header includes in Devices subtree
|
4 年之前 |
Andrew Kaster
|
e821b349b2
Kernel: Give Devices without a custody a less fake absoulte_path
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Tom
|
5ccc3637e3
Kernel: Fix race conditions processing async device requests
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
7c4ddecacb
Kernel: Convert a bunch of String::format() => String::formatted()
|
4 年之前 |
asynts
|
872f2a3b90
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 年之前 |
Tom
|
e445ff670d
Kernel: Implement an asynchronous device request stack
|
4 年之前 |
Andreas Kling
|
501cef2bd7
Revert "Kernel: Implement an asynchronous device request stack"
|
4 年之前 |
Tom
|
2fd5ce1eb0
Kernel: Implement an asynchronous device request stack
|
4 年之前 |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 年之前 |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
5 年之前 |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
5 年之前 |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
5 年之前 |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
5 年之前 |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
5 年之前 |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
5 年之前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年之前 |
Andreas Kling
|
e64c335e5a
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
|
5 年之前 |
Liav A
|
6c72736b26
Kernel: Replace IRQHandler with the new InterruptHandler class
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Andreas Kling
|
e9dda8d592
Kernel: Give PTY's *actually* unique major ID's
|
5 年之前 |
Andreas Kling
|
2e38df7bd1
Kernel: Assert that device major/minor hasn't already been registered
|
5 年之前 |
Sergey Bugaev
|
acccf9ccda
Kernel: Move device lookup to Device class itself
|
6 年之前 |
Sergey Bugaev
|
fde8f7f538
Kernel: Expose info about source devices of mounts in /proc/df
|
6 年之前 |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 年之前 |