summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
33 hourskern/amd64: mp: Use zero-based index in corelistIan Moffett
35 hourskern/amd64: mdcpu: Document GDT fields in mdcoreIan Moffett
35 hourskern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
35 hourskern/amd64: proc: Do not kick proc in md_set_ip()Ian Moffett
35 hourskern/amd64: tss: Fix stack allocation sizeIan Moffett
35 hourskern/amd64: cpu: Initialize platform before LAPICIan Moffett
37 hourstools: Add script to get hardware documentationIan Moffett
37 hoursMerge branch 'dev'Ian Moffett
37 hourskern: proc: Add initialization code for ring 3Ian Moffett
38 hourskern: proc: Add initialization code for ring 3Ian Moffett
38 hourskernel: elf: Load ELFs into memoryIan Moffett
38 hourskernel: elf: Use memcpy() and remove memset() callIan Moffett
38 hourskern: elf: Fix frame calcs + style cleanupIan Moffett
38 hourskern: elf: Default to PROT_READ | PROT_USERIan Moffett
38 hourskern: elf: Don't load blank program headersIan Moffett
38 hourskern/amd64: Add 'curproc' field to 'pcore'Ian Moffett
38 hourskern/amd64: proc: Store trapframe in PCBIan Moffett
38 hourskern/amd64: mmu: Condence update into one line + fixIan Moffett
42 hourskern: vm: Implement lazy allocation for vm_map()Ian Moffett
42 hourskern/amd64: mmu: Add routine to switch VASIan Moffett
42 hourskern/amd65: mmu: Do not pass virtual address overIan Moffett
43 hourskern: Add initial ELF loader sourcesIan Moffett
44 hourssys: Add sys/elf.hIan Moffett
2 dayskern: proc: Add initial proc init + PCB codeIan Moffett
2 dayskern/amd64: mmu: Add mmu_new_vas() routineIan Moffett
2 dayssys: Add sys/atomic.hIan Moffett
2 dayssys: mman: Add PROT_USER flagIan Moffett
3 dayskern: os: Introduce support for OMAR initramfsIan Moffett
3 dayskern: vm_map: Add guard pages at end of mappingsIan Moffett
3 dayskern: vm: Add MI vm_map() functionIan Moffett
3 dayskern/amd64: lapic: Panic if MMIO base has movedIan Moffett
3 dayskern/amd64: cpu: Add initial SMP startup codeIan Moffett
3 dayssys: limits: Add CPU_MAX limitIan Moffett
3 daysbuild: boot: Show boot menu on startupIan Moffett
3 dayskern: Add initial scheduler skeletonIan Moffett
3 dayskern/amd64: Move i8259/uart init to chipset_init()Ian Moffett
3 dayskern/amd64: gdt: Load GDT before setting GS_BASEIan Moffett
3 dayssys: Add sys/queue.hIan Moffett
3 dayskern/amd64: lapic: Add LAPIC timer supportIan Moffett
3 dayskern/amd64: intel: Add i8254 PIT driverIan Moffett
3 dayskern/amd64: ioapic: Add one to nredirIan Moffett
3 dayskernel/amd64: Add task state segment logicIan Moffett
3 dayskern/amd64: lapic: Initialize percore Local APICIan Moffett
3 dayskern/amd64: boot: Initialize I/O APIC *once*Ian Moffett
3 dayskernel/amd64: Move ioapic_read_madt() to acpi_subrIan Moffett
3 daysbuild: Clear out sys/target on distcleanIan Moffett
3 dayskern/amd64: ioapic: Add IRQ to vector routingIan Moffett
3 dayskern/amd64: Improve ioapic_read_madt() scalabilityIan Moffett
3 dayskern: os_init: Move boot message at topIan Moffett
3 dayskern/amd64: Add I/O APIC initialization codeIan Moffett