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
/
cpu
Age
Commit message (
Expand
)
Author
3 days
kern/amd64: mp: Initialize sched queue per core
Ian Moffett
10 days
kern: cpu: Fix typo in ap_entry()
Ian Moffett
11 days
kern/amd64: mmu: Map with zero if prot is also zero
Ian Moffett
11 days
kern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()
Ian Moffett
12 days
kern/amd64: cpu: Add cpu_halt_others() function
Ian Moffett
12 days
kern/amd64: cpu: Add CPU halt ISR for IPIs
Ian Moffett
12 days
kern/amd64: cpu: Enable interrupts upon CPU startup
Ian Moffett
12 days
kern/amd64: Support APIC inter-processor interrupts
Ian Moffett
2025-09-20
kern/amd64: mmu: Add page-level cacheability attrs
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: 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/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: cpu: Initialize platform before LAPIC
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/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: gdt: Load GDT before setting GS_BASE
Ian Moffett
2025-09-15
kern/amd64: lapic: Add LAPIC timer support
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: Add exception handlers
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
2025-09-14
kern/amd64: mmu: Enable support for 5-level paging
Ian Moffett
2025-09-14
kern/amd64: mmu: Use CR4 not CR0 for CR4.L57
Ian Moffett
2025-09-14
kern: vm: Implement page mapping and VASes
Ian Moffett
2025-09-14
kern/amd64: cpu: Add routine to get current core
Ian Moffett
2025-09-14
kern/amd64: vm: Add initial MMU skeleton logic
Ian Moffett
2025-09-13
kern/amd64: Add platform and UART init
Ian Moffett
2025-09-13
kern/amd64: cpu: Remove trailing newline
Ian Moffett
2025-09-13
kern/amd64: cpu: Initialize GDT
Ian Moffett