summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2022-01-01mach_i386: include MACH_I386_IMPORTSSamuel Thibault
2021-12-29ddb: Fix updating sp while progressing through framesSamuel Thibault
2021-12-29ddb: Unwind over RETSamuel Thibault
2021-12-28ddb: Fix accessing high memorySamuel Thibault
2021-12-16rtc: drop message on setting RTC timeSamuel Thibault
2021-11-28memmmap: Use biosmem_addr_available rather than vm_page_lookup_paSamuel Thibault
2021-10-17memory_object_create_proxy: Make len parameter vm_size_array_tSamuel Thibault
2021-09-23i386/i386/fpu.h: Fix xrstor and xrstors macrosSamuel Thibault
2021-09-23i386/i386/fpu.h: Drop spurious backslashesSamuel Thibault
2021-08-27vm_page_grab: allow allocating in high memorySamuel Thibault
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