| 2026-02-17 06:14 | mm/pmm: Prefer allocations below 4GiB on x86 | Mintsuki | b9de1a5f |
| 2026-02-16 22:28 | sys/cpu: Replace cycle-based delay() with calibrated stall() | Mintsuki | 9d3e2318 |
| 2026-02-16 12:36 | drivers/gop: Ensure SetMode is called at least once per GOP handle | Mintsuki | 1a8caa47 |
| 2026-02-16 12:32 | drivers/gop: Use gop->Mode->Info for pitch instead of QueryMode | Mintsuki | e9741d50 |
| 2026-02-16 10:55 | lib/gterm: Warn and use default font instead of silently overriding font width | Mintsuki | eeff2648 |
| 2026-02-16 10:52 | lib/misc: Remove unused oct2bin and hex2bin | Mintsuki | 1a2da65c |
| 2026-02-16 10:49 | drivers/gop: Remove unnecessary pitch calculation cast | Mintsuki | b5799ee3 |
| 2026-02-16 10:48 | lib/getchar: Remove arbitrary escape sequence value limit | Mintsuki | cc68c6de |
| 2026-02-16 10:45 | sys/exceptions: Remove unnecessary exception number bounds check | Mintsuki | cdc87507 |
| 2026-02-16 10:44 | lib/elf: Remove arbitrary program header count limit | Mintsuki | ccba4adb |
| 2026-02-16 10:40 | drivers/disk: Remove sector size whitelist | Mintsuki | e0a93f5c |
| 2026-02-16 10:34 | pxe/tftp: Remove arbitrary file size cap | Mintsuki | 15fa66a1 |
| 2026-02-16 10:30 | mm/pmm: Do not panic on EFI memory descriptor size overflow | Mintsuki | 1619627d |
| 2026-02-16 10:28 | menu: Fall back to text console instead of panicking on small terminals | Mintsuki | 64c6c71f |
| 2026-02-16 10:10 | drivers/vbe: Remove unnecessary EDID resolution bounds check | Mintsuki | 34385027 |
| 2026-02-16 09:45 | drivers/vbe: Skip modes with invalid pitch values | Mintsuki | d54de36b |
| 2026-02-16 09:36 | drivers/gop: Skip modes with invalid pitch values | Mintsuki | 72c89340 |
| 2026-02-15 21:04 | lib/memory: Use uintptr_t for pointer comparisons in memmove | Mintsuki | 5911c7cf |
| 2026-02-15 12:20 | lib/gterm: Fix font autoscaling not resetting per display | Mintsuki | 7ddb899f |
| 2026-02-15 02:29 | loongarch64: Add smp support | lihanrui2913 | 57ae8f01 |
| 2026-02-10 09:50 | docs: Update ChangeLog and README.md for 10.7.0 | Mintsuki | 7f8f59f8 |
| 2026-02-10 09:29 | lib/print: Improve \n -> \r\n handling from last commit | Mintsuki | cdc43582 |
| 2026-02-10 09:11 | lib/print: Update Flanterm subproject and handle carriage return | Mintsuki | e8af825b |
| 2026-02-09 06:39 | drivers/disk: Move BlockSize and LastBlock validation before volume allocation | Mintsuki | 0b079497 |
| 2026-02-09 06:38 | host/limine: Fix signature search to backtrack to match start on mismatch | Mintsuki | 879cfbfd |
| 2026-02-09 06:38 | sys/smp: Use smp_trampoline_size for AArch64 cache maintenance range | Mintsuki | e120f87a |
| 2026-02-09 06:36 | mm/pmm: Fix missing m[i] update before break in full-containment sanitiser path | Mintsuki | 8d311213 |
| 2026-02-08 18:54 | sys/cpu: Use rdtime.d and CPUCFG for LoongArch64 performance timing | Mintsuki | e700741d |
| 2026-02-08 18:54 | sys/cpu: Use rdtime and time_base_frequency for RISC-V performance timing | Mintsuki | f6de46a7 |
| 2026-02-08 17:50 | lib/elf: Use overflow-safe pattern for phdr bounds check in _elsewhere functions | Mintsuki | 6d78adb8 |