summaryrefslogtreecommitdiff
path: root/sys/inc
AgeCommit message (Expand)Author
3 hourskern/amd64: lapic: Add Local APIC timer interfacedevIan Moffett
3 hourskern/amd64: idt: Make idt.h includable in ASMIan Moffett
4 hourssys: Add sys/atomic.hIan Moffett
4 hourskern: Add initial process definitionsIan Moffett
4 hourssys: Add sys/queue.hIan Moffett
4 hourskern/amd64: Add trapframe definitionIan Moffett
4 hourssys: types: Add ID typesIan Moffett
6 hoursproject: Correct malformed copyright headersHEADmasterIan Moffett
7 hourskern/amd64: Add md/cpu.hIan Moffett
7 hourssys: Add sys/mman.hIan Moffett
8 hourskern/amd64: mmu: Add function to map pagesIan Moffett
18 hourskern/amd64: Do low-level processor configurationIan Moffett
18 hourskern/amd64: msr: Make md/msr.h includable in asmIan Moffett
19 hourskern/amd64: mmu: Add mu_pmap_forkvas() helperIan Moffett
20 hourskern/amd64: mp: Sync MTRRs between APs and BSPIan Moffett
25 hourskern: vm: Fix typo in VIRT_TO_PHYS()Ian Moffett
27 hourskern/amd64: mp: Add multiprocessing groundworkIan Moffett
27 hourssys: cdefs: Add __section() macroIan Moffett
27 hourskern/amd64: lapic: Add lapic_read_id() functionIan Moffett
27 hourskern: acpi: Add acpi_read_madt() helperIan Moffett
28 hourskern: dev: Add HPET timer driverIan Moffett
29 hourskern/amd64: lapic: Add support for sending IPIsIan Moffett
32 hourskern/amd64: lapic: Configure and calibrate timerIan Moffett
32 hourskern/amd64: Expose IDT to C through idt.hIan Moffett
32 hourskern/amd64: i8254: Add dividend defineIan Moffett
42 hourskern/amd64: isa: Add minimal i8254 driverIan Moffett
43 hourskern/amd64: cpu: Add initial Local APIC driverIan Moffett
43 hourskern: os: Add MMIO helper macrosIan Moffett
43 hourskern/amd64: Add CPUID helper macroIan Moffett
43 hourskern: vm: Add KERN_BASE macro for HHDMIan Moffett
47 hourskern/amd64+mu: Introduce percpu machine core blockIan Moffett
47 hourskern: mu: Get rid of that yucky self fieldIan Moffett
47 hourskern: mu: Move cpu_info to machine unifierIan Moffett
47 hourskern/amd64+mu: Add processor descriptor + percpu stateIan Moffett
47 hourskern/amd64: Add model specific register helpersIan Moffett
2 dayskern: Add initial ACPI related sourcesIan Moffett
2 dayskern: lib: Add POSIX memcmp() functionIan Moffett
2 daysacpi: tables: Add initial ACPI table defsIan Moffett
2 dayskern/amd64: Annotate KFENCE macroIan Moffett
2 dayskern: mu: Swap __weak/__strong orderIan Moffett
2 dayskern/amd64+mu: Add initial virtual memory sourcesIan Moffett
2 dayskern: vm: Add frame allocation and deallocationIan Moffett
2 dayskern: panic: Deprecate mu_panic_preamble()Ian Moffett
2 dayskern/amd64: Add spinlock impl for AMD64 portIan Moffett
2 dayssys: cdefs: Add __asmv macroIan Moffett
2 dayskern: vm: Add pagesize defineIan Moffett
2 dayskern: vm: Add initial physical memory managementIan Moffett
3 dayskern: dev: Add initial console driverIan Moffett
3 dayskern: dev: Add console fontIan Moffett
3 dayskern: dev: Add video RAM driverIan Moffett