summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-05-17kernel: acpi: Add uACPI portIan Moffett
2025-05-17kernel: pci: Add pci_add_device()Ian Moffett
2025-05-17kernel: pci: Add segment fieldIan Moffett
2025-05-17kernel: acpi: Add acpi_rsdp()Ian Moffett
2025-05-17kernel/amd64: ioapic: Do not include acpi/tables.hIan Moffett
2025-05-17kernel: Add compat headersIan Moffett
2025-05-17kernel: lib: Add memmove()Ian Moffett
2025-05-17kernel: exit: Detach proc on exitIan Moffett
2025-05-17kernel: sched: Add sched_detach()Ian Moffett
2025-05-17kernel: sched: Switch on sched_yield()Ian Moffett
2025-05-17kernel: sched: Fix sched dequeue loopIan Moffett
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