summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2018-03-24x86/reboot: Turn off KVM when halting a CPUTiantian Feng
2018-03-24x86: i8259: export legacy_pic symbolHans de Goede
2018-03-22x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev
2018-03-22x86/vm86/32: Fix POPF emulationAndy Lutomirski
2018-03-22x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski
2018-03-22kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu
2018-03-22kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu
2018-03-22x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski
2018-03-22x86/mce: Init some CPU features earlyYazen Ghannam
2018-03-22x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang
2018-03-22x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov
2018-03-18x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2018-03-18x86/module: Detect and skip invalid relocationsJosh Poimboeuf
2018-03-18x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra
2018-03-18x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse
2018-03-18x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk
2018-03-18x86/MCE: Serialize sysfs changesSeunghun Han
2018-03-11x86/apic/vector: Handle legacy irq data correctlyThomas Gleixner
2018-02-25x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov
2018-02-25x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov
2018-02-25x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-22x86/spectre: Fix an error messageDan Carpenter
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-22x86/speculation: Clean up various Spectre related detailsIngo Molnar
2018-02-22x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse
2018-02-22x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse
2018-02-13x86/microcode: Do the family check firstBorislav Petkov
2018-02-13x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-02-13x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed
2018-02-13x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf
2018-02-13x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-02-13x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King
2018-02-13x86/spectre: Report get_user mitigation for spectre_v1Dan Williams
2018-02-13x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-02-13x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang
2018-02-13x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse
2018-02-13x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner
2018-02-13x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov
2018-02-13x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse
2018-02-13x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse
2018-02-13x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse
2018-02-13x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse
2018-02-13module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-13x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov
2018-02-13x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen
2018-01-31x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang
2018-01-31drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla
2018-01-23kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu
2018-01-23retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu