summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2 dayskernel/amd64: i8237: Use word register for modeIan Moffett
2 dayskernel/amd64: i8237: Optimize set channel selectIan Moffett
2 dayskernel: ahci: Ensure HBA is AHCI awareIan Moffett
2 dayskernel: ahci: Improve reset logic + cleanupIan Moffett
2 dayskernel: ahci: Add AHCI spinwait timeoutIan Moffett
2 dayskernel: ahci: __BIT() -> BIT()Ian Moffett
2 dayskernel: ahci: Conform to OSMORA C styleIan Moffett
2 dayskernel/amd64: isa: Add initial i8237 driver implIan Moffett
3 dayskernel/amd64: bus: Add bus resource interfaceIan Moffett
3 dayskernel: ahci: Clean up includesIan Moffett
3 dayskernel: ahci: Fix up styleIan Moffett
3 dayskernel: ahci: Map ABAR and perform HBA resetCaelus
4 dayskernel: ahci: Add necessary AHCI related headersIan Moffett
4 dayskernel: ahci: Add initial skeletonIan Moffett
4 dayskernel: param: Add bit MASK() macroIan Moffett
6 daysproject: Update copyright date to 2025Ian Moffett
8 dayskernel/amd64: i8254: freq_hz -> divisorIan Moffett
8 dayskernel: signal: No need to compare ksig_listIan Moffett
8 dayskernel/amd64: lapic: Get rid of unused functionIan Moffett
8 dayskernel/amd64: uart: Fix newline errorsIan Moffett
8 dayskernel: amd64: Add more defines to UART driverQuinn Stephens
8 dayskernel: pci: Optimize PCI bus scanningQuinn Stephens
8 dayskernel: cons: Optimize console drawingQuinn 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
2024-12-20kernel/amd64: proc: Protect SWAPGS with LFENCEIan Moffett
2024-12-20kernel/amd64: backtrace() -> md_backtrace()Ian Moffett
2024-12-20kernel: xhci: Add initial xhci/usb3 driver implIan Moffett
2024-12-20kernel: param: Add ptr helpersIan Moffett
2024-12-20kernel/amd64: Add panic backtraceIan Moffett
2024-12-20kernel: cdefs: Add __weak macroIan Moffett
2024-12-17kernel/amd64: pci: Allow mapping of 64 bit BARsIan Moffett
2024-12-16kernel: synch: Move spinlock_usleep()Ian Moffett
2024-12-15kernel: vm: Add objects, page struct and pagersIan Moffett
2024-12-15kernel: synch: kern_lock.c -> kern_synch.cIan Moffett
2024-12-15kernel: synch: Add spinlock with timeoutIan Moffett
2024-12-15kernel: lib: Add atoi()Ian Moffett
2024-12-15kernel: Add __nothing def to cdefs.hIan Moffett
2024-12-15kernel: Add __unused attribute to cdefs.hIan Moffett
2024-12-15kernel: Add offsetof in cdefs.hIan Moffett
2024-12-15kernel: Add tree.h and tree_subr.c portIan Moffett
2024-12-07kernel: vcache: Add impl of "local" vcachesIan Moffett
2024-12-07kernel: vcache: Improve vcache add/pull interfaceIan Moffett
2024-11-13kernel: vfs: Recycle vnodes before allocatingIan Moffett