Revision 9784edd73a08ea08d0ce5606e1f0f729df688c59 authored by Linus Torvalds on 05 June 2022, 17:55:23 UTC, committed by Linus Torvalds on 05 June 2022, 17:55:23 UTC
Pull x86 microcode updates from Thomas Gleixner:

 - Disable late microcode loading by default. Unless the HW people get
   their act together and provide a required minimum version in the
   microcode header for making a halfways informed decision its just
   lottery and broken.

 - Warn and taint the kernel when microcode is loaded late

 - Remove the old unused microcode loader interface

 - Remove a redundant perf callback from the microcode loader

* tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/microcode: Remove unnecessary perf callback
  x86/microcode: Taint and warn on late loading
  x86/microcode: Default-disable late loading
  x86/microcode: Rip out the OLD_INTERFACE
2 parent s a925128 + 0c0fe08
History
File Mode Size
firmware_loader
power
regmap
test
Kconfig -rw-r--r-- 7.4 KB
Makefile -rw-r--r-- 1.2 KB
arch_numa.c -rw-r--r-- 10.8 KB
arch_topology.c -rw-r--r-- 19.5 KB
attribute_container.c -rw-r--r-- 14.5 KB
auxiliary.c -rw-r--r-- 13.9 KB
base.h -rw-r--r-- 7.4 KB
bus.c -rw-r--r-- 29.7 KB
cacheinfo.c -rw-r--r-- 17.2 KB
class.c -rw-r--r-- 14.8 KB
component.c -rw-r--r-- 22.3 KB
container.c -rw-r--r-- 814 bytes
core.c -rw-r--r-- 131.4 KB
cpu.c -rw-r--r-- 14.9 KB
dd.c -rw-r--r-- 34.6 KB
devcoredump.c -rw-r--r-- 9.2 KB
devres.c -rw-r--r-- 31.0 KB
devtmpfs.c -rw-r--r-- 10.2 KB
driver.c -rw-r--r-- 7.4 KB
firmware.c -rw-r--r-- 606 bytes
hypervisor.c -rw-r--r-- 536 bytes
init.c -rw-r--r-- 809 bytes
isa.c -rw-r--r-- 3.8 KB
map.c -rw-r--r-- 3.3 KB
memory.c -rw-r--r-- 30.3 KB
module.c -rw-r--r-- 2.0 KB
node.c -rw-r--r-- 28.4 KB
physical_location.c -rw-r--r-- 3.3 KB
physical_location.h -rw-r--r-- 476 bytes
pinctrl.c -rw-r--r-- 2.7 KB
platform-msi.c -rw-r--r-- 9.7 KB
platform.c -rw-r--r-- 37.8 KB
property.c -rw-r--r-- 41.6 KB
soc.c -rw-r--r-- 6.7 KB
swnode.c -rw-r--r-- 28.0 KB
syscore.c -rw-r--r-- 3.2 KB
topology.c -rw-r--r-- 5.0 KB
trace.c -rw-r--r-- 230 bytes
trace.h -rw-r--r-- 1.4 KB
transport_class.c -rw-r--r-- 9.5 KB

back to top