index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
microcode
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-30
x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positive
Borislav Petkov (AMD)
1
-1
/
+1
2024-07-29
x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID
Borislav Petkov
1
-32
/
+158
2024-05-14
Merge tag 'x86_microcode_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-8
/
+1
2024-05-06
x86/microcode: Remove unused struct cpu_info_ctx
Dr. David Alan Gilbert
1
-5
/
+0
2024-04-29
x86/microcode/intel: Switch to new Intel CPU model defines
Tony Luck
1
-3
/
+2
2024-04-05
x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macro
Borislav Petkov (AMD)
1
-2
/
+0
2024-04-05
x86/microcode/AMD: Avoid -Wformat warning with clang-15
Arnd Bergmann
1
-1
/
+1
2024-02-16
x86/cpu/topology: Get rid of cpuinfo::x86_max_cores
Thomas Gleixner
1
-1
/
+1
2023-12-03
x86/microcode/intel: Set new revision only after a successful update
Borislav Petkov (AMD)
1
-7
/
+7
2023-12-01
x86/microcode/intel: Remove redundant microcode late updated message
Ashok Raj
1
-6
/
+0
2023-11-21
x86/microcode: Rework early revisions reporting
Borislav Petkov (AMD)
4
-44
/
+37
2023-11-21
x86/microcode: Remove the driver announcement and version
Borislav Petkov (AMD)
1
-4
/
+0
2023-10-24
x86/microcode/intel: Add a minimum required revision for late loading
Ashok Raj
1
-4
/
+33
2023-10-24
x86/microcode: Prepare for minimal revision check
Thomas Gleixner
4
-5
/
+22
2023-10-24
x86/microcode: Handle "offline" CPUs correctly
Thomas Gleixner
2
-5
/
+108
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
3
-5
/
+41
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
2
-47
/
+68
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
3
-30
/
+43
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
2
-17
/
+1
2023-10-24
x86/microcode/amd: Use cached microcode for AP load
Thomas Gleixner
3
-24
/
+13
2023-10-24
x86/microcode/amd: Cache builtin/initrd microcode early
Thomas Gleixner
2
-17
/
+11
2023-10-24
x86/microcode/amd: Cache builtin microcode too
Thomas Gleixner
1
-1
/
+1
2023-10-24
x86/microcode/amd: Use correct per CPU ucode_cpu_info
Thomas Gleixner
1
-3
/
+3
2023-10-24
x86/microcode: Remove pointless apply() invocation
Thomas Gleixner
1
-17
/
+6
2023-10-24
x86/microcode/intel: Rework intel_find_matching_signature()
Thomas Gleixner
1
-12
/
+19
2023-10-24
x86/microcode/intel: Reuse intel_cpu_collect_info()
Thomas Gleixner
1
-15
/
+1
2023-10-24
x86/microcode/intel: Rework intel_cpu_collect_info()
Thomas Gleixner
1
-24
/
+9
2023-10-24
x86/microcode/intel: Unify microcode apply() functions
Thomas Gleixner
1
-68
/
+36
2023-10-24
x86/microcode/intel: Switch to kvmalloc()
Thomas Gleixner
1
-23
/
+25
2023-10-24
x86/microcode/intel: Save the microcode only after a successful late-load
Thomas Gleixner
3
-15
/
+20
2023-10-24
x86/microcode/intel: Simplify early loading
Thomas Gleixner
3
-93
/
+79
2023-10-19
x86/microcode/intel: Cleanup code further
Thomas Gleixner
1
-44
/
+32
2023-10-19
x86/microcode/intel: Simplify and rename generic_load_microcode()
Thomas Gleixner
1
-30
/
+17
2023-10-19
x86/microcode/intel: Simplify scan_microcode()
Thomas Gleixner
1
-21
/
+7
2023-10-19
x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
Ashok Raj
4
-121
/
+34
2023-10-18
x86/microcode/32: Move early loading after paging enable
Thomas Gleixner
4
-234
/
+65
2023-10-17
x86/microcode/amd: Fix snprintf() format string warning in W=1 build
Paolo Bonzini
1
-1
/
+1
2023-08-26
x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMD
Lukas Bulwahn
1
-2
/
+2
2023-08-13
x86/microcode/intel: Remove pointless mutex
Thomas Gleixner
1
-22
/
+2
2023-08-13
x86/microcode/intel: Remove debug code
Thomas Gleixner
1
-75
/
+0
2023-08-13
x86/microcode: Move core specific defines to local header
Thomas Gleixner
4
-2
/
+176
2023-08-13
x86/microcode/intel: Rename get_datasize() since its used externally
Ashok Raj
1
-4
/
+4
[next]