aboutsummaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
2024-02-29kernel/amd64: pmap: Add routine to switch vasIan Moffett
2024-02-29kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx()Ian Moffett
2024-02-29kernel: vm: Add more documentationIan Moffett
2024-02-28kernel: vfs: Move mountlist_entry to vfs_cache.cIan Moffett
2024-02-28kernel: Add ksyms.hIan Moffett
2024-02-28kernel: Add initial VFS implementationIan Moffett
2024-02-28kernel: errno: Update errno.hIan Moffett
2024-02-26kernel: Add initial ELF loader implementationIan Moffett
2024-02-26kernel: pmap: Use PROT_ instead of PMAP_ prefixIan Moffett
2024-02-26kernel: Add elf.hIan Moffett
2024-02-26kernel: Add strcmp()Ian Moffett
2024-02-26kernel/amd64: pmap: Add support for creating VASIan Moffett
2024-02-26kernel/amd64: Drop 'asm' directoryIan Moffett
2024-02-26kernel/amd64: lapic: Add support for sending EOIsIan Moffett
2024-02-26kernel: sched: Create schedvar.hIan Moffett
2024-02-25kernel: vcons: Add cursor supportIan Moffett
2024-02-25kernel: Move video console codeIan Moffett
2024-02-24kernel/amd64: cpu: Fix logic bugIan Moffett
2024-02-23kernel: Add initial scheduler implementationIan Moffett
2024-02-23kernel/amd64: frame: Add macro to init trapframeIan Moffett
2024-02-23kernel/amd64: frameasm: Add missing registerIan Moffett
2024-02-22kernel/amd64: lapic: uint32_t -> size_tIan Moffett
2024-02-22kernel/amd64: Create per-processor context storageIan Moffett
2024-02-18kernel/amd64: trap: Remove useless functionIan Moffett
2024-02-15kernel/amd64: cpu: Prefix machdeps with cpu_Ian Moffett
2024-02-14kernel: queue: Keep track of element countIan Moffett
2024-02-14kernel: cpu: Add hint_spinwait()Ian Moffett
2024-02-14kernel: Add __TRY_CALL() macroIan Moffett
2024-02-14kernel: machdep: Remove __weak for some routinesIan Moffett
2024-02-14kernel/amd64: hpet: HPET is architecture specificIan Moffett
2024-02-13kernel: proc: Fix field within proc structIan Moffett
2024-02-11kernel/amd64: acpi: Fetch LAPIC base separateIan Moffett
2024-02-11kernel: sched: Add initial sched related codeIan Moffett
2024-02-11kernel: Add machine independent CPU routinesIan Moffett
2024-02-11kernel: cdefs: Add __noreturn macroIan Moffett
2024-02-04kernel/amd64: lapic: Add support for sending IPIsIan Moffett
2024-01-17kernel: Add serial logging supportIan Moffett
2024-01-13kernel: vm: Add vm_map interfaceIan Moffett
2024-01-13kernel: assert: Be more verboseIan Moffett
2024-01-13kernel/amd64: pmap: Add pmap_unmap()Ian Moffett
2024-01-12kernel/amd64: pmap: Add pmap_map() routineIan Moffett
2024-01-12kernel/amd64: vas: Add more documentationIan Moffett
2024-01-12kernel/amd64: asm: Add vmem tlb headerIan Moffett
2024-01-12kernel: types: Add vmem specific typesIan Moffett
2024-01-12kernel: vm: Make vm_get_bsp_ctx() return pointerIan Moffett
2024-01-11kernel: vm: Move vm_ctx structure to pmap.hIan Moffett
2024-01-10kernel: _VEGA_SOURCE -> _HYRA_SOURCEIan Moffett
2024-01-10kernel: syslog: Add KWARN()Ian Moffett
2024-01-10kernel/amd64: machdep: Add pre_init()Ian Moffett
2024-01-01project-wide: Make copyright year a rangeIan Moffett