summaryrefslogtreecommitdiff
path: root/src/sys/arch
AgeCommit message (Expand)Author
2025-09-19kern/amd64: proc: Add proc_self()Ian Moffett
2025-09-19kern: Add '.modules' section to kernel binaryIan Moffett
2025-09-19kern/amd64: build: Ensure .a libs retain sectionsIan Moffett
2025-09-18build: Allow each subsystem to have their own confIan Moffett
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-17kern/amd64: syscall: Use current platform latchIan Moffett
2025-09-17kern/amd64: Implement syscall domains and windowsIan Moffett
2025-09-17kern: Add syscall entry and SYS_exit syscallIan Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-17kern/amd64: mmu: Add mmu_free_vas() to cleanup VASIan Moffett
2025-09-17kern/amd64: proc: Add initial context switch logicIan Moffett
2025-09-17kernel/amd64: mp: Use NULL instead of wrappingIan Moffett
2025-09-17kern: Make memmap dump configurable via kconfIan Moffett
2025-09-17kern/amd64: mp: Add cpu_get() routineIan Moffett
2025-09-17kern/amd64: mp: Use zero-based index in corelistIan Moffett
2025-09-16kern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
2025-09-16kern/amd64: proc: Do not kick proc in md_set_ip()Ian Moffett
2025-09-16kern/amd64: tss: Fix stack allocation sizeIan Moffett
2025-09-16kern/amd64: cpu: Initialize platform before LAPICIan Moffett
2025-09-16Merge branch 'dev'Ian Moffett
2025-09-16kern: proc: Add initialization code for ring 3Ian Moffett
2025-09-16kern: proc: Add initialization code for ring 3Ian Moffett
2025-09-16kern/amd64: mmu: Condence update into one line + fixIan Moffett
2025-09-16kern/amd64: mmu: Add routine to switch VASIan Moffett
2025-09-16kern/amd65: mmu: Do not pass virtual address overIan Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett
2025-09-16kern/amd64: mmu: Add mmu_new_vas() routineIan Moffett
2025-09-15sys: mman: Add PROT_USER flagIan Moffett
2025-09-15kern/amd64: lapic: Panic if MMIO base has movedIan Moffett
2025-09-15kern/amd64: cpu: Add initial SMP startup codeIan Moffett
2025-09-15kern/amd64: Move i8259/uart init to chipset_init()Ian Moffett
2025-09-15kern/amd64: gdt: Load GDT before setting GS_BASEIan Moffett
2025-09-15kern/amd64: lapic: Add LAPIC timer supportIan Moffett
2025-09-15kern/amd64: intel: Add i8254 PIT driverIan Moffett
2025-09-15kern/amd64: ioapic: Add one to nredirIan Moffett
2025-09-15kernel/amd64: Add task state segment logicIan Moffett
2025-09-15kern/amd64: lapic: Initialize percore Local APICIan Moffett
2025-09-15kern/amd64: boot: Initialize I/O APIC *once*Ian Moffett
2025-09-15kernel/amd64: Move ioapic_read_madt() to acpi_subrIan Moffett
2025-09-15kern/amd64: ioapic: Add IRQ to vector routingIan Moffett
2025-09-15kern/amd64: Improve ioapic_read_madt() scalabilityIan Moffett
2025-09-15kern/amd64: Add I/O APIC initialization codeIan Moffett
2025-09-15kern/amd64: boot: Disable the i8259 chip on bootIan Moffett
2025-09-15kern/amd64: Add exception handlersIan Moffett
2025-09-15kern/amd64: Add interrupt descriptor table coreIan Moffett
2025-09-15kern/amd64: mmu: Add creddit blockIan Moffett
2025-09-15os/amd64: Make MMU header standard per archIan Moffett
2025-09-14kern/amd64: mmu: Enable support for 5-level pagingIan Moffett
2025-09-14kern/amd64: mmu: Use CR4 not CR0 for CR4.L57Ian Moffett
2025-09-14kern: vm: Implement page mapping and VASesIan Moffett