summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2025-09-19kern/amd64: proc: Add proc_self()Ian Moffett
2025-09-19kern: pci: Implement PCI leaf drivers + AHCI stubIan Moffett
2025-09-19kern: init: Initialize generic driversIan Moffett
2025-09-19kern: Add '.modules' section to kernel binaryIan Moffett
2025-09-19kern/amd64: build: Ensure .a libs retain sectionsIan Moffett
2025-09-19kern: pci: Add module creditIan Moffett
2025-09-19kernel: pci: Add PCI lookup routineIan Moffett
2025-09-19kern: pci: Add 'class' and 'subclass' to deviceIan Moffett
2025-09-19kern: vfs: Add namei() prototype functionIan Moffett
2025-09-19kern: vfs: Add mountpoint lookup helperIan Moffett
2025-09-19kernel: vfs: Add initial mount code + mount initrdIan Moffett
2025-09-19kernel: mount: Add mountpoint allocationIan Moffett
2025-09-19kernel: vfs: Handle root path in vfs_cmt_cnt()Ian Moffett
2025-09-19kern: vfs: Add path component counterIan Moffett
2025-09-18kern: vfs: Add initial vfsops, and mount codeIan Moffett
2025-09-18kern: vfs: Add vnode allocation / release routinesIan Moffett
2025-09-18kern: vfs: Add initial vnode definitionsIan Moffett
2025-09-18kern: pci: Implement device list as TAILQIan Moffett
2025-09-18kern: pci: Make max buses to scan configurableIan Moffett
2025-09-18build: Allow each subsystem to have their own confIan Moffett
2025-09-18kern: pci: Handle logging of device and vendor IDIan Moffett
2025-09-18kern: pci: Get device_id with 'vend_dev[31:16]'Ian Moffett
2025-09-18kern: Bump L5 version to v0.0.2Ian Moffett
2025-09-18kern: pci: Add initial bus enumerationIan Moffett
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-17kern/amd64: syscall: Use current platform latchIan Moffett
2025-09-17kern/amd64: Implement syscall domains and windowsIan Moffett
2025-09-17kern: Add syscall entry and SYS_exit syscallIan Moffett
2025-09-17sys: proc: Wrap structures in _KERNEL guardIan Moffett
2025-09-17kern: init: Add copyrightIan Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-17kern: init: Load /usr/sbin/init after bootIan Moffett
2025-09-17build: 'cmd/test' -> 'cmd/init'Ian Moffett
2025-09-17kern/amd64: mmu: Add mmu_free_vas() to cleanup VASIan Moffett
2025-09-17sys: proc: Add docs for extra proc fieldsIan Moffett
2025-09-17cmd: test: Use and link with libc stubIan Moffett
2025-09-17lib: Add initial libc stubIan Moffett
2025-09-17build: Add user.mkIan Moffett
2025-09-17docs: Add build instructionsIan Moffett
2025-09-17kern/amd64: proc: Add initial context switch logicIan Moffett
2025-09-17kern: sched: Write proc result in sched_deq()Ian Moffett