summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
12 dayskernel/amd64: i8042: Flush console for reset logsIan Moffett
2025-05-10kernel: ahci: Improve COMRESET reset logicIan Moffett
2025-05-10kernel: ahci: Expose to devfs @ /dev/sd<n>Ian Moffett
2025-05-10kernel: ahci: Implement disk I/O logicIan Moffett
2025-05-10kernel: ahci: Store major in HBA descriptorIan Moffett
2025-05-10kernel: ahci: Keep track of total portsIan Moffett
2025-05-10kernel: nvme: Return -ENODEV instead of -EIOIan Moffett
2025-05-10kernel: ahci: Handle AHCI interface/HBA errorsIan Moffett
2025-05-10kernel: ahci: Ensure bus mastering + MMIO is setIan Moffett
2025-05-09kernel: ahci: Remove redundant newlineIan Moffett
2025-05-09kernel: ahci: Perform ATA IDENTIFYIan Moffett
2025-05-09kernel: ahci: Initialize device link before initIan Moffett
2025-05-09kernel: ahci: Cleanup identity dump logsIan Moffett
2025-05-09kernel: ahci: Implement ATA IDENTIFY commandIan Moffett
2025-05-09kernel: ahci: Add HBA port reset logicIan Moffett
2025-05-09kernel: ahci: Add command list helpersIan Moffett
2025-05-09kernel: ahci: Define ATA identity structureIan Moffett
2025-05-09kernel: ahci: Detect staggered spin upIan Moffett
2025-05-09kernel: ahci: Improve HBA port scan logicIan Moffett
2025-05-09kernel: ahci: Add sanity checks to port start/stopIan Moffett
2025-05-09kernel: ahci: Add command table + PRD definitionIan Moffett
2025-05-08kernel: ahci: Clear out PxSERR per portIan Moffett
2025-05-08kernel: ahci: Initialize each HBA portIan Moffett
2025-05-08kernel: ahci: Split CLB/FB into lower/upper bitsIan Moffett
2025-05-08kernel: ahci: Cleanup port count logIan Moffett
2025-05-08kernel: ahci: Add basic AHCI constantsIan Moffett
2025-05-08kernel: achi: Define command header and H2D FISIan Moffett
2025-05-07kernel: ahci: Implement initial HBA port logicIan Moffett
2025-05-07kernel: ahci: Remove stray newlineIan Moffett
2025-05-07sys: Add popcnt() implementationIan Moffett
2025-05-06kernel/amd64: gdt: Fix indentIan Moffett
2025-05-06kernel: ahci: Return 0 in ahci_poll_reg()Ian Moffett
2025-05-05kernel: rt8139: Autoload 93C46 + read MAC addressIan Moffett
2025-05-05kernel: net: Add initial net_if headersIan Moffett
2025-05-05kernel: xhci: Workaround Dell USBLEGSUP quirkIan Moffett
2025-05-02kernel: cons: Add backspace supportIan Moffett
2025-05-02kernel: initramfs: Add initial OMAR portIan Moffett
2025-04-18kernel: syscall: Fix conditional includesIan Moffett
2025-04-18kernel: Startup osh instead of initIan Moffett
2025-04-18kernel/aarch64: Add md_sync_all() stubIan Moffett
2025-04-18kernel/aarch64: Add missing machdep headersIan Moffett
2025-04-18Merge branch 'expt' into aarch64Ian Moffett
2025-04-18kernel: exec_elf64: Better loggingIan Moffett
2025-04-18kernel/amd64: isa: Improve polling and bufferingIan Moffett
2025-04-18kernel/amd64: isa: Attempt to wake up PS/2 linesIan Moffett
2025-04-18kernel: cons: Add console buffer frameworkIan Moffett
2025-04-18kernel: sched: Always sync on sched entryIan Moffett
2025-04-18kernel: descrip: Fix copyin/copyout + rw operationIan Moffett
2025-04-18kernel: Initialize vm subsystem earlierIan Moffett
2025-04-18kernel: video: Add bpp field to fbdevIan Moffett