| Age | Commit message (Expand) | Author |
| 2025-03-23 | meta(kernel): Reworked repository's filesystem structure. | Amlal El Mahrouss |
| 2025-03-22 | kernel(general): Refactor AHCI driver and clean up project structure | Amlal El Mahrouss |
| 2025-03-21 | project(format): Ran the run_format.sh, in order to comply with | Amlal El Mahrouss |
| 2025-03-21 | kernel(storage): Add two functions, sk_io_read_ahci and sk_io_write_ahci. To ... | Amlal El Mahrouss |
| 2025-03-20 | AHCI-Generic.cc: Disk Driver builtin improvements. | Amlal El Mahrouss |
| 2025-03-19 | refactor(kernel): Standardize DMA and AHCI interfaces and enhance GIC handling | Amlal El Mahrouss |
| 2025-03-19 | AHCI+Generic.cc: Remove redundant drv_compute_disk_ahci call. | Amlal El Mahrouss |
| 2025-03-19 | ADD: AHCI+Generic.cc: ahci_enable_and_probe has been added to apply the | Amlal El Mahrouss |
| 2025-03-19 | AHCI+Generic.cc: Remove unused variable 'kAHCICommandIssued' | Amlal El Mahrouss |
| 2025-03-18 | AHCI+Generic.cc: Don't mix Drive and Disk, when logging metadata. | Amlal El Mahrouss |
| 2025-03-18 | feat(AHCI, HAL): Improve AHCI error handling & optimize HAL initialization | Amlal El Mahrouss |
| 2025-03-17 | META: Ran run_format.sh | Amlal El Mahrouss |
| 2025-03-16 | AHCI: FIX: Place det || ipm condition before checking for ATAPI/SATA. | Amlal El Mahrouss |
| 2025-03-16 | AHCI+Generic.cc: Remove duplicate Cmd (FIS recv enable + Start Command tbl) | Amlal El Mahrouss |
| 2025-03-16 | AHCI.cc: FIX: Avoid looking on DMA directly. | Amlal El Mahrouss |
| 2025-03-16 | AHCI+Generic.cc: Fix formula for kSATASectorCount. | Amlal El Mahrouss |
| 2025-03-14 | TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS. | Amlal El Mahrouss |
| 2025-03-14 | Kernel: Patch UserProcess::Delete, and AHCI identify command. | Amlal El Mahrouss |
| 2025-03-14 | AHCI: Important tweaks. | Amlal El Mahrouss |
| 2025-03-14 | AHCI.cc: Check Is for an HBA error. | Amlal El Mahrouss |
| 2025-03-12 | ADD: Scheduler bug fixes, and working on deadlock prevention. | Amlal El Mahrouss |
| 2025-03-12 | AHCI.cc: Don't panic when disk fails (AHCI) | Amlal El Mahrouss |
| 2025-03-12 | AHCI.cc: Better AHCI driver. | Amlal El Mahrouss |
| 2025-03-12 | AHCI.cc: Replace Highest LBA with Sector Count. | Amlal El Mahrouss |
| 2025-03-11 | ADD: A better AHCI driver. | Amlal El Mahrouss |
| 2025-03-11 | Many AHCI improvements and IPC tweaks. | Amlal El Mahrouss |
| 2025-03-10 | AHCI.cc Organize file. | Amlal El Mahrouss |
| 2025-03-10 | AHCI.cc: Clear kACHICommandIssued once Ci is clear. | Amlal El Mahrouss |
| 2025-03-09 | RAN format command, and fix DiskImage framework. | Amlal El Mahrouss |
| 2025-03-07 | NeFS.h: Tailor header to private specifications. | Amlal El Mahrouss |
| 2025-03-07 | Replace endl with kendl, and add make_fs; a tool to format a | Amlal El Mahrouss |
| 2025-03-04 | Fix namespace. | Amlal El Mahrouss |
| 2025-03-04 | CHORE&FEAT: Kernel/SCI: Lots of Chore and feat, see below. | Amlal El Mahrouss |
| 2025-03-03 | AHCI: Improvements and tweaks. | Amlal |
| 2025-03-03 | ADD: Format source code and define __wm_msg struct (public version) | Amlal El Mahrouss |
| 2025-03-03 | ADD: AHCI: New AHCI Driver API, and refactor AHCIDeviceInterface class | Amlal El Mahrouss |
| 2025-02-26 | ADD: Tweaks and improvements. | Amlal |
| 2025-02-25 | AHCI.cc: Update copyright holder. | Amlal |
| 2025-02-24 | ADD: ARM64: MBCI 'FLSH' driver. | Amlal |
| 2025-02-24 | AHCI.cc: Use legal name of company now. | Amlal |
| 2025-02-24 | AHCI.cc: Fix missing return on type warning. | Amlal |
| 2025-02-22 | Use UInt16 instead of UInt32 (AHCI). | Amlal |
| 2025-02-22 | AHCI.cc: Use UInt32 instead of auto. | Amlal |
| 2025-02-22 | AHCI.cc: Improvements on the AHCI Device class. | Amlal |
| 2025-02-22 | ADD: More improvements now on DeviceMgr. | Amlal |
| 2025-02-22 | New DeviceMgr, other APIs have been reworked as a result. | Amlal |
| 2025-02-21 | ADD: Better documentation. | Amlal |
| 2025-02-21 | ADD: Explicit types instead of auto. | Amlal |
| 2025-02-21 | ADD: AHCI improvements | Amlal |
| 2025-02-21 | AHCI.cc: Taking care of command header now. | Amlal |