summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2018-09-192-14/+21
* x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2018-09-192-0/+8
* Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki2018-09-091-1/+1
* 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
* kvmclock: fix TSC calibration for nested guestsPeng Hao2018-08-241-0/+1
* x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan2018-08-241-0/+5
* x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan2018-08-241-1/+4
* x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck2018-08-171-2/+1
* x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-08-153-16/+8
* 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
* 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
* cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-08-151-0/+6
* x86/kvm: Allow runtime control of L1D flushThomas Gleixner2018-08-151-1/+1
* x86/l1tf: Handle EPT disabled state properThomas Gleixner2018-08-151-4/+5
* x86/litf: Introduce vmx status variableThomas Gleixner2018-08-151-2/+34
* Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner2018-08-152-21/+1
* x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblingsBorislav Petkov2018-08-151-20/+17
* x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2018-08-152-1/+21
* x86/cpu/AMD: Evaluate smp_num_siblings earlyThomas Gleixner2018-08-151-0/+13
* x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP infoBorislav Petkov2018-08-151-5/+2
* x86/cpu/intel: Evaluate smp_num_siblings earlyThomas Gleixner2018-08-151-0/+7
* x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner2018-08-152-6/+25
* x86/cpu/common: Provide detect_ht_early()Thomas Gleixner2018-08-152-10/+15
* x86/cpu/AMD: Remove the pointless detect_ht() callThomas Gleixner2018-08-151-4/+0
* x86/cpu: Remove the pointless CPU printoutThomas Gleixner2018-08-152-26/+5
* x86/topology: Provide topology_smt_supported()Thomas Gleixner2018-08-151-0/+8
* x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2018-08-152-0/+24
* x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk2018-08-151-26/+29
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-08-152-0/+60
* x86/speculation/l1tf: Make sure the first page is always reservedAndi Kleen2018-08-151-0/+6
* kprobes/x86: Fix %p uses in error messagesMasami Hiramatsu2018-08-151-4/+1
* x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina2018-08-151-31/+7
* x86/paravirt: Fix spectre-v2 mitigations for paravirt guestsPeter Zijlstra2018-08-151-4/+10
* x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown2018-08-061-0/+3
* x86/microcode: Make the late update update_lock a raw lock for RTScott Wood2018-08-031-3/+3
* x86/MCE: Remove min interval polling limitationDewet Thibaut2018-07-251-3/+0
* x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2018-07-251-0/+5
* x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers2018-07-222-0/+27
* uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-07-171-1/+1
* x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh2018-07-031-6/+8