| 2025-10-13 10:46 | docs: Update ChangeLog and README.md for 10.1.1 | Mintsuki | 86c4b1a9 |
| 2025-10-13 10:39 | misc: Simplify get_device_tree_blob() logic and prevent leak | Mintsuki | 715f2e03 |
| 2025-10-13 10:22 | misc: Prevent some memory leaks after get_device_tree_blob(..., 0) made to allocate | Mintsuki | 8620b970 |
| 2025-10-07 21:05 | ci: Fix release-to-github step in release workflow | Mintsuki | cc7d42f3 |
| 2025-10-07 19:17 | lib/misc: Always reallocate DTB | Mintsuki | 9655de53 |
| 2025-10-05 09:16 | docs: Update README.md for 10.1.0 | Mintsuki | 8297cc7c |
| 2025-10-05 09:15 | docs: Update ChangeLog and README.md for 10.1.0 | Mintsuki | 7983d7db |
| 2025-10-05 09:07 | host/limine: Update errors and warnings to not print argv[0] | Mintsuki | 53be98e2 |
| 2025-10-05 08:49 | host/limine: Remove useless redundant line | Mintsuki | 6747de5e |
| 2025-10-05 08:40 | host/limine: Add autodetection of BIOS boot partition | Mintsuki | 48c78017 |
| 2025-10-04 19:35 | host/limine: Extend safety checks to cover the chosen BIOS/GPT boot partition | Mintsuki | 409f16f9 |
| 2025-10-04 19:04 | ci: Add missing dependency on github-cli | Mintsuki | e6b68a7a |
| 2025-10-04 18:59 | misc: Enable `serial` variable when gterm_init() fails on EFI ports | Mintsuki | 6f4ac7a4 |
| 2025-10-04 18:40 | ci: Add step to mirror releases to GitHub automatically | Mintsuki | e53d5c08 |
| 2025-10-04 04:19 | host/limine: Make some info messages less excited | Mintsuki | 9b359963 |
| 2025-10-03 08:13 | host/limine; stage1/hdd: Remove logic to divide stage2 code in two | Mintsuki | 95127304 |
| 2025-10-03 07:21 | misc: Fix some minor spelling mistakes | Mintsuki | 4948d52d |
| 2025-10-03 07:16 | build: Remove workaround for LLVM <=16 that does not understand _zicsr_zifencei | Mintsuki | 4243f0fc |
| 2025-09-21 19:46 | docs: Update ChangeLog and README.md for 10.0.1 | Mintsuki | 903c42b5 |
| 2025-09-21 19:25 | protos/linux: Enforce 2MiB alignment for modules for the 64-bit protocol | Mintsuki | 2481a347 |
| 2025-09-21 19:22 | protos/linux: linux_direct_load() -> linux_load() | Mintsuki | e04194d3 |
| 2025-09-21 19:20 | Revert "protos/linux_x86: For the 64-bit protocol, call flush_irqs() after disabling interrupts" | Mintsuki | a7e879ab |
| 2025-09-21 19:19 | Revert "sys/idt: init_flush_irqs(), init_idt() -> idt_init()" | Mintsuki | b3f02332 |
| 2025-09-21 19:18 | Revert "sys/idt: init_idt() -> idt_init_bios()" | Mintsuki | 6ea8323c |
| 2025-09-21 19:17 | Revert "sys/idt: Relatively minor code cleanup and removal of repetitions" | Mintsuki | 03298ffe |
| 2025-09-21 19:17 | Revert "mm/pmm: Add validation of allocated memory viability on x86_64/UEFI" | Mintsuki | 773bd3e9 |
| 2025-09-21 19:16 | Revert "misc: Gate sys/idt.h include in entry.s2.c behind x86 check" | Mintsuki | 443b7199 |
| 2025-09-21 19:16 | Revert "misc: Gate sys/idt.h as a whole behind x86 check" | Mintsuki | 5ee65db0 |
| 2025-09-21 13:51 | protos/linux: Fix unused variable warning for use_64_bit_proto | Mintsuki | ef93a5aa |
| 2025-09-21 13:47 | protos/linux: Only use the 64-bit protocol if absolutely necessary | Mintsuki | 652136dc |