summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-23build: Properly copy to / clean up iso_rootIan Moffett
2025-09-23build: Use silent builds in toplevel MakefileIan Moffett
2025-09-23build: Use iso_root/ for iso generationIan Moffett
2025-09-22kern: ahci: Bring up ports via COMRESETIan Moffett
2025-09-22kern: ahci: Replace printf calls with dtrace()Ian Moffett
2025-09-22kern: ahci: Include missing io/dma/alloc.hIan Moffett
2025-09-22kern: ahci: Add initial port bring-up logicIan Moffett
2025-09-22kern: ahci: Fix typo in dtrace() macroIan Moffett
2025-09-22kern: dma: Zero new memory by defaultIan Moffett
2025-09-22kern: ahci: Keep track of number of command slotsIan Moffett
2025-09-22kern: ahci: Add further ahcivar.h defs for FIS/HDRIan Moffett
2025-09-22kern: dma: Add DMA address helpersIan Moffett
2025-09-21kern: omar: Implement image-like lookup VOPIan Moffett
2025-09-21kern: Mount root filesystem in vfs_init()Ian Moffett
2025-09-21kern: vfs: Add support for image-like pathsIan Moffett
2025-09-21kern: vnode: Add filesystem specific data to vnodeIan Moffett
2025-09-21sys: vnode: "driver" -> "filesystem"Ian Moffett
2025-09-21kern: vfs: Add lookup by name helperIan Moffett
2025-09-21kern: ahci: Only support 64-bit HBAs for nowIan Moffett
2025-09-21kern: ahci: Add initial port startup logicIan Moffett
2025-09-21kern: ahci: Scan for implemented ports with PI regIan Moffett
2025-09-21kern: bus: Simply return bus_space, don't remapIan Moffett
2025-09-21sys: Add bit operations headerIan Moffett
2025-09-21kern: ahci: Add debug tracingIan Moffett
2025-09-21kern: ahci: Ensure HBA is in AHCI-mode after resetIan Moffett
2025-09-21kern: ahci: Add AHCI host bus adapter reset implIan Moffett
2025-09-21kern: ahci: Add AHCI register headerIan Moffett
2025-09-21kern: clkdev: Add callback to get elapsed timeIan Moffett
2025-09-21sys: sysvar: Bump L5 version to v0.0.3Ian Moffett
2025-09-21kern/amd64: hpet: Register HPET with clkdevIan Moffett
2025-09-21kern: Introduce clock device frameworkIan Moffett
2025-09-20kern/amd64: Add initial HPET driverIan Moffett
2025-09-20kern: Initialize ACPI before cpu_conf() callIan Moffett
2025-09-20kern: acpi: Add HPET table to acpi/tables.hIan Moffett
2025-09-20build: Build 'lib' before userlandIan Moffett
2025-09-20build: Ignore *.a filesIan Moffett
2025-09-20kern: syscall: Add initial write(2) stubIan Moffett
2025-09-20kern: proc: Add address checking routineIan Moffett
2025-09-20kern: cons: Constantly update ch x/y in loopIan Moffett
2025-09-20kern: proc: Move sys_exit() to sys/compat/unix/*Ian Moffett
2025-09-20kern: pci: Add bus framework and PCI BAR mapperIan Moffett
2025-09-20kern: pci: Assume error if barreg is zeroIan Moffett
2025-09-20kern: pci: Add further info of pci_bus_lookup()Ian Moffett
2025-09-20kern: pci: Add PCI_BAR_IO() checker in pci/cam.hIan Moffett
2025-09-20kern/amd64: mmu: Add page-level cacheability attrsIan Moffett
2025-09-20kern: pci: Ensure lookup data is copied on attachIan Moffett
2025-09-20docs: readme: Add PCI to progressIan Moffett
2025-09-20kern: pci: Handle base address registers (BARs)Ian Moffett
2025-09-20kern: dma: Add DMA frame allocatorIan Moffett
2025-09-19kern: proc: Keep track of mapped areas with rangesIan Moffett