summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-02pmap: Note that we should support PCIDSamuel Thibault
2020-12-01x86: Move fp_reg.h static assertions to .c fileSamuel Thibault
2020-12-01gsync: Use vm_address_t instead of vm_offset_tSamuel Thibault
2020-12-01x86: Keep fp_regs.h standaloneSamuel Thibault
2020-11-29x86: Get default state from the CPU itselfSamuel Thibault
2020-11-29x86: Make sure we allocate as much as our structure should holdSamuel Thibault
2020-11-29x86: clear exceptions etc. on fpinitSamuel Thibault
2020-11-29x86: Fix initial control wordSamuel Thibault
2020-11-29x86: Fix initialization of new threadsSamuel Thibault
2020-11-29x86: Factorize fpu save/restoreSamuel Thibault
2020-11-28x86: Drop XSAVE support limitationSamuel Thibault
2020-11-28x86: Add XSAVEOPT, XSAVEC, XSAVES supportSamuel Thibault
2020-11-28x86: Extend XSAVE support to unbound stateSamuel Thibault
2020-11-28x86: Add XSAVE supportSamuel Thibault
2020-11-28fpu: Rename FP_387X to FP_387FXSamuel Thibault
2020-11-28fp_reg: update to latest SSE supported by FXSAVESamuel Thibault
2020-11-28x86: Pave the way for xsave/xrstor supportSamuel Thibault
2020-11-28x86: allow using 8bit constants in in/out instructionsSamuel Thibault
2020-11-22Disable com3 and com4Samuel Thibault
2020-11-22fix missing include header guard.guy fleury iteriteka
2020-11-15genhd: Fix building without IDE driversSamuel Thibault
2020-11-08i386 pmap: Omit pmap workaround on i486 or later.Masanori Ogino
2020-11-08pmap: Fix warningSamuel Thibault
2020-10-07elf-load: Avoid loading PIE binaries at address 0Samuel Thibault
2020-10-07bootstrap: Increase STACK_SIZESamuel Thibault
2020-10-07Add comment about mp_desc_init callAlmudena Garcia
2020-10-07fix: fix kernel panic in SMP mode Add mp_desc_init() call in BSP processor, t...Almudena Garcia
2020-09-19smp: Add --enable-ncpus option and fix buildSamuel Thibault
2020-09-19model_dep.c: Add smp_init callAlmudena Garcia
2020-09-19smp: Add generic smp pseudoclassAlmudena Garcia
2020-09-19acpi parser: Fix build warningsSamuel Thibault
2020-09-19smp: Add APIC finder and parserAlmudena Garcia
2020-09-10device_pager_setup: Add FIXME commentSamuel Thibault
2020-08-12vm_kern: Add kmem_alloc_aligned_tableAlmudena Garcia
2020-08-12smp: Add pseudoclass to manage APIC operationsAlmudena Garcia
2020-07-19device intr: Fix reference leakSamuel Thibault
2020-07-19intr_register: better document how we'd handle crashesSamuel Thibault
2020-07-1864bit: fix buildSamuel Thibault
2020-07-15Fix xen buildSamuel Thibault
2020-07-10Add hardware interrupt notification mechanismSamuel Thibault
2020-07-09Add vm_allocate_contiguous RPCSamuel Thibault
2020-07-09Add experimental RPC infrastructureSamuel Thibault
2020-06-20vm_map: Allow passing the name of a memory objectSamuel Thibault
2020-06-01Support GPT disklabels and build them by defaultнаб
2020-05-01kmem_alloc_wired: factorize with kmem_vallocSamuel Thibault
2020-05-01Add kmem_vallocSamuel Thibault
2020-04-16doc: Add missing word.Ricardo Wurmus
2020-04-06mach_trap_table: Fix 64bit versionSamuel Thibault
2020-04-06Add warning about one of the next 64bit fixes to makeSamuel Thibault
2020-04-06ddb: Add 64bit support to memory examinationSamuel Thibault