summaryrefslogtreecommitdiff
path: root/sys/x86/include/ucode.h
AgeCommit message (Expand)Author
2025-09-27ucode: use wrmsr_early_safe() for early CPU microcode updateGleb Smirnoff
2025-09-18cpucontrol: return selected revision from ucode_amd_find()Gleb Smirnoff
2024-02-22x86/ucode: add support for early loading of CPU ucode on AMD.Chuck Silvers
2024-02-13x86/ucode: add const where appropriateChuck Silvers
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2018-09-14Log a message after a successful boot-time microcode update.Mark Johnston
2018-08-13Implement kernel support for early loading of Intel microcode updates.Mark Johnston