index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
include
/
io
Age
Commit message (
Expand
)
Author
10 days
kern: io: Fix typo in header guard
Ian Moffett
2025-09-23
kern: security: Add initial support for MAC
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: 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: 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: ahci: Add AHCI host bus adapter reset impl
Ian Moffett
2025-09-21
kern: ahci: Add AHCI register header
Ian Moffett
2025-09-20
kern: pci: Add bus framework and PCI BAR mapper
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: pci: Handle base address registers (BARs)
Ian Moffett
2025-09-20
kern: dma: Add DMA frame allocator
Ian Moffett
2025-09-19
kern: pci: Implement PCI leaf drivers + AHCI stub
Ian Moffett
2025-09-19
kernel: pci: Add PCI lookup routine
Ian Moffett
2025-09-19
kern: pci: Add 'class' and 'subclass' to device
Ian Moffett
2025-09-18
kern: pci: Implement device list as TAILQ
Ian Moffett
2025-09-18
kern: pci: Add initial bus enumeration
Ian Moffett
2025-09-18
kern: io: Add initial PCI CAM driver
Ian Moffett
2025-09-15
kern: Add initial ACPI impl
Ian Moffett
2025-09-15
kern: cons: Finish string writing logic
Ian Moffett
2025-09-15
kern: cons: Add console string writing routine
Ian Moffett
2025-09-15
kern: io: Implement initial console logic
Ian Moffett