| Age | Commit message (Expand) | Author |
| 2025-05-27 | feat: Assign ThreadID to APIC's ProcessID when initialzing APs. | Amlal El Mahrouss |
| 2025-05-27 | fix: DBG_TRAP being called before IDT is setup. | Amlal El Mahrouss |
| 2025-05-26 | feat!: Add IFS layer within DriveMgr, and IFS API. | Amlal El Mahrouss |
| 2025-05-26 | feat: Validate stack_ptr and task switch. | Amlal El Mahrouss |
| 2025-05-26 | fix: remove useless process_index variable. | Amlal El Mahrouss |
| 2025-05-26 | fix(HAL/AP): Fix task getter function inside AP system. | Amlal El Mahrouss |
| 2025-05-25 | kernel!: lots of changes, see commit details. | Amlal El Mahrouss |
| 2025-05-24 | feat(kernel): Better syscall routing, also added new tools. | Amlal El Mahrouss |
| 2025-05-24 | feat(nekit)!: Change dbg_break_point to DBG_TRAP. | Amlal El Mahrouss |
| 2025-05-23 | feat(kernel/libSystem): Lots of improvements, see below. | Amlal El Mahrouss |
| 2025-05-23 | feat!(Kernel): Improvements on the BitMapMgr, HTS, and UPS. | Amlal El Mahrouss |
| 2025-05-23 | feat!(kernel): Rename NewKit to NeKit. | Amlal El Mahrouss |
| 2025-05-21 | feat(hal/DescriptorLoader): Wrap IDTLoader::Load under the MKC macro. | Amlal El Mahrouss |
| 2025-05-21 | feat(kernel): Architectural changes, and introducing a kKernelVM. | Amlal El Mahrouss |
| 2025-05-21 | feat(kernel): source code improvements. | Amlal El Mahrouss |
| 2025-05-20 | wip: feat(kernel): Add stub for ring-3 switch on the AP side of the | Amlal El Mahrouss |
| 2025-05-19 | feat(kernel, sched): Architectural improvements, and cleaned up | Amlal El Mahrouss |
| 2025-05-18 | feat(sched_desgin): better architecture for the HTS. | Amlal El Mahrouss |
| 2025-05-18 | dev(sched): Improvements and work in progress fixes. | Amlal El Mahrouss |
| 2025-05-18 | feat(kernel{sched/hal}): int 3 if something is wrong in `sched_jump_to_task` | Amlal El Mahrouss |
| 2025-05-17 | feat(kernel): don't schedule process when it's under signals such as: | Amlal El Mahrouss |
| 2025-05-16 | feat(kernel): Better UPS and interrupt system too. | Amlal El Mahrouss |
| 2025-05-16 | fix(hal/ap): Use a safer origin address on the AMD64 HAL. | Amlal El Mahrouss |
| 2025-05-16 | feat(kernel/ap): Improved and fixed the AP boot flow, also made sure that the... | Amlal El Mahrouss |
| 2025-05-16 | feat(kernel/sched): tweak HalApplicationProcessor.cc | Amlal El Mahrouss |
| 2025-05-15 | feat(kernel/sched): fixes and improvements on the scheduler's | Amlal El Mahrouss |
| 2025-05-15 | feat(kernel): improved scheduler and kernel main code. | Amlal El Mahrouss |
| 2025-05-15 | feat(kernel): pushing the fixes regarding the scheduler, and working on | Amlal El Mahrouss |
| 2025-05-15 | feat(kernel): Finalizing the first version of the user scheduler. | Amlal El Mahrouss |
| 2025-05-14 | feat(kernel): Filesystem fixes, and others. | Amlal El Mahrouss |
| 2025-05-13 | feat(kernel): expand KDBG packet structure, and prefix hexadecimal | Amlal El Mahrouss |
| 2025-05-13 | feat(kernel): see below for the commit's details. | Amlal El Mahrouss |
| 2025-05-11 | dev(kernel:HeFS): Cleanup filesystem and AHCI driver. | Amlal El Mahrouss |
| 2025-05-11 | feat(kernel/hefs): Fixed the shortcomings and issues of HeFS. | Amlal El Mahrouss |
| 2025-05-11 | dev(fix:AHCI): explicitly say that these functions are unused (when we | Amlal El Mahrouss |
| 2025-05-11 | feat(kernel): HeFS TeX specs have been updated, and cleaned up the official f... | Amlal |
| 2025-05-11 | dev(feat:kernel): Working Core Layer of HeFS (Write/Read) | Amlal |
| 2025-05-10 | dev(kernel): feat: AHCI driver improvements against 'disk hangs', and HeFS ha... | Amlal |
| 2025-05-09 | dev(kernel, tooling): better code quality inside the codebase and more checks... | Amlal |
| 2025-05-08 | meta(kernel): saving changes to avoid loss. | Amlal |
| 2025-05-08 | feat(kernel): Fix warnings and bugs regarding the DebugOutput device. | Amlal |
| 2025-05-07 | feat(kernel): HeFS fixes, AHCI improvements, and MBCI tweaks. | Amlal |
| 2025-05-06 | feat(ahci-generic): validate sector_sz when dealing with AHCI I/O. | Amlal |
| 2025-05-04 | feat(cleanup): cleanup codebase. | Amlal |
| 2025-05-02 | kernel, FS: Mostly patches regarding NeFS's formating and disk write implemen... | Amlal |
| 2025-05-01 | kernel: scheduler and pef code mgr improvements. | Amlal |
| 2025-05-01 | kernel, boot: deprecated current PIO driver, add +Next for future NeKernel it... | Amlal |
| 2025-05-01 | kernel: mmap the blob to VMAddress in PEFCodeMgr, alongside other fixes regar... | Amlal |
| 2025-04-30 | kernel: keep track of cr3 in AMD HAL/HEL. | Amlal |
| 2025-04-30 | kernel: filesystem+vmem: don't be verbose on the allocator when we don't need... | Amlal |