index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
microcode
Age
Commit message (
Expand
)
Author
Lines
2023-10-19
x86/microcode/intel: Simplify scan_microcode()
Thomas Gleixner
-21
/
+7
2023-10-19
x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
Ashok Raj
-121
/
+34
2023-10-18
x86/microcode/32: Move early loading after paging enable
Thomas Gleixner
-234
/
+65
2023-10-17
x86/microcode/amd: Fix snprintf() format string warning in W=1 build
Paolo Bonzini
-1
/
+1
2023-08-26
x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMD
Lukas Bulwahn
-2
/
+2
2023-08-13
x86/microcode/intel: Remove pointless mutex
Thomas Gleixner
-22
/
+2
2023-08-13
x86/microcode/intel: Remove debug code
Thomas Gleixner
-75
/
+0
2023-08-13
x86/microcode: Move core specific defines to local header
Thomas Gleixner
-2
/
+176
2023-08-13
x86/microcode/intel: Rename get_datasize() since its used externally
Ashok Raj
-4
/
+4
2023-08-13
x86/microcode: Make reload_early_microcode() static
Thomas Gleixner
-1
/
+1
2023-08-13
x86/microcode: Include vendor headers into microcode.h
Ashok Raj
-4
/
+1
2023-08-13
x86/microcode/intel: Move microcode functions out of cpu/intel.c
Thomas Gleixner
-0
/
+202
2023-08-13
x86/microcode: Hide the config knob
Thomas Gleixner
-2
/
+2
2023-08-08
x86/microcode: Remove microcode_mutex
Sebastian Andrzej Siewior
-6
/
+0
2023-07-27
x86/microcode/AMD: Rip out static buffers
Borislav Petkov (AMD)
-66
/
+29
2023-06-12
x86/microcode/AMD: Load late on both threads too
Borislav Petkov (AMD)
-1
/
+1
2023-05-08
x86/microcode/amd: Remove unneeded pointer arithmetic
Nathan Fontenot
-2
/
+0
2023-05-08
x86/microcode/AMD: Get rid of __find_equiv_id()
Borislav Petkov (AMD)
-6
/
+3
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+9
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
-1
/
+1
2023-03-17
x86/microcode: move to use bus_get_dev_root()
Greg Kroah-Hartman
-4
/
+9
2023-02-06
x86/microcode/core: Return an error only when necessary
Borislav Petkov (AMD)
-3
/
+3
2023-02-06
x86/microcode/AMD: Fix mixed steppings support
Borislav Petkov (AMD)
-13
/
+21
2023-02-06
x86/microcode/AMD: Add a @cpu parameter to the reloading functions
Borislav Petkov (AMD)
-4
/
+4
2023-02-06
x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter
Borislav Petkov (AMD)
-15
/
+4
2023-01-31
x86/microcode: Allow only "1" as a late reload trigger value
Ashok Raj
-5
/
+2
2023-01-21
x86/microcode/intel: Print old and new revision during early boot
Ashok Raj
-12
/
+16
2023-01-21
x86/microcode/intel: Pass the microcode revision to print_ucode_info() directly
Ashok Raj
-21
/
+9
2023-01-21
x86/microcode: Adjust late loading result reporting message
Ashok Raj
-4
/
+7
2023-01-21
x86/microcode: Check CPU capabilities after late microcode update correctly
Ashok Raj
-0
/
+6
2023-01-20
x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
Ashok Raj
-1
/
+2
2023-01-18
x86/microcode: Use the DEVICE_ATTR_RO() macro
Guangju Wang[baidu]
-3
/
+3
2022-12-26
x86/microcode/AMD: Handle multiple glued containers properly
Borislav Petkov
-3
/
+4
2022-12-26
x86/microcode/AMD: Rename a couple of functions
Borislav Petkov
-7
/
+7
2022-12-13
Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-322
/
+53
2022-12-05
x86/microcode/intel: Do not retry microcode reloading on the APs
Ashok Raj
-7
/
+1
2022-12-03
x86/microcode/intel: Do not print microcode revision and processor flags
Ashok Raj
-8
/
+0
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
-1
/
+1
2022-11-18
x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()
Jithu Joseph
-2
/
+2
2022-11-18
x86/microcode/intel: Reuse microcode_sanity_check()
Jithu Joseph
-100
/
+2
2022-11-18
x86/microcode/intel: Use appropriate type in microcode_sanity_check()
Jithu Joseph
-3
/
+3
2022-11-18
x86/microcode/intel: Reuse find_matching_signature()
Jithu Joseph
-36
/
+8
2022-11-02
x86/microcode: Drop struct ucode_cpu_info.valid
Borislav Petkov
-2
/
+2
2022-11-02
x86/microcode: Do some minor fixups
Borislav Petkov
-6
/
+5
2022-11-02
x86/microcode: Kill refresh_fw
Borislav Petkov
-6
/
+4
2022-11-02
x86/microcode: Simplify init path even more
Borislav Petkov
-104
/
+16
2022-11-02
x86/microcode: Rip out the subsys interface gunk
Borislav Petkov
-58
/
+20
2022-10-18
x86/microcode/AMD: Apply the patch early on every logical thread
Borislav Petkov
-3
/
+13
2022-09-23
x86/microcode/AMD: Track patch allocation size explicitly
Kees Cook
-1
/
+2
2022-09-02
x86/microcode: Print previous version of microcode after reload
Ashok Raj
-2
/
+3
[prev]
[next]