index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
microcode
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-02
x86/microcode: Mark early_parse_cmdline() as __init
Yu Peng
1
-1
/
+1
2025-09-04
x86/microcode: Add microcode loader debugging functionality
Borislav Petkov (AMD)
1
-1
/
+20
2025-09-04
x86/microcode: Add microcode= cmdline parsing
Borislav Petkov (AMD)
1
-4
/
+22
2025-07-09
x86/microcode: Move away from using a fake platform device
Greg Kroah-Hartman
1
-7
/
+7
2025-05-15
x86/cpuid: Rename have_cpuid_p() to cpuid_feature()
Ahmed S. Darwish
1
-1
/
+1
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2025-05-13
Merge branch 'x86/microcode' into x86/core, to merge dependent commits
Ingo Molnar
1
-0
/
+2
2025-05-05
x86/microcode: Consolidate the loader enablement checking
Borislav Petkov (AMD)
1
-24
/
+34
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-30
x86/microcode/AMD: Do not return error when microcode update is not necessary
Annie Li
1
-0
/
+2
2024-05-06
x86/microcode: Remove unused struct cpu_info_ctx
Dr. David Alan Gilbert
1
-5
/
+0
2023-11-21
x86/microcode: Rework early revisions reporting
Borislav Petkov (AMD)
1
-2
/
+9
2023-11-21
x86/microcode: Remove the driver announcement and version
Borislav Petkov (AMD)
1
-4
/
+0
2023-10-24
x86/microcode: Prepare for minimal revision check
Thomas Gleixner
1
-5
/
+14
2023-10-24
x86/microcode: Handle "offline" CPUs correctly
Thomas Gleixner
1
-5
/
+107
2023-10-24
x86/microcode: Protect against instrumentation
Thomas Gleixner
1
-28
/
+83
2023-10-24
x86/microcode: Rendezvous and load in NMI
Thomas Gleixner
1
-4
/
+38
2023-10-24
x86/microcode: Replace the all-in-one rendevous handler
Thomas Gleixner
1
-42
/
+9
2023-10-24
x86/microcode: Provide new control functions
Thomas Gleixner
1
-0
/
+84
2023-10-24
x86/microcode: Add per CPU control field
Thomas Gleixner
1
-2
/
+18
2023-10-24
x86/microcode: Add per CPU result state
Thomas Gleixner
1
-47
/
+67
2023-10-24
x86/microcode: Sanitize __wait_for_cpus()
Thomas Gleixner
1
-22
/
+17
2023-10-24
x86/microcode: Clarify the late load logic
Thomas Gleixner
1
-22
/
+19
2023-10-24
x86/microcode: Handle "nosmt" correctly
Thomas Gleixner
1
-19
/
+32
2023-10-24
x86/microcode: Clean up mc_cpu_down_prep()
Thomas Gleixner
1
-7
/
+1
2023-10-24
x86/microcode: Get rid of the schedule work indirection
Thomas Gleixner
1
-19
/
+10
2023-10-24
x86/microcode: Mop up early loading leftovers
Thomas Gleixner
1
-16
/
+1
2023-10-24
x86/microcode/amd: Use cached microcode for AP load
Thomas Gleixner
1
-13
/
+2
2023-10-24
x86/microcode/amd: Cache builtin/initrd microcode early
Thomas Gleixner
1
-16
/
+4
2023-10-24
x86/microcode: Remove pointless apply() invocation
Thomas Gleixner
1
-17
/
+6
2023-10-24
x86/microcode/intel: Save the microcode only after a successful late-load
Thomas Gleixner
1
-0
/
+4
2023-10-24
x86/microcode/intel: Simplify early loading
Thomas Gleixner
1
-5
/
+1
2023-10-19
x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
Ashok Raj
1
-2
/
+0
2023-10-18
x86/microcode/32: Move early loading after paging enable
Thomas Gleixner
1
-62
/
+16
2023-08-13
x86/microcode: Move core specific defines to local header
Thomas Gleixner
1
-1
/
+2
2023-08-13
x86/microcode: Make reload_early_microcode() static
Thomas Gleixner
1
-1
/
+1
2023-08-13
x86/microcode: Include vendor headers into microcode.h
Ashok Raj
1
-2
/
+0
2023-08-08
x86/microcode: Remove microcode_mutex
Sebastian Andrzej Siewior
1
-6
/
+0
2023-07-27
x86/microcode/AMD: Rip out static buffers
Borislav Petkov (AMD)
1
-2
/
+2
2023-03-17
x86/microcode: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-4
/
+9
2023-02-06
x86/microcode/core: Return an error only when necessary
Borislav Petkov (AMD)
1
-3
/
+3
2023-02-06
x86/microcode/AMD: Add a @cpu parameter to the reloading functions
Borislav Petkov (AMD)
1
-3
/
+3
2023-01-31
x86/microcode: Allow only "1" as a late reload trigger value
Ashok Raj
1
-5
/
+2
2023-01-21
x86/microcode: Adjust late loading result reporting message
Ashok Raj
1
-4
/
+7
2023-01-21
x86/microcode: Check CPU capabilities after late microcode update correctly
Ashok Raj
1
-0
/
+6
2023-01-20
x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
Ashok Raj
1
-1
/
+2
2023-01-18
x86/microcode: Use the DEVICE_ATTR_RO() macro
Guangju Wang[baidu]
1
-3
/
+3
2022-11-02
x86/microcode: Drop struct ucode_cpu_info.valid
Borislav Petkov
1
-2
/
+2
2022-11-02
x86/microcode: Do some minor fixups
Borislav Petkov
1
-6
/
+5
2022-11-02
x86/microcode: Kill refresh_fw
Borislav Petkov
1
-1
/
+1
[next]