summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode
Commit message (Expand)AuthorAgeFilesLines
* x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner2019-07-031-5/+10
* x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-191-1/+1
* x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov2019-05-311-1/+2
* x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-03-131-1/+1
* x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2018-09-022-14/+21
* x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2018-09-022-0/+8
* x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf2018-08-101-4/+12
* x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan2018-06-221-1/+4
* x86/microcode: Make the late update update_lock a raw lock for RTScott Wood2018-05-271-3/+3
* x86/microcode: Do not exit early from __reload_late()Borislav Petkov2018-04-241-4/+2
* x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0
* Documentation: Fix early-microcode.txt references after file renameJaak Ristioja2018-03-271-1/+1
* x86/microcode: Fix CPU synchronization routineBorislav Petkov2018-03-161-27/+41
* x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov2018-03-163-19/+27
* x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
* x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
* x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
* x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
* x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
* x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
* x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
* x86/CPU: Add a microcode loader callbackBorislav Petkov2018-02-171-2/+6
* x86/microcode: Propagate return value from updating functionsBorislav Petkov2018-02-173-26/+27
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-3/+3
|\
| * x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-02-151-1/+1
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-2/+2
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ | |/ |/|
| * treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
* | x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov2018-01-241-1/+1
* | x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang2018-01-241-2/+18
* | x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang2018-01-061-2/+11
|/
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-13/+0
|\
| * x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2017-12-221-13/+0
* | x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky2017-12-061-0/+4
|/
* x86/microcode/intel: Disable late loading on model 79Borislav Petkov2017-10-181-0/+19
* x86/microcode: Do the family check firstBorislav Petkov2017-10-141-9/+18
* Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-09-042-14/+18
|\
| * x86/microcode/intel: Improve microcode patches saving flowBorislav Petkov2017-08-291-13/+14
| * x86/microcode/AMD: Free unneeded patch before exit from update_cache()Shu Wang2017-07-251-1/+4
* | x86: Constify attribute_group structuresArvind Yadav2017-08-181-2/+2
|/
* x86/microcode: Make a couple of symbols staticColin Ian King2017-06-262-2/+2
* x86/microcode/intel: Save pointer to ucode patch for early AP loadingBorislav Petkov2017-06-201-4/+21
* x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov2017-06-201-0/+11
* x86/microcode/intel: Clear patch pointer before jettisoning the initrdDominik Brodowski2017-06-081-0/+3
* x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov2017-05-291-8/+8
* Tigran has movedAndrew Morton2017-05-123-3/+3
* x86/microcode/AMD: Remove redundant NULL check on mcColin Ian King2017-03-181-2/+0
* Merge branch 'x86/urgent' into x86/microcode, to resolve conflictsIngo Molnar2017-01-311-4/+16
|\
| * x86/microcode: Do not access the initrd after it has been freedBorislav Petkov2017-01-302-7/+20
* | x86/microcode/AMD: Remove struct cont_desc.eq_idBorislav Petkov2017-01-231-10/+4