summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2018-08-25Define __HAVE_ACPI.Mark Kettenis
2018-08-25Fix printing of ioapic remapping messages; avoid printing duplicate info.Mark Kettenis
2018-08-24print cpu family/model/stepping in dmesgJonathan Gray
2018-08-23port the amd64 code for loading intel microcode on boot to i386Jonathan Gray
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-21Rework kcov kernel config. Instead of treating kcov as both an option and aanton
2018-08-21print rdtscp and xsave_ext cpuid bits on i386 as wellJonathan Gray
2018-08-21print sefflags_edx cpuid bits on i386 as wellJonathan Gray
2018-08-20Remove unused spllock().Visa Hankala
2018-08-19pseudo-device must be file-flagged otherwise ramdisks cannot link.Theo de Raadt
2018-08-19Add kcov(4), a kernel code coverage tracing driver. It's used in conjunctionanton
2018-08-19Add support for multiple PCI segments. Only really implemented for arm64Mark Kettenis
2018-08-15add cpuid and msr bits fromJonathan Gray
2018-08-10Bump boot loader versions for softraid passphrase handling change.Joel Sing
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-08-08Recognise 'Speculative Store Bypass Disable' support cpuid bit.Jonathan Gray
2018-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
2018-08-01On AMD CPUs, If the LFENCE serialization MSR bit is already set, thenBryan Steele
2018-07-30Use the MI interrupt enable/distable API instead of the MD one on i386 andMark Kettenis
2018-07-24Do the same for i386 as amd64:Bryan Steele
2018-07-13repair inconsistanciesTheo de Raadt
2018-07-12unbreak i386 build, thanks to pd@ for noticing. Same diff as I committedMike Larkin
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialMike Larkin
2018-07-11adding __func__ identifier to panic() calls in vmm.c for amd64 and i386Nayden Markatchev
2018-07-10Move from sendsig() to its callers the initsiginfo() calls andPhilip Guenther
2018-07-09Delete the VM86 kernel option and i386_vm86(3) API: it's requiredPhilip Guenther
2018-07-05Enable bwfm(4).Patrick Wildt
2018-07-04Properly pass around the PCI "chipset tag" in acpi(4) and refactorMark Kettenis
2018-07-04Fix a wrong memcmp in k7/k8 powernow code.Mike Larkin
2018-07-04Clean up some extern definitions and includes in hibernate MD codeMike Larkin
2018-07-02clarify what is actually needed from a header file being includedMike Larkin
2018-07-01Move acpi(4) attach glue into acpi_machdep.c.Mark Kettenis
2018-06-30Add intr_enable() function, intended for MI use to amd64 and i386 and useMark Kettenis
2018-06-25Reorganize acpi(4) code a bit in preparation for upcoming arm64 support.Mark Kettenis
2018-06-22Finish the last missing piece for the i386 meltdown fix:Alexander Bluhm
2018-06-21Save and restore retguard area during hibernate unpack. This copies theMike Larkin
2018-06-18Remove the MAKE_FRAME macro to trace over ioapic interrupts in ddb.Alexander Bluhm
2018-06-18"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"Kenneth R Westerback
2018-06-15Reorder trapframe/intrframe to put %ebp next to %eip and make itAlexander Bluhm
2018-06-03i386 isn't quite ready for witness yet.Theo de Raadt
2018-06-01Clear vc3_sc if the context is freed, to avoid leaving a danglingFrederic Cambus
2018-06-01Enable witness(4) on select architectures to help the current MP work.Visa Hankala
2018-05-31Return error values directly where appropriate, instead of using the errFrederic Cambus
2018-05-28More steps for i386 Meltdown fix:Alexander Bluhm
2018-05-24vmm(4): unbreak i386 VMM_DEBUG buildMike Larkin
2018-05-11Fix fallout from i386 Meltdown preparation which is using interruptAlexander Bluhm
2018-05-04Initialize st_count in db_save_stack_trace().Visa Hankala
2018-05-01vmmci(4) depends on pvbus(4) being available, unbreakPeter Hessler
2018-04-30vmd(8): unbreak i386Mike Larkin
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse