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
/
arch
Age
Commit message (
Expand
)
Author
2024-06-02
kernel/amd64: bus: Add bus abstraction layer
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-26
kernel: Fixup logging to work with syslog changes
Ian Moffett
2024-05-26
kernel/amd64: Support fetching time since startup
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-23
kernel/amd64: trap: Handle cleanup before signal
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/amd64: pmap: Add pmap_init()
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/amd64: mp: Don't allocate seperate ci
Ian Moffett
2024-05-21
kernel: Initial sched rewrite
Ian Moffett
2024-05-19
kernel: Add reboot() and reboot syscall
Ian Moffett
2024-05-18
kernel: tty: Handle input processing better
Ian Moffett
2024-05-18
kernel: tty: Handle ICANON
Ian Moffett
2024-05-17
kernel/amd64: machdep: Beep based on kernel config
Ian Moffett
2024-05-17
build: Introduce kconf for kernel configuration
Ian Moffett
2024-05-15
kernel/amd64: machdep: Cleanup processor_init()
Ian Moffett
2024-05-14
kernel/amd64: Fix early panic triple fault
Ian Moffett
2024-05-14
kernel/amd64: machdep: Reorganize functions
Ian Moffett
2024-05-14
kernel: machdep: Add machine_panic() + panic beep
Ian Moffett
2024-05-14
kernel: isa: Add pcspkr support
Ian Moffett
2024-05-12
kernel/amd64: i8042: Prevent blinking capslock LED
Ian Moffett
2024-05-12
kernel/amd64: isa: Add i8042 driver
Ian Moffett
2024-05-07
kernel/amd64: trap: Remove unnecessary whitespace
Ian Moffett
2024-05-07
kernel/amd64: tss: Ensure stacks are aligned
Ian Moffett
2024-05-07
kernel/amd64: trap: Temporarily disable interrupts
Ian Moffett
2024-04-30
kernel/amd64: machdep: Add cpu_halt_others()
Ian Moffett
2024-04-28
kernel/amd64: ioapic: Add ioapic_set_vec()
Ian Moffett
2024-04-26
kernel/amd64: syscall: Allow RIP/RSP to be reset
Ian Moffett
2024-04-20
kernel: vm: Add initial demand paging support
Ian Moffett
2024-04-10
kernel/amd64: trap: Send signals to thread
Ian Moffett
2024-04-09
kernel/amd64: tss: Remove useless whitespace
Ian Moffett
2024-04-09
kernel/amd64: Add backtrace support for panic()
Ian Moffett
2024-04-07
kernel/amd64: syscall: Set IP in syscall_args
Ian Moffett
2024-04-06
kernel/amd64: lapic: Remove unused includes
Ian Moffett
2024-03-26
kernel/amd64: tss: Do not allow userspace port I/O
Ian Moffett
2024-03-25
kernel/amd64: Remove "AP bootstrap done" message
Ian Moffett
2024-03-24
kernel/amd64: machdep: Init PCI driver
Ian Moffett
2024-03-19
kernel: syscall: Fix syscall order
Ian Moffett
2024-03-16
kernel,libc: syscall: Improve syscall code
Ian Moffett
2024-03-16
kernel: syscall: Remove syscall_args.ret
Ian Moffett
2024-03-14
kernel: Add support for syscalls
Ian Moffett
2024-03-14
kernel/amd64: pmap: Add pmap_free_vas()
Ian Moffett
2024-03-13
kernel/amd64: machdep: Add processor_free_pcb()
Ian Moffett
[next]