summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64
AgeCommit message (Expand)Author
15 hourskern/amd64: ioapic: Add ISA IRQ to GSI conversionHEADmasterIan Moffett
3 dayskern/amd64: mp: Initialize sched queue per coreIan Moffett
5 daysnp: codegen: Support returning symbols / stringsIan Moffett
5 daysnp: piir: Add bitmap based register allocationIan Moffett
6 daysnp/amd64: piir: Add 32-bit register ID listIan Moffett
6 daysnp: backend: Add backend pirho sourcesIan Moffett
10 daysbuild: Use clang during early stateIan Moffett
10 dayskern: cpu: Fix typo in ap_entry()Ian Moffett
11 dayskern/amd64: build: Add stub MD confIan Moffett
11 dayskern/amd64: mmu: Map with zero if prot is also zeroIan Moffett
11 dayskern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
12 dayskern/amd64: panic: Halt all processors on panicIan Moffett
12 dayskern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
12 dayskern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
12 dayskern/amd64: cpu: Enable interrupts upon CPU startupIan Moffett
12 dayskern/amd64: Support APIC inter-processor interruptsIan Moffett
2025-09-23kern/amd64: proc: Deallocate mapped frames on exitIan Moffett
2025-09-23usr/amd64: Discard .eh_frame and .note sectionsIan Moffett
2025-09-21kern: bus: Simply return bus_space, don't remapIan Moffett
2025-09-21kern: clkdev: Add callback to get elapsed timeIan Moffett
2025-09-21kern/amd64: hpet: Register HPET with clkdevIan Moffett
2025-09-20kern/amd64: Add initial HPET driverIan Moffett
2025-09-20kern: pci: Add bus framework and PCI BAR mapperIan Moffett
2025-09-20kern: pci: Assume error if barreg is zeroIan Moffett
2025-09-20kern/amd64: mmu: Add page-level cacheability attrsIan Moffett
2025-09-20kern: pci: Handle base address registers (BARs)Ian Moffett
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