Age | Commit message (Expand) | Author |
---|---|---|
2021-05-16 | AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue` | Nicholas Baron |
2021-05-05 | Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871) | Brian Gianforcaro |
2021-05-04 | Kernel: Store whether a thread is the idle thread in Thread directly | Tom |
2021-04-29 | Kernel: Enable building the kernel with -flto | Gunnar Beutner |
2021-04-25 | Everywhere: Remove empty line after function body opening curly brace | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | Kernel: Add debug register handling | FalseHonesty |
2021-04-06 | Kernel/PCI + CPU: Allow to access unaligned data | Liav A |
2021-03-21 | Kernel: Make IDT Entries their one struct | Hendiadyoin1 |
2021-03-21 | Kernel::CPU: Move headers into common directory | Hendiadyoin1 |
2021-02-25 | Kernel: Move SMAP disabler RAII helper to its own file | Andreas Kling |