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-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
kernel/amd64: pmap: Add pmap_unmap()
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
2024-01-10
kernel: _VEGA_SOURCE -> _HYRA_SOURCE
Ian Moffett
2024-01-10
kernel: syslog: Add KWARN()
Ian Moffett
2024-01-10
kernel/amd64: machdep: Add pre_init()
Ian Moffett
2024-01-10
kernel: vm: Cleanup pageframe allocation
Ian Moffett
2024-01-01
project-wide: Make copyright year a range
Ian Moffett
2024-01-01
project-wide: Update copyright year
Ian Moffett
2023-12-28
kernel/amd64: cpu: Ensure `bsp_info' is zero'd
Ian Moffett
2023-12-28
kernel/amd64: trap: Fix stack misalignment
Ian Moffett
2023-12-25
kernel/amd64: machdep: Refactor
Ian Moffett
2023-12-25
kernel: vm_physseg: Fix allocation issue
Ian Moffett
2023-12-25
kernel/amd64: lapic: Refactor includes
Ian Moffett
2023-12-25
kernel/amd64: lapic: Fix APIC Timer IDT entry type
Ian Moffett
2023-12-25
kernel/amd64: lapic: Add initial LAPIC Timer logic
Ian Moffett
2023-12-25
kernel: timer: Add microseconds support
Ian Moffett
2023-12-23
kernel/amd64: cpu: Add interrupt helper routine
Ian Moffett
2023-12-21
build: Update build constant OS prefixes
Ian Moffett
2023-12-19
kernel: cdefs: Add extra helpers
Ian Moffett
2023-12-19
kernel/amd64: lapic: Fixup LAPIC state tracking
Ian Moffett
2023-12-19
kernel/amd64: lapic: Refactor names
Ian Moffett
2023-12-19
kernel/amd64: Re-organize AMD64 files
Ian Moffett
2023-12-19
kernel/amd64: isa: Add i8254 driver
Ian Moffett
2023-12-19
kernel/amd64: io: Add I/O helpers
Ian Moffett
2023-12-17
kernel/amd64: trap: Fix stack issues
Ian Moffett
2023-12-17
kernel/amd64: frame: Seperate ASM from C header
Ian Moffett
[next]