index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
io
Age
Commit message (
Expand
)
Author
38 hours
kern: ahci: Correct buffer order during ahci r/w
Ian Moffett
41 hours
kern: ahci: Implement r/w of SATA drives
Ian Moffett
2 days
kern: ahci: Add cmdslot allocation + identify
Ian Moffett
2 days
kern: ahci: Allocate raw physical memory
Ian Moffett
3 days
kern: pci: Parse PCI capability list per device
Ian Moffett
4 days
kern: xhci: Allocate and init command ring / CRCR
Ian Moffett
4 days
kern: xhci: Add NULL check to xhci_init_dcbaap()
Ian Moffett
4 days
kern: ahci: Enable PCI MMIO and bus mastering
Ian Moffett
5 days
kern: xhci: Add module credit
Ian Moffett
5 days
kern: xhci: Initialize the DCBAAP register on init
Ian Moffett
5 days
kern: pci: Initialize PCI bus mastering + MMIO
Ian Moffett
5 days
kern: usb: Extract HCSPARAMS1 register fields
Ian Moffett
5 days
kern: usb: Poll USBSTS.CNR after reset
Ian Moffett
5 days
kern: xhci: Implement controller hard reset
Ian Moffett
5 days
kern: io: Add initial xHCI skeleton
Ian Moffett
5 days
kern: pci: Support lookups via programming iface
Ian Moffett
5 days
kern: pci: Get programming interface from device
Ian Moffett
5 days
kern: pci: Use LU types instead of classrev field
Ian Moffett
6 days
kern: cons: Implement console backspace
Ian Moffett
6 days
kern: conf: Make default fg/bg configurable
Ian Moffett
7 days
kern: cons: Add text mode cursor
Ian Moffett
9 days
kern: os: Support up to 8 max namespaces
Ian Moffett
2025-09-30
kern: mac: Add MAC resource querying
Ian Moffett
2025-09-29
kern: fbdev: Create namespace object for fbdev
Ian Moffett
2025-09-28
kern: pci: Remove redundant semicolon
Ian Moffett
2025-09-23
kern: security: Add initial support for MAC
Ian Moffett
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: 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-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 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-20
kern: cons: Constantly update ch x/y in loop
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: pci: Implement PCI leaf drivers + AHCI stub
Ian Moffett
2025-09-19
kern: pci: Add module credit
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: Make max buses to scan configurable
Ian Moffett
2025-09-18
kern: pci: Handle logging of device and vendor ID
Ian Moffett
2025-09-18
kern: pci: Get device_id with 'vend_dev[31:16]'
Ian Moffett
[next]