summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel: ahci: Ensure HBA is AHCI awareIan Moffett
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel: ahci: Improve reset logic + cleanupIan Moffett
2025-02-20kernel: ahci: Add AHCI spinwait timeoutIan Moffett
2025-02-20kernel: ahci: __BIT() -> BIT()Ian Moffett
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel/amd64: isa: Add initial i8237 driver implIan Moffett
2025-02-20kernel: ahci: Conform to OSMORA C styleIan Moffett
2025-02-20kernel/amd64: isa: Add initial i8237 driver implIan Moffett
2025-02-19kernel/amd64: bus: Add bus resource interfaceIan Moffett
2025-02-19kernel: ahci: Clean up includesIan Moffett
2025-02-19tools: contrib: Sort by most changes (++/--)Ian Moffett
2025-02-19kernel: ahci: Fix up styleIan Moffett
2025-02-19tools: Add script to list contributorsIan Moffett
2025-02-19kernel: ahci: Map ABAR and perform HBA resetCaelus
2025-02-18kernel: ahci: Add necessary AHCI related headersIan Moffett
2025-02-18share: man: Add mmio(9)Ian Moffett
2025-02-18kernel: ahci: Add initial skeletonIan Moffett
2025-02-18docs: Add contrib guideIan Moffett
2025-02-18kernel: param: Add bit MASK() macroIan Moffett
2025-02-16Merge branch 'main' into exptIan Moffett
2025-02-16project: Update copyright date to 2025Ian Moffett
2025-02-15kernel/amd64: i8254: freq_hz -> divisorIan Moffett
2025-02-15kernel: signal: No need to compare ksig_listIan Moffett
2025-02-15kernel/amd64: lapic: Get rid of unused functionIan Moffett
2025-02-15project: Hyra Release v1.3Ian Moffett
2025-02-15kernel/amd64: uart: Fix newline errorsIan Moffett
2025-02-15kernel: amd64: Add more defines to UART driverQuinn Stephens
2025-02-15kernel: pci: Optimize PCI bus scanningQuinn Stephens
2025-02-15kernel: cons: Optimize console drawingQuinn Stephens
2025-02-15kernel/amd64: i8254: freq_hz -> divisorIan Moffett
2025-02-15kernel: signal: No need to compare ksig_listIan Moffett
2025-02-15kernel/amd64: lapic: Get rid of unused functionIan Moffett
2025-02-15project: Hyra Release v1.3Ian Moffett
2025-02-14kernel/amd64: uart: Fix newline errorsIan Moffett
2025-02-14kernel: amd64: Add more defines to UART driverQuinn Stephens
2025-02-14kernel: pci: Optimize PCI bus scanningQuinn Stephens
2025-02-14kernel: cons: Optimize console drawingQuinn Stephens
2025-02-14build: Add Clang/LLVM toolchain supportQuinn Stephens
2025-01-27kernel/amd64: pci: Add missing includeIan Moffett
2025-01-27kernel: pci: Add missing pci_msix_eoi() prototypeIan Moffett
2025-01-27kernel: param: Add IN_RANGE macroIan Moffett
2025-01-27kernel/amd64: pci: Add PCI MSI-X EOI wrapperIan Moffett
2025-01-08kernel: xhci: Add TRB definitionsIan Moffett
2025-01-08kernel: xhci: Add xHC interrupt managementIan Moffett
2025-01-08kernel: xhci: Ensure command ring is zeroedIan Moffett
2025-01-08kernel: xhci: Fixup naming and enable interrupterIan Moffett
2025-01-03libc: unistd: Add __BEGIN_DECLS/__END_DECLSIan Moffett
2024-12-20kernel/amd64: proc: Protect SWAPGS with LFENCEIan Moffett