summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-21x86/hyper-v: Enable PIT shutdown quirkMichael Kelley1-0/+11
2018-11-21x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)1-1/+1
2018-11-21acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma1-1/+2
2018-11-21acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma1-1/+2
2018-11-13x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen1-0/+7
2018-11-13x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior1-1/+0
2018-11-13x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2-2/+21
2018-11-13x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe1-0/+15
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-6/+51
2018-11-13kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu1-1/+1
2018-11-10x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig1-2/+0
2018-11-10x86/time: Correct the attribute on jiffies' definitionNathan Chancellor1-1/+1
2018-11-10x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu1-1/+1
2018-11-10x86/tsc: Force inlining of cyc2ns bitsPeter Zijlstra1-3/+3
2018-11-04x86/paravirt: Fix some warning messagesDan Carpenter1-2/+2
2018-10-10x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap1-0/+2
2018-10-04x86/mm: Expand static page table for fixmap spaceFeng Tang2-5/+15
2018-10-04x86/tsc: Add missing header to tsc_msr.cAndy Shevchenko1-0/+1
2018-09-26x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky1-2/+8
2018-09-19x86/apic/vector: Make error return value negativeThomas Gleixner1-1/+1
2018-09-19x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn3-12/+15
2018-09-19x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2-14/+21
2018-09-19x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2-0/+8
2018-09-15x86/tsc: Prevent result truncation on 32bitChuanhua Lei1-2/+2
2018-09-09Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki1-1/+1
2018-09-05x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn1-6/+15
2018-09-05x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn1-0/+4
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2-5/+42
2018-09-05x86/spectre: Add missing family 6 check to microcode checkAndi Kleen1-0/+3
2018-09-05x86/process: Re-export start_thread()Rian Hunter1-0/+1
2018-09-05x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka1-0/+4
2018-09-05x86/gpu: reserve ICL's graphics stolen memoryPaulo Zanoni1-0/+18
2018-08-17xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci2-1/+2
2018-08-17x86/platform/UV: Mark memblock related init code and data correctlyDou Liyang1-2/+2
2018-08-17x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck1-2/+1
2018-08-15x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka1-0/+2
2018-08-15x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf1-4/+12
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner1-1/+1
2018-08-15x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini1-0/+1
2018-08-15x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini1-3/+9
2018-08-15x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange1-0/+1
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange14-0/+14
2018-08-15x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina1-0/+44
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner1-0/+6
2018-08-15x86/kvm: Allow runtime control of L1D flushThomas Gleixner1-1/+1
2018-08-15x86/l1tf: Handle EPT disabled state properThomas Gleixner1-4/+5
2018-08-15x86/litf: Introduce vmx status variableThomas Gleixner1-2/+34
2018-08-15Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner2-21/+1
2018-08-15x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblingsBorislav Petkov1-20/+17
2018-08-15x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2-1/+21