Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-22 | Kernel: Rename ScopedSpinlock => SpinlockLocker | Andreas Kling | |
This matches MutexLocker, and doesn't sound like it's a lock itself. | |||
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling | |
2021-08-08 | Everywhere: Replace AK::Singleton => Singleton | Andreas Kling | |
2021-08-07 | Kernel: Move SpinLock.h into Locking/ | Jean-Baptiste Boric | |
2021-06-24 | Kernel: Move special sections into Sections.h | Hendiadyoin1 | |
This also removes a lot of CPU.h includes infavor for Sections.h | |||
2021-05-31 | Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT | Nick Miller | |
2021-05-16 | Kernel: Rename Console => ConsoleDevice | Liav A | |
This change will help to distinguish between the console device and the Console abstraction layer in the Graphics subsystem later. |