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-28
kernel/amd64: Focus md_td_init() to fork MD code
Ian Moffett
2024-06-28
kernel/amd64: Make splraise() return previous IPL
Ian Moffett
2024-06-28
kernel/amd64: Convert kernel stack base to vaddr
Ian Moffett
2024-06-25
kernel: initramfs: Implement getattr vop
Ian Moffett
2024-06-25
kernel: vfs: Add getattr vop
Ian Moffett
2024-06-25
kernel: vfs: Keep style consistent
Ian Moffett
2024-06-25
kernel: initramfs: Fix dangling pointer
Ian Moffett
2024-06-25
kernel: sched: Remove "TODO" from sched_switch()
Ian Moffett
2024-06-23
kernel: Init proc0
Ian Moffett
2024-06-23
kernel: Add fork1()
Ian Moffett
2024-06-23
kernel/amd64: Add machdep thread init function
Ian Moffett
2024-06-23
kernel: sched: Add PCB and context switching
Ian Moffett
2024-06-23
kernel/amd64: gdt: Add user CS/DS defines
Ian Moffett
2024-06-23
kernel/amd64: pmap: Add function to create new VAS
Ian Moffett
2024-06-23
kernel: vm: Add g_kvas for kernel VAS
Ian Moffett
2024-06-21
kernel: cdefs: Fixup comment
Ian Moffett
2024-06-20
kernel/amd64: intr: Add splraise/splx support
Ian Moffett
2024-06-20
kernel: queue: Add sys/queue.h
Ian Moffett
2024-06-19
kernel: Add initramfs and initial VFS code
Ian Moffett
2024-06-19
kernel: lib: Add strncmp()
Ian Moffett
2024-06-19
kernel: types: Add mode_t
Ian Moffett
2024-06-13
kernel: string: Add strcmp()
Ian Moffett
2024-06-13
kernel/amd64: pmap: Fixup and improve consistency
Ian Moffett
2024-06-11
kernel: Add sys/atomic.h
Ian Moffett
2024-06-11
kernel: types: Add off_t
Ian Moffett
2024-06-10
kernel: vm: Add initial code for MI layer
Ian Moffett
2024-06-09
kernel/amd64: pmap: Add initial pmap code
Ian Moffett
2024-06-09
kernel: types: Add paddr_t and vaddr_t
Ian Moffett
2024-06-09
kernel: param: Expand supported bit width
Ian Moffett
2024-06-09
kernel: cdefs: Cleanup comment
Ian Moffett
2024-06-08
kernel/amd64: Prepare for scheduler
Ian Moffett
2024-06-08
kernel: types: Add pid_t
Ian Moffett
2024-06-08
kernel: Add __static_assert macro
Ian Moffett
2024-06-08
kernel/amd64: Pass CPU info to cpu_startup()
Ian Moffett
2024-06-08
kernel/amd64: lapic: Add End-Of-Interrupt helper
Ian Moffett
2024-06-08
kernel/amd64: lapic: Don't test register_timer()
Ian Moffett
2024-06-08
kernel/amd64: lapic: Serialize lapic_timer_init()
Ian Moffett
2024-06-07
kernel: Add __cacheline_aligned macro
Ian Moffett
2024-06-06
kernel/amd64: lapic: Assign timer to IST_SCHED
Ian Moffett
2024-06-06
kernel/amd64: tss: Add support for TSS
Ian Moffett
2024-06-06
kernel/amd64: lapic: Add support for LAPIC timer
Ian Moffett
2024-06-06
kernel/amd64: intr: Add intr_alloc_vector()
Ian Moffett
2024-06-06
kernel: cdefs: Add __likely() and __unlikely()
Ian Moffett
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
[prev]
[next]