| 2026-04-01 11:46 | mm/pmm: Use CHECKED_ADD for alignment overflow check in ext_mem_alloc | Mintsuki | 8309c20a |
| 2026-04-01 11:36 | lib/elf: Validate file bounds in relocation engine and vaddr translation | Mintsuki | f4ce0420 |
| 2026-04-01 11:17 | protos/linux_risc: Load and concatenate all modules, not just the first | Mintsuki | 8118e60d |
| 2026-03-31 16:53 | misc: Add CHECKED_MUL macro, use it for all overflow-checked multiplications | Mintsuki | 1b5b8e46 |
| 2026-03-31 16:42 | mm/pmm: Use unsigned arithmetic in top-down allocator | Mintsuki | 4d53b3bc |
| 2026-03-31 16:05 | misc: Add overflow checking to ALIGN_UP and DIV_ROUNDUP macros | Mintsuki | eb071a01 |
| 2026-03-31 12:58 | mm/pmm: Add ext_mem_alloc_counted(), use it everywhere for checked array allocations | Mintsuki | d7f0160d |
| 2026-03-31 12:42 | misc: Use CHECKED_ADD for overflow-checked additions | Mintsuki | cc586e6c |
| 2026-03-31 12:35 | mm: Add CHECKED_ADD macro, use it for all base+length computations | Mintsuki | 3a73ecf5 |
| 2026-03-31 12:12 | mm/pmm: Check for overflow when aligning count in ext_mem_alloc | Mintsuki | 6bdd5dd8 |
| 2026-03-31 12:08 | decompressor: Re-enable tinf bounds checks, CRC32, and length validation | Mintsuki | b0569fed |
| 2026-03-30 17:45 | lib/term: Do not call ClearScreen() on EFI fallback output init | Mintsuki | ca6d469d |
| 2026-03-30 17:44 | Reapply "lib/fb: Add preserve_screen option to skip fb_clear on init" | Mintsuki | b29b11ce |
| 2026-03-30 17:38 | Revert "lib/fb: Remove fb_clear()" | Mintsuki | a06652f5 |
| 2026-03-30 15:02 | Revert "drivers/gop: Ensure SetMode is called at least once per GOP handle" | Mintsuki | c443a62a |
| 2026-03-30 07:14 | lib/fb: Remove fb_clear() | Mintsuki | 75f777e7 |
| 2026-03-30 07:10 | Revert "lib/fb: Add preserve_screen option to skip fb_clear on init" | Mintsuki | 12841527 |
| 2026-03-25 02:47 | docs: Update ChangeLog and README.md for 11.1.0 | Mintsuki | 32ee2a36 |
| 2026-03-25 02:30 | protos/limine: Coalesce contiguous memmap entries when building page tables | Mintsuki | dbbf8df9 |
| 2026-03-24 14:50 | bootstrap: Bump limine-protocol commit | Mintsuki | 598f4e6b |
| 2026-03-24 14:16 | protos/limine: Only restrict aarch64 to base revision 6 only | Mintsuki | c486fc4a |
| 2026-03-24 14:11 | Revert "protos/limine: Drop support for base revisions 0-3, require 4 on x86" | Mintsuki | 0f4f7b5b |
| 2026-03-23 13:29 | docs: Update ChangeLog and README.md for 11.0.0 | Mintsuki | d33fb37a |
| 2026-03-23 13:21 | test: Remove stray TODO comment from limine.c | Mintsuki | a94eff9f |
| 2026-03-23 06:52 | menu: Support entry path format for DEFAULT_ENTRY config option | Mintsuki | 89fc39f7 |
| 2026-03-23 06:49 | menu: Use escaped path format for LimineLastBootedEntry EFI variable | Mintsuki | c34c8a5b |
| 2026-03-23 05:00 | protos/limine: Drop support for base revisions 0-3, require 4 on x86 | Mintsuki | f0e8264e |
| 2026-03-23 03:43 | lib/fb: Add preserve_screen option to skip fb_clear on init | Mintsuki | 2e2fc636 |
| 2026-03-22 19:04 | test: Use Flanterm FB init params in test kernel | Mintsuki | 89d653a6 |
| 2026-03-22 19:03 | protos/limine: Add Flanterm FB init params feature | Mintsuki | ea7904d1 |