Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / hal / ahci /
2024-03-02 LunaixskyUnifying the Lunaix's Physical Memory Model (#28) feat/user_model
2024-02-05 LunaixskySupport to multi-threading and pthread interface (POSIX...
2023-12-08 Mineprefactor: add a async read/write variant to device...
2023-11-26 Minepfeat: nearly complete POSIX.1-2008 compliant terminal...
2023-11-04 Mineprefactor: make pci device driver loading passive, pci...
2023-11-03 Minepfeat: kprintf now goes into dedicated pseudo-dev rather...
2023-10-26 Minepfeat: support user-spcae pci rescan
2023-10-24 Minepfeat: gfxm: a layer provides user space access to low...
2023-10-21 Minepfeat: standard vga support (mode switching, framebuffer...
2023-09-07 Minepfeat: fstat now handle symbolic link
2023-09-03 Minepfeat: serial device interfacing
2023-08-28 Minepfeat: device subsystem rework
2023-08-19 Mineprefactor: one more step towards arch-agnostic design
2023-07-16 Minepchore: fix almost *ALL* warnings.
2023-06-14 MinepMerge branch 'master' into prog-loader
2023-06-14 Minepfix: the correct way to detect ahci LBA48 support
2023-01-17 MinepMerge branch 'master' into prog-loader
2023-01-04 MinepMerge branch 'interrupt-rework' into prog-loader
2023-01-04 Mineprefactor: cut off some bloats in intr_ctx
2022-11-13 Mineprefactor: replace all stdint::uint32_t into short and...
2022-11-10 Minepfix: (blkio) enforce disk io buffer size alignment...
2022-11-10 Minepfeat: (ahci) support multiple AHCI controller
2022-11-10 Mineprefactor: more compact log message
2022-11-10 Minepfeat: block partition support
2022-11-09 Minepfix: use wait queue for blocking process
2022-11-09 Minepfeat: asynchronized SATA IO
2022-10-23 MinepMerge branch 'master' into iso-9660
2022-10-22 Mineprefactor: isrm to centeralize interrupt/irq resources...
2022-09-17 MinepMerge branch 'device-sys'
2022-08-26 Minepfeat: (twimap) provide an easy way for mapping kernel...
2022-08-25 Minepfeat: a file system mapping for pci devices
2022-08-19 Minepfix: symlink resolve.
2022-08-18 Mineprefactor: send the command with retry and error detection
2022-08-18 Minepfix: READ_CAPACITY command for 12 bytes CDB SCSI device.
2022-08-14 MinepMerge branch 'vfs-dev'
2022-08-14 Minepfeat: lru eviction policy on page caches
2022-08-09 MinepMerge branch 'master' into vfs-dev
2022-08-09 Minepfix: remove unwanted interrupts during disk init and...
2022-08-09 MinepMerge branch 'master' into vfs-dev
2022-08-09 Minepfix: incorrect settings of msi registers.
2022-07-29 Minepfeat: lseek(2), read(2), write(2) implementation
2022-07-27 Minepfeat: open(2), close(2), mkdir(2) and readdir(2) syscall
2022-07-20 Mineprefactor: change the disk io api to accept device inste...
2022-07-07 MinepMerge branch 'sata-ahci-dev'
2022-07-07 Mineprefactor: abstract out the code for prdte creation...
2022-07-07 Minepfeat: probe more device info
2022-07-06 MinepMerge branch 'master' into sata-ahci-dev
2022-07-06 Minepfeat: sector rwm ops test code
2022-07-05 Minepfeat: disk read/write support for both ATA and ATAPI...
2022-07-05 MinepMerge branch 'master' into sata-ahci-dev
2022-07-04 Minepfeat: ATAPI device capacity probing
2022-07-04 MinepMerge branch 'master' into sata-ahci-dev
2022-07-04 Minepfeat: Ability to send command to ATA device.
2022-06-29 Minepfeat: spec-compliant AHCI HBA initialization