index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
microcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/microcode: Allow late microcode loading with SMT disabled
Josh Poimboeuf
2018-08-10
1
-4
/
+12
*
x86/microcode/intel: Fix memleak in save_microcode_patch()
Zhenzhong Duan
2018-06-22
1
-1
/
+4
*
x86/microcode: Make the late update update_lock a raw lock for RT
Scott Wood
2018-05-27
1
-3
/
+3
*
x86/microcode: Do not exit early from __reload_late()
Borislav Petkov
2018-04-24
1
-4
/
+2
*
x86/microcode/intel: Save microcode patch unconditionally
Borislav Petkov
2018-04-24
1
-2
/
+0
*
Documentation: Fix early-microcode.txt references after file rename
Jaak Ristioja
2018-03-27
1
-1
/
+1
*
x86/microcode: Fix CPU synchronization routine
Borislav Petkov
2018-03-16
1
-27
/
+41
*
x86/microcode: Attempt late loading only when new microcode is present
Borislav Petkov
2018-03-16
3
-19
/
+27
*
x86/microcode: Synchronize late microcode loading
Ashok Raj
2018-03-08
1
-26
/
+92
*
x86/microcode: Request microcode on the BSP
Borislav Petkov
2018-03-08
1
-6
/
+5
*
x86/microcode/intel: Look into the patch cache first
Borislav Petkov
2018-03-08
1
-6
/
+5
*
x86/microcode: Do not upload microcode if CPUs are offline
Ashok Raj
2018-03-08
1
-0
/
+18
*
x86/microcode/intel: Writeback and invalidate caches before updating microcode
Ashok Raj
2018-03-08
1
-0
/
+12
*
x86/microcode/intel: Check microcode revision before updating sibling threads
Ashok Raj
2018-03-08
1
-3
/
+24
*
x86/microcode: Get rid of struct apply_microcode_ctx
Borislav Petkov
2018-03-08
1
-11
/
+8
*
x86/CPU: Add a microcode loader callback
Borislav Petkov
2018-02-17
1
-2
/
+6
*
x86/microcode: Propagate return value from updating functions
Borislav Petkov
2018-02-17
3
-26
/
+27
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-14
1
-3
/
+3
|
\
|
*
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
2018-02-15
1
-1
/
+1
|
*
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2018-02-15
1
-2
/
+2
*
|
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Use DEVICE_ATTR_WO
Joe Perches
2018-01-09
1
-1
/
+1
*
|
x86/microcode: Fix again accessing initrd after having been freed
Borislav Petkov
2018-01-24
1
-1
/
+1
*
|
x86/microcode/intel: Extend BDW late-loading further with LLC size check
Jia Zhang
2018-01-24
1
-2
/
+18
*
|
x86/microcode/intel: Extend BDW late-loading with a revision check
Jia Zhang
2018-01-06
1
-2
/
+11
|
/
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-23
1
-13
/
+0
|
\
|
*
x86/microcode: Dont abuse the TLB-flush interface
Peter Zijlstra
2017-12-22
1
-13
/
+0
*
|
x86/microcode/AMD: Add support for fam17h microcode loading
Tom Lendacky
2017-12-06
1
-0
/
+4
|
/
*
x86/microcode/intel: Disable late loading on model 79
Borislav Petkov
2017-10-18
1
-0
/
+19
*
x86/microcode: Do the family check first
Borislav Petkov
2017-10-14
1
-9
/
+18
*
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-09-04
2
-14
/
+18
|
\
|
*
x86/microcode/intel: Improve microcode patches saving flow
Borislav Petkov
2017-08-29
1
-13
/
+14
|
*
x86/microcode/AMD: Free unneeded patch before exit from update_cache()
Shu Wang
2017-07-25
1
-1
/
+4
*
|
x86: Constify attribute_group structures
Arvind Yadav
2017-08-18
1
-2
/
+2
|
/
*
x86/microcode: Make a couple of symbols static
Colin Ian King
2017-06-26
2
-2
/
+2
*
x86/microcode/intel: Save pointer to ucode patch for early AP loading
Borislav Petkov
2017-06-20
1
-4
/
+21
*
x86/microcode: Look for the initrd at the correct address on 32-bit
Borislav Petkov
2017-06-20
1
-0
/
+11
*
x86/microcode/intel: Clear patch pointer before jettisoning the initrd
Dominik Brodowski
2017-06-08
1
-0
/
+3
*
x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...
Borislav Petkov
2017-05-29
1
-8
/
+8
*
Tigran has moved
Andrew Morton
2017-05-12
3
-3
/
+3
*
x86/microcode/AMD: Remove redundant NULL check on mc
Colin Ian King
2017-03-18
1
-2
/
+0
*
Merge branch 'x86/urgent' into x86/microcode, to resolve conflicts
Ingo Molnar
2017-01-31
1
-4
/
+16
|
\
|
*
x86/microcode: Do not access the initrd after it has been freed
Borislav Petkov
2017-01-30
2
-7
/
+20
*
|
x86/microcode/AMD: Remove struct cont_desc.eq_id
Borislav Petkov
2017-01-23
1
-10
/
+4
*
|
x86/microcode/AMD: Remove AP scanning optimization
Borislav Petkov
2017-01-23
1
-60
/
+18
*
|
x86/microcode/AMD: Simplify saving from initrd
Borislav Petkov
2017-01-23
1
-30
/
+13
*
|
x86/microcode/AMD: Unify load_ucode_amd_ap()
Borislav Petkov
2017-01-23
1
-50
/
+31
*
|
x86/microcode/AMD: Check patch level only on the BSP
Borislav Petkov
2017-01-23
2
-67
/
+52
*
|
x86/microcode: Remove local vendor variable
Borislav Petkov
2017-01-23
1
-6
/
+4
*
|
x86/microcode/AMD: Use find_microcode_in_initrd()
Borislav Petkov
2017-01-23
1
-11
/
+5
[next]