summaryrefslogtreecommitdiff
path: root/src/sys/include/arch
AgeCommit message (Expand)Author
12 dayskern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
12 dayskern/amd64: Support APIC inter-processor interruptsIan Moffett
2025-09-20kern/amd64: Add initial HPET driverIan Moffett
2025-09-17kern: Add syscall entry and SYS_exit syscallIan Moffett
2025-09-16kern/amd64: mdcpu: Document GDT fields in mdcoreIan Moffett
2025-09-16kern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
2025-09-16kern/amd64: proc: Store trapframe in PCBIan Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett
2025-09-15kern/amd64: lapic: Add LAPIC timer supportIan Moffett
2025-09-15kern/amd64: intel: Add i8254 PIT driverIan 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: ioapic: Add IRQ to vector routingIan 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: Add traprame related MD headersIan Moffett
2025-09-15kern/amd64: Add interrupt descriptor table coreIan Moffett
2025-09-15os/amd64: Reduce coupling with VAS structureIan Moffett
2025-09-15os/amd64: Make MMU header standard per archIan Moffett
2025-09-14kern: Add sys/mman.h and generic prot flagsIan Moffett
2025-09-14kern: vm: Implement page mapping and VASesIan Moffett
2025-09-14kern/amd64: Add Model Specific Register helpersIan Moffett
2025-09-14kern/amd64: vm: Add initial MMU skeleton logicIan Moffett
2025-09-13os/amd64: Add md_halt() to halt coreIan Moffett
2025-09-13os/amd64: Add md_intoff() and md_inton()Ian Moffett
2025-09-13os/amd64: mdcpu: Add md_spinwait() macroIan Moffett
2025-09-13kern/amd64: Add platform and UART initIan Moffett
2025-09-13kern/amd64: cpu: Initialize GDTIan Moffett
2025-09-13os/amd64: Define CPU as pcore with MD counterpartIan Moffett
2025-09-13project: Use limine as headstartIan Moffett
2025-09-13kernel/amd64: Add port I/O helpersIan Moffett
2025-09-13build: 'i386' -> 'amd64'Ian Moffett