index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-09-22
kern: ahci: Bring up ports via COMRESET
Ian Moffett
2025-09-22
kern: ahci: Replace printf calls with dtrace()
Ian Moffett
2025-09-22
kern: ahci: Include missing io/dma/alloc.h
Ian Moffett
2025-09-22
kern: ahci: Add initial port bring-up logic
Ian Moffett
2025-09-22
kern: ahci: Fix typo in dtrace() macro
Ian Moffett
2025-09-22
kern: dma: Zero new memory by default
Ian Moffett
2025-09-22
kern: ahci: Keep track of number of command slots
Ian Moffett
2025-09-22
kern: ahci: Add further ahcivar.h defs for FIS/HDR
Ian Moffett
2025-09-22
kern: dma: Add DMA address helpers
Ian Moffett
2025-09-21
kern: omar: Implement image-like lookup VOP
Ian Moffett
2025-09-21
kern: Mount root filesystem in vfs_init()
Ian Moffett
2025-09-21
kern: vfs: Add support for image-like paths
Ian Moffett
2025-09-21
kern: vnode: Add filesystem specific data to vnode
Ian Moffett
2025-09-21
sys: vnode: "driver" -> "filesystem"
Ian Moffett
2025-09-21
kern: vfs: Add lookup by name helper
Ian Moffett
2025-09-21
kern: ahci: Only support 64-bit HBAs for now
Ian Moffett
2025-09-21
kern: ahci: Add initial port startup logic
Ian Moffett
2025-09-21
kern: ahci: Scan for implemented ports with PI reg
Ian Moffett
2025-09-21
kern: bus: Simply return bus_space, don't remap
Ian Moffett
2025-09-21
sys: Add bit operations header
Ian Moffett
2025-09-21
kern: ahci: Add debug tracing
Ian Moffett
2025-09-21
kern: ahci: Ensure HBA is in AHCI-mode after reset
Ian Moffett
2025-09-21
kern: ahci: Add AHCI host bus adapter reset impl
Ian Moffett
2025-09-21
kern: ahci: Add AHCI register header
Ian Moffett
2025-09-21
kern: clkdev: Add callback to get elapsed time
Ian Moffett
2025-09-21
sys: sysvar: Bump L5 version to v0.0.3
Ian Moffett
2025-09-21
kern/amd64: hpet: Register HPET with clkdev
Ian Moffett
2025-09-21
kern: Introduce clock device framework
Ian Moffett
2025-09-20
kern/amd64: Add initial HPET driver
Ian Moffett
2025-09-20
kern: Initialize ACPI before cpu_conf() call
Ian Moffett
2025-09-20
kern: acpi: Add HPET table to acpi/tables.h
Ian Moffett
2025-09-20
build: Build 'lib' before userland
Ian Moffett
2025-09-20
build: Ignore *.a files
Ian Moffett
2025-09-20
kern: syscall: Add initial write(2) stub
Ian Moffett
2025-09-20
kern: proc: Add address checking routine
Ian Moffett
2025-09-20
kern: cons: Constantly update ch x/y in loop
Ian Moffett
2025-09-20
kern: proc: Move sys_exit() to sys/compat/unix/*
Ian Moffett
2025-09-20
kern: pci: Add bus framework and PCI BAR mapper
Ian Moffett
2025-09-20
kern: pci: Assume error if barreg is zero
Ian Moffett
2025-09-20
kern: pci: Add further info of pci_bus_lookup()
Ian Moffett
2025-09-20
kern: pci: Add PCI_BAR_IO() checker in pci/cam.h
Ian Moffett
2025-09-20
kern/amd64: mmu: Add page-level cacheability attrs
Ian Moffett
2025-09-20
kern: pci: Ensure lookup data is copied on attach
Ian Moffett
2025-09-20
kern: pci: Handle base address registers (BARs)
Ian Moffett
2025-09-20
kern: dma: Add DMA frame allocator
Ian Moffett
2025-09-19
kern: proc: Keep track of mapped areas with ranges
Ian Moffett
2025-09-19
kern/amd64: proc: Add proc_self()
Ian Moffett
2025-09-19
kern: pci: Implement PCI leaf drivers + AHCI stub
Ian Moffett
2025-09-19
kern: init: Initialize generic drivers
Ian Moffett
2025-09-19
kern: Add '.modules' section to kernel binary
Ian Moffett
[prev]
[next]