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-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
2024-06-04
kernel/amd64: Add I/O APIC driver
Ian Moffett
2024-06-04
kernel/amd64: acpi: Support parsing MADT
Ian Moffett
2024-06-04
kernel: Add sys/errno.h
Ian Moffett
2024-06-04
kernel/amd64: Support IBRS
Ian Moffett
2024-06-04
kernel/amd64: trap: Add logging for debugging
Ian Moffett
2024-06-04
kernel: vm: Add physical memory allocator
Ian Moffett
2024-06-04
kernel: lib: Add memset()
Ian Moffett
2024-06-04
kernel: Add ALIGN_UP/ALIGN_DOWN macros
Ian Moffett
2024-06-04
kernel: Add bitmap helper macros
Ian Moffett
2024-06-04
kernel: syslog: Print timestamp in kprintf()
Ian Moffett
2024-06-04
kernel/amd64: Add HPET driver
Ian Moffett
2024-06-04
kernel: Add initial ACPI code
Ian Moffett
[next]