index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
microcode
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_microcode_for_v6.13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
13 days
1
-8
/
+2
|
\
|
*
x86/microcode/intel: Remove unnecessary cache writeback and invalidation
Chang S. Bae
2024-10-25
1
-8
/
+2
*
|
x86/microcode/AMD: Split load_microcode_amd()
Borislav Petkov (AMD)
2024-10-22
1
-8
/
+17
*
|
x86/microcode/AMD: Pay attention to the stepping dynamically
Borislav Petkov (AMD)
2024-10-22
1
-8
/
+18
|
/
*
x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positive
Borislav Petkov (AMD)
2024-07-30
1
-1
/
+1
*
x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID
Borislav Petkov
2024-07-29
1
-32
/
+158
*
Merge tag 'x86_microcode_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-05-14
2
-8
/
+1
|
\
|
*
x86/microcode: Remove unused struct cpu_info_ctx
Dr. David Alan Gilbert
2024-05-06
1
-5
/
+0
|
*
x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macro
Borislav Petkov (AMD)
2024-04-05
1
-2
/
+0
|
*
x86/microcode/AMD: Avoid -Wformat warning with clang-15
Arnd Bergmann
2024-04-05
1
-1
/
+1
*
|
x86/microcode/intel: Switch to new Intel CPU model defines
Tony Luck
2024-04-29
1
-3
/
+2
|
/
*
x86/cpu/topology: Get rid of cpuinfo::x86_max_cores
Thomas Gleixner
2024-02-16
1
-1
/
+1
*
x86/microcode/intel: Set new revision only after a successful update
Borislav Petkov (AMD)
2023-12-03
1
-7
/
+7
*
x86/microcode/intel: Remove redundant microcode late updated message
Ashok Raj
2023-12-01
1
-6
/
+0
*
x86/microcode: Rework early revisions reporting
Borislav Petkov (AMD)
2023-11-21
4
-44
/
+37
*
x86/microcode: Remove the driver announcement and version
Borislav Petkov (AMD)
2023-11-21
1
-4
/
+0
*
x86/microcode/intel: Add a minimum required revision for late loading
Ashok Raj
2023-10-24
1
-4
/
+33
*
x86/microcode: Prepare for minimal revision check
Thomas Gleixner
2023-10-24
4
-5
/
+22
*
x86/microcode: Handle "offline" CPUs correctly
Thomas Gleixner
2023-10-24
2
-5
/
+108
*
x86/microcode: Protect against instrumentation
Thomas Gleixner
2023-10-24
1
-28
/
+83
*
x86/microcode: Rendezvous and load in NMI
Thomas Gleixner
2023-10-24
3
-5
/
+41
*
x86/microcode: Replace the all-in-one rendevous handler
Thomas Gleixner
2023-10-24
1
-42
/
+9
*
x86/microcode: Provide new control functions
Thomas Gleixner
2023-10-24
1
-0
/
+84
*
x86/microcode: Add per CPU control field
Thomas Gleixner
2023-10-24
1
-2
/
+18
*
x86/microcode: Add per CPU result state
Thomas Gleixner
2023-10-24
2
-47
/
+68
*
x86/microcode: Sanitize __wait_for_cpus()
Thomas Gleixner
2023-10-24
1
-22
/
+17
*
x86/microcode: Clarify the late load logic
Thomas Gleixner
2023-10-24
1
-22
/
+19
*
x86/microcode: Handle "nosmt" correctly
Thomas Gleixner
2023-10-24
3
-30
/
+43
*
x86/microcode: Clean up mc_cpu_down_prep()
Thomas Gleixner
2023-10-24
1
-7
/
+1
*
x86/microcode: Get rid of the schedule work indirection
Thomas Gleixner
2023-10-24
1
-19
/
+10
*
x86/microcode: Mop up early loading leftovers
Thomas Gleixner
2023-10-24
2
-17
/
+1
*
x86/microcode/amd: Use cached microcode for AP load
Thomas Gleixner
2023-10-24
3
-24
/
+13
*
x86/microcode/amd: Cache builtin/initrd microcode early
Thomas Gleixner
2023-10-24
2
-17
/
+11
*
x86/microcode/amd: Cache builtin microcode too
Thomas Gleixner
2023-10-24
1
-1
/
+1
*
x86/microcode/amd: Use correct per CPU ucode_cpu_info
Thomas Gleixner
2023-10-24
1
-3
/
+3
*
x86/microcode: Remove pointless apply() invocation
Thomas Gleixner
2023-10-24
1
-17
/
+6
*
x86/microcode/intel: Rework intel_find_matching_signature()
Thomas Gleixner
2023-10-24
1
-12
/
+19
*
x86/microcode/intel: Reuse intel_cpu_collect_info()
Thomas Gleixner
2023-10-24
1
-15
/
+1
*
x86/microcode/intel: Rework intel_cpu_collect_info()
Thomas Gleixner
2023-10-24
1
-24
/
+9
*
x86/microcode/intel: Unify microcode apply() functions
Thomas Gleixner
2023-10-24
1
-68
/
+36
*
x86/microcode/intel: Switch to kvmalloc()
Thomas Gleixner
2023-10-24
1
-23
/
+25
*
x86/microcode/intel: Save the microcode only after a successful late-load
Thomas Gleixner
2023-10-24
3
-15
/
+20
*
x86/microcode/intel: Simplify early loading
Thomas Gleixner
2023-10-24
3
-93
/
+79
*
x86/microcode/intel: Cleanup code further
Thomas Gleixner
2023-10-19
1
-44
/
+32
*
x86/microcode/intel: Simplify and rename generic_load_microcode()
Thomas Gleixner
2023-10-19
1
-30
/
+17
*
x86/microcode/intel: Simplify scan_microcode()
Thomas Gleixner
2023-10-19
1
-21
/
+7
*
x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
Ashok Raj
2023-10-19
4
-121
/
+34
*
x86/microcode/32: Move early loading after paging enable
Thomas Gleixner
2023-10-18
4
-234
/
+65
*
x86/microcode/amd: Fix snprintf() format string warning in W=1 build
Paolo Bonzini
2023-10-17
1
-1
/
+1
*
x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMD
Lukas Bulwahn
2023-08-26
1
-2
/
+2
[next]