aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.163' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-142-5/+6
|\
| * x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-03-131-0/+3
| * x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang2019-03-131-5/+3
* | Merge tag 'v4.9.156' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-02-131-0/+1
|\|
| * x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-121-0/+1
* | BACKPORT: treewide: kzalloc() -> kcalloc()Kees Cook2019-01-075-5/+5
* | BACKPORT: treewide: kmalloc() -> kmalloc_array()Kees Cook2019-01-074-5/+5
* | Merge tag 'v4.9.148' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2018-12-302-2/+4
|\|
| * x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior2018-12-291-2/+2
| * x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2018-12-291-0/+2
* | Merge 4.9.140 into android-msm-bluecross-4.9Nathan Chancellor2018-11-231-51/+6
|\|
| * Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman2018-11-231-51/+6
* | Merge 4.9.137 into android-msm-bluecross-4.9Nathan Chancellor2018-11-224-9/+87
|\|
| * x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior2018-11-131-1/+0
| * x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2018-11-132-2/+21
| * x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe2018-11-131-0/+15
| * x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-11-131-6/+51
* | Merge 4.9.136 into android-msm-bluecross-4.9Nathan Chancellor2018-11-224-15/+8
|\|
| * x86/time: Correct the attribute on jiffies' definitionNathan Chancellor2018-11-101-1/+1
| * Revert "x86/mm: Expand static page table for fixmap space"Sasha Levin2018-11-101-12/+4
| * x86/paravirt: Fix some warning messagesDan Carpenter2018-11-101-2/+2
| * x86/cpu/cyrix: Add alternative Device ID of Geode GX1 SoCChristian Sünkenberg2018-11-101-0/+1
* | Merge 4.9.133 into android-msm-bluecross-4.9Nathan Chancellor2018-10-214-53/+19
|\|
| * x86/fpu: Remove struct fpu::counterRik van Riel2018-10-131-3/+0
| * x86/fpu: Remove use_eager_fpu()Andy Lutomirski2018-10-133-46/+7
| * x86/mm: Expand static page table for fixmap spaceFeng Tang2018-10-131-4/+12
* | Merge 4.9.131 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+1
|\|
| * x86/tsc: Add missing header to tsc_msr.cAndy Shevchenko2018-10-031-0/+1
* | Merge 4.9.126 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-1/+1
|\|
| * Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki2018-09-091-1/+1
* | Merge 4.9.125 into android-msm-bluecross-4.9Nathan Chancellor2018-10-215-5/+54
|\|
| * x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn2018-09-051-0/+4
| * x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2018-09-052-5/+42
| * x86/spectre: Add missing family 6 check to microcode checkAndi Kleen2018-09-051-0/+3
| * x86/process: Re-export start_thread()Rian Hunter2018-09-051-0/+1
| * x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka2018-09-051-0/+4
* | Merge 4.9.121 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-2/+1
|\|
| * x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck2018-08-171-2/+1
* | Merge 4.9.120 into android-msm-bluecross-4.9Nathan Chancellor2018-10-2127-122/+357
|\|
| * x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-08-153-17/+8
| * x86/cpu/amd: Limit cpu_core_id fixup to families older than F17hSuravee Suthikulpanit2018-08-151-7/+17
| * x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka2018-08-151-0/+2
| * x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf2018-08-151-4/+12
| * x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-08-151-0/+18
| * cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-151-1/+1
| * x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-151-0/+1
| * x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini2018-08-151-3/+9
| * x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange2018-08-151-0/+1
| * x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-1517-0/+19
| * x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-08-151-0/+44