Age | Commit message (Expand) | Author |
---|---|---|
2020-05-08 | Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator | Andreas Kling |
2020-04-18 | Kernel: Remove CommandLine::get() in favor of lookup() | Andreas Kling |
2020-04-16 | Kernel: Rename HardwareTimer::change_function() => set_callback() | Andreas Kling |
2020-04-16 | Kernel: Remove "stale callback" concept from time management | Andreas Kling |
2020-04-16 | Kernel: Remove an unnecessary indirection between timer and scheduler | Andreas Kling |
2020-04-16 | Kernel: Simplify the way we pass HardwareTimers around a bit | Andreas Kling |
2020-04-09 | Kernel: Simplify the Time management initialization | Liav A |
2020-04-09 | Kernel: Remove redundant "ACPI" from filenames in ACPI/ | Andreas Kling |
2020-04-09 | Kernel: Remove "non-operational" ACPI parser state | Andreas Kling |
2020-04-08 | Kernel: Rename KParams => Kernel::CommandLine | Andreas Kling |
2020-03-19 | Kernel: Introduce the new Time management subsystem | Liav A |