aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
...
* ioapic: Enable processor focus to BSPDamien Zammit2021-04-052-0/+4
* SMP: Fix warningsSamuel Thibault2021-04-045-0/+13
* SMP: fix getting the interrupt stack address and sizeSamuel Thibault2021-04-043-4/+6
* Add ioapic support disabled by defaultDamien Zammit2021-04-0416-27/+557
* pit: Add more macrosSamuel Thibault2021-04-031-2/+7
* Keep BIOS mapped even without LinuxSamuel Thibault2021-03-312-7/+1
* apic: Reorder definesDamien Zammit2021-03-291-2/+2
* pic: Move to interrupts 0x20-0x2fDamien Zammit2021-03-282-5/+3
* Existing SMP apic code improvementsDamien Zammit2021-03-284-21/+106
* Don't allow writing to acpi table in memoryDamien Zammit2021-03-281-1/+1
* fixup acpi base table searchDamien Zammit2021-03-281-18/+12
* i386 fpu: fix bogus checkAndrea G. Monaco2021-02-111-1/+1
* com: Fix bogus NCOM testAndrea G. Monaco2021-02-031-1/+1
* add a missing include header guard.guy fleury iteriteka2021-01-091-0/+5
* Fix _Static_assert callSamuel Thibault2020-12-231-2/+4
* 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