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
path:
root
/
sys
Age
Commit message (
Expand
)
Author
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-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
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
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-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
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
kernel: procfs: Write newline after output
Ian Moffett
2024-05-23
kernel: fs: Add procfs support
Ian Moffett
2024-05-23
kernel: vm: Add alloc and avl stats
Ian Moffett
2024-05-23
kernel: vm: Keep track of vmobj count
Ian Moffett
2024-05-23
kernel: vm: Add memory stats
Ian Moffett
2024-05-21
kernel: devfs: Add support for close hook
Ian Moffett
2024-05-21
kernel: filedesc: Fix fd_from_fdnum()
Ian Moffett
2024-05-21
kernel: vfs: Add support for close VOP
Ian Moffett
2024-05-21
kernel: sched: Fix comment
sched-rewrite
Ian Moffett
[next]