summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
14 hourskern: vm: Add serialized TLSF frontendIan Moffett
14 hourskern: vm: Add TLSF portIan Moffett
18 hourskern/amd64: lapic: Add Local APIC timer interfaceIan Moffett
18 hourskern/amd64: idt: Make idt.h includable in ASMIan Moffett
18 hourskern/amd64: mp: Add application processor counterIan Moffett
18 hourssys: Add sys/atomic.hIan Moffett
18 hourskern: Add initial process definitionsIan Moffett
18 hourssys: Add sys/queue.hIan Moffett
18 hourskern/amd64: Add trapframe definitionIan Moffett
18 hourssys: types: Add ID typesIan Moffett
21 hoursproject: Correct malformed copyright headersHEADmasterIan Moffett
21 hourskern/amd64: Add md/cpu.hIan Moffett
21 hourssys: Add sys/mman.hIan Moffett
22 hourskern/amd64: mmu: Add function to map pagesIan Moffett
23 hourskern/amd64: mmu: Don't truncate bits when reading vasIan Moffett
32 hourskern/amd64: Do low-level processor configurationIan Moffett
33 hourskern/amd64: msr: Make md/msr.h includable in asmIan Moffett
33 hourskern/amd64: mmu: Add mu_pmap_forkvas() helperIan Moffett
35 hourskern/amd64: mp: Sync MTRRs between APs and BSPIan Moffett
35 hourskern/amd64: boot: Disable interrupts on AP bootIan Moffett
36 hourskern/amd64: mp: Update stale comment about mappingsIan Moffett
36 hourskern/amd64: mp: Make AP bring up more stableIan Moffett
37 hourskern/amd64: cpu: Don't initialize bootspace twiceIan Moffett
38 hourskern/amd64: Bring application cores to long modeIan Moffett
39 hourskern: vm: Fix typo in VIRT_TO_PHYS()Ian Moffett
41 hourskern/amd64: mp: Ensure core is online capableIan Moffett
41 hourskern/amd64: mp: Add multiprocessing groundworkIan Moffett
41 hourssys: cdefs: Add __section() macroIan Moffett
41 hourskern/amd64: lapic: Add lapic_read_id() functionIan Moffett
41 hourskern: acpi: Add acpi_read_madt() helperIan Moffett
42 hourskern: dev: Add HPET timer driverIan Moffett
43 hourskern/amd64: lapic: Fix SVR low byte to logical 1sIan Moffett
43 hourskern/amd64: lapic: Fix typo in commentIan Moffett
43 hourskern/amd64: lapic: Make ICR values 64-bitsIan Moffett
43 hourskern/amd64: lapic: Add support for sending IPIsIan Moffett
46 hourskern/amd64: lapic: Configure and calibrate timerIan Moffett
46 hourskern/amd64: Expose IDT to C through idt.hIan Moffett
46 hourskern/amd64: i8254: Add dividend defineIan Moffett
2 dayskern/amd64: isa: Add minimal i8254 driverIan Moffett
2 dayskern/amd64: cpu: Add initial Local APIC driverIan Moffett
2 dayskern: os: Add MMIO helper macrosIan Moffett
2 dayskern/amd64: Add CPUID helper macroIan Moffett
2 dayskern: vm: Add KERN_BASE macro for HHDMIan Moffett
3 dayskern/amd64+mu: Introduce percpu machine core blockIan Moffett
3 dayskern: mu: Get rid of that yucky self fieldIan Moffett
3 dayskern: mu: Move cpu_info to machine unifierIan Moffett
3 dayskern/amd64+mu: Add processor descriptor + percpu stateIan Moffett
3 dayskern/amd64: Add model specific register helpersIan Moffett
3 dayskern: Add initial ACPI related sourcesIan Moffett
3 dayskern: lib: Add POSIX memcmp() functionIan Moffett