Age | Commit message (Expand) | Author |
---|---|---|
2021-08-07 | Kernel: Move Mutex into Locking/ | Jean-Baptiste Boric |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-08-01 | Kernel: Remove unused header includes | Brian Gianforcaro |
2021-07-17 | Kernel: Rename Lock to Mutex | Andreas Kling |
2021-07-11 | Kernel: Make various T::class_name() and similar return StringView | Andreas Kling |
2021-06-24 | Kernel: Move special sections into Sections.h | Hendiadyoin1 |
2021-06-17 | Kernel/Interrupts: Return boolean on whether we handled the interrupt | Liav A |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-05 | Kernel: Add basic AHCI functionality | Liav A |