| 2026-04-09 10:41 | protos/limine: Make "Keep IOMMU" feature x86-64-only | Mintsuki | dd18ae40 |
| 2026-04-09 09:46 | protos/limine: Implement TSC frequency feature | Mintsuki | ca68cb14 |
| 2026-04-09 09:34 | sys/cpu: Improve TSC calibration accuracy on UEFI and BIOS | Mintsuki | 91e2152c |
| 2026-04-09 08:54 | lib/fb: Do not clear framebuffer on mode set in quiet mode | Mintsuki | 487333d9 |
| 2026-04-09 08:51 | lib/gterm: Do not clear framebuffer on mode set as Flanterm immediately repaints it | Mintsuki | d937665b |
| 2026-04-09 08:39 | drivers/gop: Do not force-start uninitialised GPUs when a framebuffer is already available | Mintsuki | eb3fb1e4 |
| 2026-04-08 01:02 | gha: Use latest MinGW binary release instead of 2026-04-08 | Mintsuki | 37976aad |
| 2026-04-08 00:58 | gha: Build limine.exe using i486 MinGW from osdev0/mingw-binary-builds | Mintsuki | fbc3f806 |
| 2026-04-06 16:57 | misc: Migration to GitHub | Mintsuki | dfc5894a |
| 2026-04-06 05:22 | uefi: Call Apple set_os protocol to keep iGPU alive on dual-GPU Macs | Mintsuki | c871e243 |
| 2026-04-05 09:36 | protos/multiboot: Allow menu recovery on overflow panics | Mintsuki | d56aec6a |
| 2026-04-05 09:08 | sys/cpu: Add PIT-based TSC calibration for BIOS | Mintsuki | 5c27b44c |
| 2026-04-04 18:06 | lib/term: Sync ConOut cursor position in UEFI fallback terminal init | Mintsuki | 280cfcec |
| 2026-04-04 13:25 | protos/linux_risc: Fix use-after-free of module handle in verbose print | Mintsuki | 9c424bd0 |
| 2026-04-04 13:19 | protos/linux_risc: Use overflow-checked add for kernel allocation size | Mintsuki | 97edf3c4 |
| 2026-04-04 13:14 | lib/misc: Use overflow-checked multiply in ALIGN_UP macro | Mintsuki | 140cb515 |
| 2026-04-04 13:06 | docs: Update ChangeLog and README.md for 11.2.1 | Mintsuki | 2554a546 |
| 2026-04-04 12:37 | drivers/disk: Add disk_create_index() workaround for optical drive on VMware/BIOS | Mintsuki | 3b7c85ff |
| 2026-04-02 21:16 | docs: Update ChangeLog for Secure Boot hash enforcement exemptions | Mintsuki | 4034c133 |
| 2026-04-02 21:12 | misc: Exempt EFI chainload and cosmetic resources from Secure Boot hash enforcement | Mintsuki | 4793ace8 |
| 2026-04-02 20:44 | docs: Update ChangeLog and README.md for 11.2.0 | Mintsuki | 80eb9902 |
| 2026-04-02 20:20 | misc: Enforce hash verification when UEFI Secure Boot is active | Mintsuki | 9e2f3e75 |
| 2026-04-02 19:55 | build: Use -malign-double for IA-32 UEFI to match UEFI spec struct alignment | Mintsuki | 17ce3d75 |
| 2026-04-02 19:55 | drivers/disk: Fix unique sector pool being clobbered by find_unique_sectors() | Mintsuki | 8c95baee |
| 2026-04-02 19:28 | lib/gterm: Avoid nested CHECKED_MUL calls to fix -Wshadow | Mintsuki | 97c595de |
| 2026-04-02 19:00 | lib/elf: Validate section header bounds in elf_section_hdr_info functions | Mintsuki | b0152c9a |
| 2026-04-02 18:26 | misc: Remove unnecessary casts in CHECKED_ADD/CHECKED_MUL calls | Mintsuki | 35ade5f5 |
| 2026-04-02 18:20 | protos/multiboot: Check for overflow in load_size + bss_size | Mintsuki | 5156d1bd |
| 2026-04-02 18:18 | lib/misc: Check for overflow in DTB reallocation size | Mintsuki | a758e578 |
| 2026-04-02 18:17 | lib/gterm: Check for overflow in font size calculation | Mintsuki | b84876ae |