index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-02
kernel: ahci: Add missing whitespace
dev
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 parsing
main
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
2024-05-23
kernel/amd64: mp: Add local timer stat
Ian Moffett
2024-05-23
kernel: procfs: Add support for /proc/interrupts
Ian Moffett
2024-05-23
kernel/amd64: mp: Don't allocate seperate ci
Ian Moffett
2024-05-23
init: mshell: Don't use newline in print_file()
Ian Moffett
[next]