index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
microcode
/
intel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-12
x86/microcode/intel: Expose collect_cpu_info_early() for IFS
Jithu Joseph
1
-52
/
+7
2021-10-22
x86/microcode: Use the firmware_loader built-in API
Borislav Petkov
1
-1
/
+8
2020-11-17
x86/microcode/intel: Check patch signature before saving microcode for early ...
Chen Yu
1
-53
/
+10
2019-10-01
x86/microcode/intel: Issue the revision updated message only on the BSP
Borislav Petkov
1
-2
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-10
x86/microcode/intel: Refactor Intel microcode blob loading
Jann Horn
1
-35
/
+36
2018-09-02
x86/microcode: Update the new microcode revision unconditionally
Filippo Sironi
1
-5
/
+8
2018-09-02
x86/microcode: Make sure boot_cpu_data.microcode is up-to-date
Prarit Bhargava
1
-0
/
+4
2018-06-22
x86/microcode/intel: Fix memleak in save_microcode_patch()
Zhenzhong Duan
1
-1
/
+4
2018-04-24
x86/microcode/intel: Save microcode patch unconditionally
Borislav Petkov
1
-2
/
+0
2018-03-16
x86/microcode: Attempt late loading only when new microcode is present
Borislav Petkov
1
-1
/
+3
2018-03-08
x86/microcode/intel: Look into the patch cache first
Borislav Petkov
1
-6
/
+5
2018-03-08
x86/microcode/intel: Writeback and invalidate caches before updating microcode
Ashok Raj
1
-0
/
+12
2018-03-08
x86/microcode/intel: Check microcode revision before updating sibling threads
Ashok Raj
1
-3
/
+24
2018-02-17
x86/microcode: Propagate return value from updating functions
Borislav Petkov
1
-5
/
+5
2018-02-15
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
1
-1
/
+1
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
1
-2
/
+2
2018-01-24
x86/microcode/intel: Extend BDW late-loading further with LLC size check
Jia Zhang
1
-2
/
+18
2018-01-06
x86/microcode/intel: Extend BDW late-loading with a revision check
Jia Zhang
1
-2
/
+11
2017-12-22
x86/microcode: Dont abuse the TLB-flush interface
Peter Zijlstra
1
-13
/
+0
2017-10-18
x86/microcode/intel: Disable late loading on model 79
Borislav Petkov
1
-0
/
+19
2017-08-29
x86/microcode/intel: Improve microcode patches saving flow
Borislav Petkov
1
-13
/
+14
2017-06-26
x86/microcode: Make a couple of symbols static
Colin Ian King
1
-1
/
+1
2017-06-20
x86/microcode/intel: Save pointer to ucode patch for early AP loading
Borislav Petkov
1
-4
/
+21
2017-06-08
x86/microcode/intel: Clear patch pointer before jettisoning the initrd
Dominik Brodowski
1
-0
/
+3
2017-05-12
Tigran has moved
Andrew Morton
1
-1
/
+1
2017-01-23
x86/microcode/intel: Drop stashed AP patch pointer optimization
Borislav Petkov
1
-8
/
+1
2017-01-09
x86/microcode/intel: Use correct buffer size for saving microcode data
Junichi Nomura
1
-2
/
+3
2017-01-09
x86/microcode/intel: Fix allocation size of struct ucode_patch
Junichi Nomura
1
-1
/
+1
2017-01-09
x86/microcode/intel: Add a helper which gives the microcode revision
Borislav Petkov
1
-30
/
+13
2017-01-09
x86/microcode: Use native CPUID to tickle out microcode revision
Borislav Petkov
1
-23
/
+3
2016-12-19
x86/microcode/intel: Replace sync_core() with native_cpuid()
Andy Lutomirski
1
-3
/
+23
2016-10-25
x86/microcode: Rework microcode loading
Borislav Petkov
1
-499
/
+215
2016-10-25
x86/microcode/intel: Remove intel_lib.c
Borislav Petkov
1
-1
/
+153
2016-10-25
x86/microcode/intel: Simplify generic_load_microcode()
Borislav Petkov
1
-9
/
+5
2016-07-27
x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bit
Borislav Petkov
1
-2
/
+0
2016-07-26
x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y
Borislav Petkov
1
-2
/
+14
2016-06-14
x86/microcode/intel: Do not issue microcode updates messages on each CPU
Andi Kleen
1
-7
/
+17
2016-06-08
Documentation/microcode: Document some aspects for more clarity
Borislav Petkov
1
-7
/
+9
2016-06-08
x86/microcode/intel: Unexport save_mc_for_early()
Borislav Petkov
1
-9
/
+6
2016-06-08
x86/microcode/intel: Rename load_microcode_early() to find_microcode_patch()
Borislav Petkov
1
-5
/
+5
2016-06-08
x86/microcode: Propagate save_microcode_in_initrd() retval
Borislav Petkov
1
-2
/
+2
2016-06-08
x86/microcode: Get rid of find_cpio_data()'s dummy offset arg
Borislav Petkov
1
-2
/
+1
2016-06-08
x86/microcode: Fix loading precedence
Borislav Petkov
1
-66
/
+117
2016-04-18
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2016-02-17
x86/microcode: Use kmemdup() rather than duplicating its implementation
Andrzej Hajda
1
-3
/
+1
2016-02-09
x86/microcode/intel: Cleanup get_matching_model_microcode()
Borislav Petkov
1
-14
/
+11
2016-02-09
x86/microcode/intel: Remove unused arg of get_matching_model_microcode()
Borislav Petkov
1
-2
/
+2
2016-02-09
x86/microcode/intel: Rename mc_saved_in_initrd
Borislav Petkov
1
-24
/
+28
2016-02-09
x86/microcode/intel: Use *wrmsrl variants
Borislav Petkov
1
-9
/
+5
[next]