summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-07-25x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse
2018-07-25x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk
2018-07-25x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen
2018-07-25x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski
2018-07-25x86/mm: Factor out LDT init from context initDave Hansen
2018-07-25x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross
2018-07-25x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra
2018-07-25x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams
2018-07-25x86/speculation: Clean up various Spectre related detailsIngo Molnar
2018-07-25x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse
2018-07-25x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse
2018-07-25x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams
2018-07-25x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko
2018-07-25x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-07-25x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-07-25x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse
2018-07-25x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse
2018-07-25x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse
2018-07-25x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse
2018-07-25x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse
2018-07-25x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse
2018-07-25x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse
2018-07-25x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse
2018-07-25x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers
2018-07-25ARC: mm: allow mprotect to make stack mappings executableVineet Gupta
2018-07-25ARC: Fix CONFIG_SWAPAlexey Brodkin
2018-07-25x86/MCE: Remove min interval polling limitationDewet Thibaut
2018-07-22MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton
2018-07-22MIPS: Call dump_stack() from show_regs()Paul Burton
2018-07-22x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin
2018-07-19x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski
2018-07-17uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov
2018-07-17x86/cpufeature: Add helper macro for mask check macrosDave Hansen
2018-07-17x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedDave Hansen
2018-07-17x86/cpufeature: Update cpufeaure macrosDave Hansen
2018-07-17x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen
2018-07-17x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam
2018-07-17x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen
2018-07-17x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen
2018-07-17x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov
2018-07-17x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov
2018-07-17x86/vdso: Use static_cpu_has()Borislav Petkov
2018-07-17x86/alternatives: Discard dynamic check after initBrian Gerst
2018-07-17x86/alternatives: Add an auxilary sectionBorislav Petkov
2018-07-17x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2018-07-17x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2018-07-17x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen
2018-07-17x86/fpu: Get rid of xstate_fault()Borislav Petkov
2018-07-17x86/fpu: Add an XSTATE_OP() macroBorislav Petkov