summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29kernel/amd64: pmap: Add user pte flagIan Moffett
2024-02-29kernel/amd64: pmap: Add routine to switch vasIan Moffett
2024-02-29kernel/amd64: pmap: Fix calculation of indicesIan Moffett
2024-02-29kernel/amd64: pmap: Allocate new pmap if neededIan Moffett
2024-02-29kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx()Ian Moffett
2024-02-29kernel: vm: Add more documentationIan Moffett
2024-02-29kernel/amd64: tss: Allocate stack for RSP0Ian Moffett
2024-02-29kernel: vfs_subr: Update commentIan Moffett
2024-02-28kernel: vfs_cache: Fix type bugIan Moffett
2024-02-28kernel: vfs: Move mountlist_entry to vfs_cache.cIan Moffett
2024-02-28kernel: vfs: Do not leak memoryIan Moffett
2024-02-28kernel: vfs: Add more documentationIan 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-27build: Fix linking of symbol tableIan Moffett
2024-02-27build: Copy all of 'base/' into 'iso_root/'Ian Moffett
2024-02-26conf: Set initramfs as moduleIan 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: sched: Fix mistake in context switch codeIan 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: sched: Send EOI after context switchIan Moffett
2024-02-26kernel/amd64: cpu_mp: Allow single core processingIan Moffett
2024-02-26kernel/amd64: lapic: Add support for sending EOIsIan Moffett
2024-02-26kernel: Remove tty_init() callsIan Moffett
2024-02-26kernel: sched: Fix broken preemptionsIan Moffett
2024-02-26kernel: sched: Fix PID allocation logicIan Moffett
2024-02-26kernel: sched: Create schedvar.hIan Moffett
2024-02-26kernel: vcons: Add missing PIX_BOUNDS_MAX_*Ian Moffett
2024-02-25kernel: vcons: Add more documentationIan Moffett
2024-02-25kernel/amd64: spectre: RefactorIan Moffett
2024-02-25kernel/amd64: machdep: RefactorIan Moffett
2024-02-25kernel: vcons: Add cursor supportIan Moffett
2024-02-25kernel: vcons: Fix mistake in commentIan 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: spectre: Remove useless whitespaceIan Moffett
2024-02-23kernel/amd64: frameasm: Add missing registerIan Moffett
2024-02-23kernel/amd64: lapic_timer.S -> local_intr.SIan Moffett
2024-02-23kernel/amd64: machdep: Remove useless declIan Moffett
2024-02-22kernel/amd64: lapic: Set timer routineIan Moffett
2024-02-22kernel/amd64: lapic: uint32_t -> size_tIan Moffett
2024-02-22kernel/amd64: Create per-processor context storageIan Moffett
2024-02-22kernel/amd64: machdep: Unmask interruptsIan Moffett