Age | Commit message (Expand) | Author |
2024-06-06 | kernel/amd64: isa: Add i8254 driver | Ian Moffett |
2024-06-06 | kernel: param: Add bit combining macros | Ian Moffett |
2024-06-05 | kernel: vm: Add port of TLSF | Ian Moffett |
2024-06-05 | kernel: Add __assert() | Ian Moffett |
2024-06-05 | kernel: init_main: Init virtual memory subsystem | Ian Moffett |
2024-06-05 | kernel/amd64: Add initial LAPIC code | Ian Moffett |
2024-06-04 | kernel/amd64: spectre: Disable IBRS by default | Ian Moffett |
2024-06-04 | kernel/amd64: Add I/O APIC driver | Ian Moffett |
2024-06-04 | kernel/amd64: acpi: Support parsing MADT | Ian Moffett |
2024-06-04 | kernel: Add sys/errno.h | Ian Moffett |
2024-06-04 | kernel/amd64: Support IBRS | Ian Moffett |
2024-06-04 | kernel/amd64: trap: Add logging for debugging | Ian Moffett |
2024-06-04 | kernel: vm: Add physical memory allocator | Ian Moffett |
2024-06-04 | kernel: lib: Add memset() | Ian Moffett |
2024-06-04 | build: Fix version | Ian Moffett |
2024-06-04 | kernel: Add ALIGN_UP/ALIGN_DOWN macros | Ian Moffett |
2024-06-04 | kernel: Add bitmap helper macros | Ian Moffett |
2024-06-04 | kernel: syslog: Print timestamp in kprintf() | Ian Moffett |
2024-06-04 | kernel/amd64: Add HPET driver | Ian Moffett |
2024-06-04 | kernel: Add initial ACPI code | Ian Moffett |
2024-06-04 | kernel: Add timer abstraction | Ian Moffett |
2024-06-04 | kernel: Add panic() | Ian Moffett |
2024-06-04 | kernel: Add mmio(9) | Ian Moffett |
2024-06-04 | kernel: lib: Add memcmp() | Ian Moffett |
2024-06-04 | kernel: Add initial virtual memory code | Ian Moffett |
2024-06-04 | project: Initial commit | Ian Moffett |
2024-06-03 | kernel: pci: Require mapping BAR using bus_map() | Ian Moffett |
2024-06-02 | kernel: ahci: Add missing whitespacedev | Ian Moffett |
2024-06-02 | kernel: ahci: Add missing close() hook | Ian Moffett |
2024-06-02 | kernel: ahci: Add SATA read/write support | Ian Moffett |
2024-06-02 | kernel: pci: Add PCI BAR mapping routine | Ian Moffett |
2024-06-02 | kernel/amd64: bus: Add bus abstraction layer | Ian Moffett |
2024-06-02 | kernel: ahci: Acquire global "io_lock" during cmd | Ian Moffett |
2024-06-02 | kernel/amd64: pmap: Add helper to set cache policy | Ian Moffett |
2024-06-02 | kernel/amd64: Refactor TLB flushing and PTE fetch | Ian Moffett |
2024-05-31 | kernel: ahci: Fix null check | Ian Moffett |
2024-05-31 | kernel: ahci: Document workaround | Ian Moffett |
2024-05-31 | kernel: ic: Add initial AHCI driver code | Ian Moffett |
2024-05-28 | kernel: queue: Add missing header guard | Ian Moffett |
2024-05-28 | kernel: exec: Use dummy envp | Ian Moffett |
2024-05-28 | init: mshell: Better command parsingold | AptRock327 |
2024-05-27 | kernel: panic: Write to TTY during panic | Ian Moffett |
2024-05-27 | kernel: loader: Fix logging | Ian Moffett |
2024-05-27 | kernel: syslog: Serialize kprintf() | Ian Moffett |
2024-05-27 | kernel: syslog: Add extra comment | Ian Moffett |
2024-05-27 | kernel: syslog: Fix typo in comment | Ian Moffett |
2024-05-26 | docs: man: Make syslog(9) up to date | Ian Moffett |
2024-05-26 | kernel: Fixup logging to work with syslog changes | Ian Moffett |
2024-05-26 | kernel: syslog: Add timestamp to logging | Ian Moffett |
2024-05-26 | kernel/amd64: Support fetching time since startup | Ian Moffett |