aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
...
* i386at: Really disable com and lpr above NCOM and NLPRSamuel Thibault2020-12-072-0/+10
* pmap: Note that we should support PCIDSamuel Thibault2020-12-021-0/+1
* x86: Move fp_reg.h static assertions to .c fileSamuel Thibault2020-12-012-2/+3
* x86: Keep fp_regs.h standaloneSamuel Thibault2020-12-011-6/+4
* x86: Get default state from the CPU itselfSamuel Thibault2020-11-291-20/+6
* x86: Make sure we allocate as much as our structure should holdSamuel Thibault2020-11-291-0/+10
* x86: clear exceptions etc. on fpinitSamuel Thibault2020-11-291-0/+1
* x86: Fix initial control wordSamuel Thibault2020-11-291-3/+8
* x86: Fix initialization of new threadsSamuel Thibault2020-11-293-49/+47
* x86: Factorize fpu save/restoreSamuel Thibault2020-11-292-60/+49
* x86: Drop XSAVE support limitationSamuel Thibault2020-11-282-4/+0
* x86: Add XSAVEOPT, XSAVEC, XSAVES supportSamuel Thibault2020-11-282-28/+121
* x86: Extend XSAVE support to unbound stateSamuel Thibault2020-11-283-23/+12
* x86: Add XSAVE supportSamuel Thibault2020-11-284-27/+122
* fpu: Rename FP_387X to FP_387FXSamuel Thibault2020-11-283-11/+12
* fp_reg: update to latest SSE supported by FXSAVESamuel Thibault2020-11-281-3/+4
* x86: Pave the way for xsave/xrstor supportSamuel Thibault2020-11-284-2/+38
* x86: allow using 8bit constants in in/out instructionsSamuel Thibault2020-11-281-6/+6
* Disable com3 and com4Samuel Thibault2020-11-221-1/+2
* fix missing include header guard.guy fleury iteriteka2020-11-221-0/+5
* i386 pmap: Omit pmap workaround on i486 or later.Masanori Ogino2020-11-083-4/+16
* pmap: Fix warningSamuel Thibault2020-11-081-1/+1
* Add comment about mp_desc_init callAlmudena Garcia2020-10-071-0/+1
* fix: fix kernel panic in SMP mode Add mp_desc_init() call in BSP processor, t...Almudena Garcia2020-10-071-0/+5
* smp: Add --enable-ncpus option and fix buildSamuel Thibault2020-09-198-8/+31
* model_dep.c: Add smp_init callAlmudena Garcia2020-09-191-1/+7
* smp: Add generic smp pseudoclassAlmudena Garcia2020-09-193-0/+76
* acpi parser: Fix build warningsSamuel Thibault2020-09-191-7/+5
* smp: Add APIC finder and parserAlmudena Garcia2020-09-193-0/+708
* smp: Add pseudoclass to manage APIC operationsAlmudena Garcia2020-08-123-0/+362
* Fix xen buildSamuel Thibault2020-07-152-2/+3
* Add hardware interrupt notification mechanismSamuel Thibault2020-07-106-0/+177
* Add vm_allocate_contiguous RPCSamuel Thibault2020-07-092-0/+10
* Support GPT disklabels and build them by defaultнаб2020-06-011-0/+2
* mach_trap_table: Fix 64bit versionSamuel Thibault2020-04-061-1/+1
* Add warning about one of the next 64bit fixes to makeSamuel Thibault2020-04-061-0/+3
* x86_64: Fix userland max addressSamuel Thibault2020-04-061-0/+4
* xen: Fix vm_page layout for x86_64Samuel Thibault2020-04-051-0/+7
* xen: Fix rdtsc call for x86_64Samuel Thibault2020-04-051-3/+3
* Xen x86_64: Fix getting page table baseSamuel Thibault2020-04-051-1/+1
* pmap: Fix boot with kvm+PAE on some systemsSamuel Thibault2020-04-041-2/+10
* pmap.h: Fix PDPMASK in 32bit PAESamuel Thibault2020-04-031-1/+2
* Fix build with -fno-commonSamuel Thibault2020-03-312-1/+3
* Restore vm_size_t to natural_tSamuel Thibault2020-03-312-1/+5
* seg: Fix fill_gate offsetSamuel Thibault2020-03-311-1/+1
* Fix 64bit TSS/LDT system descriptorsSamuel Thibault2020-03-296-27/+117
* Fix gate definition for 64bit.Samuel Thibault2020-03-292-0/+11
* ldt: do not reload kernel LDT if we are already using itSamuel Thibault2020-03-291-1/+2
* Share ncom, lpr, PAE definitions between i386 and x86_64Samuel Thibault2020-03-291-18/+1
* Fix warningSamuel Thibault2020-03-291-1/+1