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-02-23
kernel/amd64: frame: Add macro to init trapframe
Ian Moffett
2024-02-23
kernel/amd64: spectre: Remove useless whitespace
Ian Moffett
2024-02-23
kernel/amd64: frameasm: Add missing register
Ian Moffett
2024-02-23
kernel/amd64: lapic_timer.S -> local_intr.S
Ian Moffett
2024-02-23
kernel/amd64: machdep: Remove useless decl
Ian Moffett
2024-02-22
kernel/amd64: lapic: Set timer routine
Ian Moffett
2024-02-22
kernel/amd64: lapic: uint32_t -> size_t
Ian Moffett
2024-02-22
kernel/amd64: Create per-processor context storage
Ian Moffett
2024-02-22
kernel/amd64: machdep: Unmask interrupts
Ian Moffett
2024-02-22
kernel/amd64: machdep: Isolate BSP-only calls
Ian Moffett
2024-02-20
kernel/amd64: trap: Dump regs upon exception
Ian Moffett
2024-02-18
kernel/amd64: trap: Remove useless function
Ian Moffett
2024-02-18
kernel/amd64: hpet: Remove extra whitespace
Ian Moffett
2024-02-18
kernel/amd64: hpet: Use hint_spinwait()
Ian Moffett
2024-02-18
kernel/amd64: machdep: Init HPET only once
Ian Moffett
2024-02-17
kernel: syslog: Add '%p'
Ian Moffett
2024-02-17
kernel: syslog: Add TODO
Ian Moffett
2024-02-15
kernel/amd64: cpu: Prefix machdeps with cpu_
Ian Moffett
2024-02-14
kernel: queue: Keep track of element count
Ian Moffett
2024-02-14
kernel: cpu: Add hint_spinwait()
Ian Moffett
2024-02-14
kernel: Add __TRY_CALL() macro
Ian Moffett
2024-02-14
kernel: machdep: Remove __weak for some routines
Ian Moffett
2024-02-14
kernel/amd64: hpet: HPET is architecture specific
Ian Moffett
2024-02-13
kernel: proc: Fix field within proc struct
Ian Moffett
2024-02-11
kernel/amd64: acpi: Fetch LAPIC base separate
Ian Moffett
2024-02-11
kernel: sched: Add initial sched related code
Ian Moffett
2024-02-11
kernel: Add machine independent CPU routines
Ian Moffett
2024-02-11
kernel: cdefs: Add __noreturn macro
Ian Moffett
2024-02-05
kernel/amd64: lapic: Fix icr_lo overflow bug
Ian Moffett
2024-02-05
kernel/amd64: lapic: Conform to style
Ian Moffett
2024-02-04
kernel/amd64: lapic: Add support for sending IPIs
Ian Moffett
2024-02-04
kernel/amd64: lapic: Remove redundant whitespace
Ian Moffett
2024-02-04
kernel/amd64: lapic: Extend r/w width to 64 bits
Ian Moffett
2024-01-17
kernel: vm: Init virtual memory in pre_init()
Ian Moffett
2024-01-17
kernel: Add serial logging support
Ian Moffett
2024-01-17
kernel: syslog: Better abstract logging
Ian Moffett
2024-01-13
kernel: vm: Add vm_map interface
Ian Moffett
2024-01-13
kernel: assert: Be more verbose
Ian Moffett
2024-01-13
docs: man: Document map_unmap()
Ian Moffett
2024-01-13
kernel/amd64: pmap: Add pmap_unmap()
Ian Moffett
2024-01-12
docs: man: Add pmap(9) page
Ian Moffett
2024-01-12
docs: man: Fix formatting
Ian Moffett
2024-01-12
docs: man: Update dynalloc.9 title
Ian Moffett
2024-01-12
kernel/amd64: pmap: Document PTE flags further
Ian Moffett
2024-01-12
kernel/amd64: pmap: Add pmap_map() routine
Ian Moffett
2024-01-12
kernel/amd64: vas: Add more documentation
Ian Moffett
2024-01-12
kernel/amd64: asm: Add vmem tlb header
Ian Moffett
2024-01-12
kernel: types: Add vmem specific types
Ian Moffett
2024-01-12
kernel: vm: Make vm_get_bsp_ctx() return pointer
Ian Moffett
2024-01-11
kernel: vm: Move vm_ctx structure to pmap.h
Ian Moffett
[next]