index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
arch
/
amd64
Age
Commit message (
Expand
)
Author
2025-09-20
kern: pci: Assume error if barreg is zero
Ian Moffett
2025-09-20
kern/amd64: mmu: Add page-level cacheability attrs
Ian Moffett
2025-09-20
kern: pci: Handle base address registers (BARs)
Ian Moffett
2025-09-19
kern/amd64: proc: Add proc_self()
Ian Moffett
2025-09-19
kern: Add '.modules' section to kernel binary
Ian Moffett
2025-09-19
kern/amd64: build: Ensure .a libs retain sections
Ian Moffett
2025-09-18
build: Allow each subsystem to have their own conf
Ian Moffett
2025-09-18
kern: io: Add initial PCI CAM driver
Ian Moffett
2025-09-17
kern/amd64: syscall: Use current platform latch
Ian Moffett
2025-09-17
kern/amd64: Implement syscall domains and windows
Ian Moffett
2025-09-17
kern: Add syscall entry and SYS_exit syscall
Ian Moffett
2025-09-17
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
2025-09-17
kern/amd64: mmu: Add mmu_free_vas() to cleanup VAS
Ian Moffett
2025-09-17
kern/amd64: proc: Add initial context switch logic
Ian Moffett
2025-09-17
kernel/amd64: mp: Use NULL instead of wrapping
Ian Moffett
2025-09-17
kern: Make memmap dump configurable via kconf
Ian Moffett
2025-09-17
kern/amd64: mp: Add cpu_get() routine
Ian Moffett
2025-09-17
kern/amd64: mp: Use zero-based index in corelist
Ian Moffett
2025-09-16
kern/amd64: cpu: Make GDT per-cpu to match TSS
Ian Moffett
2025-09-16
kern/amd64: proc: Do not kick proc in md_set_ip()
Ian Moffett
2025-09-16
kern/amd64: tss: Fix stack allocation size
Ian Moffett
2025-09-16
kern/amd64: cpu: Initialize platform before LAPIC
Ian Moffett
2025-09-16
Merge branch 'dev'
Ian Moffett
2025-09-16
kern: proc: Add initialization code for ring 3
Ian Moffett
2025-09-16
kern: proc: Add initialization code for ring 3
Ian Moffett
2025-09-16
kern/amd64: mmu: Condence update into one line + fix
Ian Moffett
2025-09-16
kern/amd64: mmu: Add routine to switch VAS
Ian Moffett
2025-09-16
kern/amd65: mmu: Do not pass virtual address over
Ian Moffett
2025-09-16
kern: proc: Add initial proc init + PCB code
Ian Moffett
2025-09-16
kern/amd64: mmu: Add mmu_new_vas() routine
Ian Moffett
2025-09-15
sys: mman: Add PROT_USER flag
Ian Moffett
2025-09-15
kern/amd64: lapic: Panic if MMIO base has moved
Ian Moffett
2025-09-15
kern/amd64: cpu: Add initial SMP startup code
Ian Moffett
2025-09-15
kern/amd64: Move i8259/uart init to chipset_init()
Ian Moffett
2025-09-15
kern/amd64: gdt: Load GDT before setting GS_BASE
Ian Moffett
2025-09-15
kern/amd64: lapic: Add LAPIC timer support
Ian Moffett
2025-09-15
kern/amd64: intel: Add i8254 PIT driver
Ian Moffett
2025-09-15
kern/amd64: ioapic: Add one to nredir
Ian Moffett
2025-09-15
kernel/amd64: Add task state segment logic
Ian Moffett
2025-09-15
kern/amd64: lapic: Initialize percore Local APIC
Ian Moffett
2025-09-15
kern/amd64: boot: Initialize I/O APIC *once*
Ian Moffett
2025-09-15
kernel/amd64: Move ioapic_read_madt() to acpi_subr
Ian Moffett
2025-09-15
kern/amd64: ioapic: Add IRQ to vector routing
Ian Moffett
2025-09-15
kern/amd64: Improve ioapic_read_madt() scalability
Ian Moffett
2025-09-15
kern/amd64: Add I/O APIC initialization code
Ian Moffett
2025-09-15
kern/amd64: boot: Disable the i8259 chip on boot
Ian Moffett
2025-09-15
kern/amd64: Add exception handlers
Ian Moffett
2025-09-15
kern/amd64: Add interrupt descriptor table core
Ian Moffett
2025-09-15
kern/amd64: mmu: Add creddit block
Ian Moffett
2025-09-15
os/amd64: Make MMU header standard per arch
Ian Moffett
[next]