aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
...
* i386/i386/fpu.h: Fix xrstor and xrstors macrosSamuel Thibault2021-09-231-2/+6
* i386/i386/fpu.h: Drop spurious backslashesSamuel Thibault2021-09-231-4/+4
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-1/+1
* rtc: Add read/write messagesSamuel Thibault2021-04-051-1/+16
* kd: Do not read the CMOS ramSamuel Thibault2021-04-052-3/+10
* apic: Also unmask irq 3 and 4 earlySamuel Thibault2021-04-051-0/+7
* ioapic: Fix arg passing of redirection entryDamien Zammit2021-04-051-6/+7
* ioapic: Refactor EOIDamien Zammit2021-04-053-2/+2
* ioapic: Use irq specific EOI properly when detectedDamien Zammit2021-04-052-8/+26
* Don't call EOI on spurious interruptsDamien Zammit2021-04-051-6/+3
* ioapic: target first processor for interruptsDamien Zammit2021-04-051-1/+2
* 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