summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-05-16kernel: spawn: Exit on execve() failureIan Moffett
2025-05-16kernel: cons: Add lock to console bufferIan Moffett
2025-05-16kernel/amd64: trap: Remove trap_quirks()Ian Moffett
2025-05-16kernel/amd64: trap: Clear interrupts on trap entryIan Moffett
2025-05-16kernel: Add cpu_halt_others() and harden panic()Ian Moffett
2025-05-16kernel: syslog: Acquire lock before timestampIan Moffett
2025-05-16kernel: exit: Remove extra newlineIan Moffett
2025-05-16kernel: vfs: Do sizeof on pathbufIan Moffett
2025-05-16kernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
2025-05-16kernel: proc: Handle parent exitIan Moffett
2025-05-15kernel: proc: Do not introduce fork()Ian Moffett
2025-05-15kernel: syscall: Check for _OLIBC or _KERNELIan Moffett
2025-05-14kernel: mach: Add TF_IP() macroIan Moffett
2025-05-14kernel: ahci: Add /ctl/sdx/bsize control fileIan Moffett
2025-05-14kernel: ahci: Include sys/device.hIan Moffett
2025-05-14kernel: ctlfs: Include sys/sio.hIan Moffett
2025-05-13kernel: fs: Introduce ctlfsIan Moffett
2025-05-13kernel: vfs: Allow multi component lookupsIan Moffett
2025-05-13kernel/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