Age | Commit message (Expand) | Author |
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 |
2024-05-26 | kernel: string: Support '%0Nd' formatting | Ian Moffett |
2024-05-25 | kernel: vm_map: Fix cleanup in munmap() | Ian Moffett |
2024-05-25 | kernel: vm_map: Fix deadlock | Ian Moffett |
2024-05-25 | kernel: vm: Fix vm_obj_destroy() | Ian Moffett |
2024-05-25 | build: Add user linker script | Ian Moffett |
2024-05-25 | kernel: vm: Make vmobj ref start at zero | Ian Moffett |
2024-05-24 | kernel: vm: Make pmap_create_vas() return int | Ian Moffett |
2024-05-24 | kernel/amd64: pmap: Fix check for listed CPUs | Ian Moffett |
2024-05-24 | kernel: cpu: Add cpu_count() for reading 'ncpu' | Ian Moffett |
2024-05-24 | init: mshell: Remove useless length check | Ian Moffett |
2024-05-23 | kernel/amd64: trap: Handle cleanup before signal | Ian Moffett |
2024-05-23 | kernel: sched: Fix PID assignment | Ian Moffett |
2024-05-23 | kernel/amd64: Log messages during user faults | Ian Moffett |
2024-05-23 | kernel: syslog: Add kernel message buffer | Ian Moffett |
2024-05-23 | kernel/amd64: mp: APICTMR -> LAPIC-TMR | Ian Moffett |
2024-05-23 | kernel/amd64: pmap: Add support for TLB shootdowns | Ian Moffett |
2024-05-23 | kernel: intr: name -> source | Ian Moffett |
2024-05-23 | kernel/amd64: lapic: Add IPI_SHORTHAND_NONE | Ian Moffett |
2024-05-23 | kernel/amd64: pmap: Add pmap_init() | Ian Moffett |
2024-05-23 | kernel: intr: Fix garbage output | Ian Moffett |
2024-05-23 | kernel: intr: Remove useless include | Ian Moffett |
2024-05-23 | init: mshell: Allow reading from /proc/interrupts | Ian Moffett |
2024-05-23 | kernel/amd64: isa: Add i8042 IRQ stat | Ian Moffett |