summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-12-05x86/speculation: Reorganize speculation control MSRs updateTim Chen
2018-12-05x86/speculation: Rename SSBD update functionsThomas Gleixner
2018-12-05x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen
2018-12-05x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen
2018-12-05x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen
2018-12-05x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen
2018-12-05x86/speculation: Update the TIF_SSBD commentTim Chen
2018-12-05x86/retpoline: Remove minimal retpoline supportZhenzhong Duan
2018-12-05x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan
2018-12-05x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variantZhenzhong Duan
2018-12-05x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-12-05x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-12-01perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang
2018-11-27x86/ldt: Remove unused variable in map_ldt_struct()Kirill A. Shutemov
2018-11-27x86/ldt: Unmap PTEs for the slot before freeing LDT pagesKirill A. Shutemov
2018-11-27x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov
2018-11-27x86/earlyprintk: Add a force option for pciserial deviceFeng Tang
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman
2018-11-21x86/hyper-v: Enable PIT shutdown quirkMichael Kelley
2018-11-21x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)
2018-11-21acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma
2018-11-21acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma
2018-11-21um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger
2018-11-13xen: fix xen_qlock_wait()Juergen Gross
2018-11-13crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka
2018-11-13xen/pvh: don't try to unplug emulated devicesJuergen Gross
2018-11-13xen/pvh: increase early stack sizeRoger Pau Monne
2018-11-13xen: make xen_qlock_wait() nestableJuergen Gross
2018-11-13xen: fix race in xen_qlock_wait()Juergen Gross
2018-11-13KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson
2018-11-13x86: boot: Fix EFI stub alignmentBen Hutchings
2018-11-13efi/x86: Call efi_parse_options() from efi_main()Hans de Goede
2018-11-13x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen
2018-11-13x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel
2018-11-13x86/numa_emulation: Fix uniform-split numa emulationDave Jiang
2018-11-13x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior
2018-11-13x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov
2018-11-13x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe
2018-11-13x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-11-13kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu
2018-10-19x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig
2018-10-17x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior
2018-10-17x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka
2018-10-14x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor
2018-10-14x86/time: Correct the attribute on jiffies' definitionNathan Chancellor
2018-10-14x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen