summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2021-04-05rtc: Add read/write messagesSamuel Thibault
2021-04-05kd: Do not read the CMOS ramSamuel Thibault
2021-04-05apic: Also unmask irq 3 and 4 earlySamuel Thibault
2021-04-05ioapic: Fix arg passing of redirection entryDamien Zammit
2021-04-05ioapic: Refactor EOIDamien Zammit
2021-04-05ioapic: Use irq specific EOI properly when detectedDamien Zammit
2021-04-05Don't call EOI on spurious interruptsDamien Zammit
2021-04-05ioapic: target first processor for interruptsDamien Zammit
2021-04-05ioapic: Enable processor focus to BSPDamien Zammit
2021-04-04SMP: Fix warningsSamuel Thibault
2021-04-04SMP: fix getting the interrupt stack address and sizeSamuel Thibault
2021-04-04Add ioapic support disabled by defaultDamien Zammit
2021-04-03pit: Add more macrosSamuel Thibault
2021-03-31Keep BIOS mapped even without LinuxSamuel Thibault
2021-03-29apic: Reorder definesDamien Zammit
2021-03-28pic: Move to interrupts 0x20-0x2fDamien Zammit
2021-03-28Existing SMP apic code improvementsDamien Zammit
2021-03-28Don't allow writing to acpi table in memoryDamien Zammit
2021-03-28fixup acpi base table searchDamien Zammit
2021-02-11i386 fpu: fix bogus checkAndrea G. Monaco
2021-02-03com: Fix bogus NCOM testAndrea G. Monaco
2021-01-09add a missing include header guard.guy fleury iteriteka
2020-12-23Fix _Static_assert callSamuel Thibault
2020-12-07i386at: Really disable com and lpr above NCOM and NLPRSamuel Thibault
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-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-08i386 pmap: Omit pmap workaround on i486 or later.Masanori Ogino
2020-11-08pmap: Fix warningSamuel 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