aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2018-03-07Merge tag 'v4.8.28' into standard/basePaul Gortmaker
2018-03-06x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=yMatt Fleming
2018-03-06x86/process: Pin the target stack in get_wchan()Andy Lutomirski
2018-03-06x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski
2018-02-22kaiser: fix compile error without vsyscallHugh Dickins
2018-02-22x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny
2018-02-22x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-02-22x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed
2018-02-22x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf
2018-02-22x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-02-22x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King
2018-02-22x86/spectre: Report get_user mitigation for spectre_v1Dan Williams
2018-02-22x86/syscall: Sanitize syscall table de-references under speculationDan Williams
2018-02-22x86/get_user: Use pointer masking to limit speculationDan Williams
2018-02-22x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-22x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams
2018-02-22x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-22x86: Introduce barrier_nospecDan Williams
2018-02-22x86: Implement array_index_mask_nospecDan Williams
2018-02-22x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-02-22x86/entry/64: Push extra regs right awayAndy Lutomirski
2018-02-22x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski
2018-02-22x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang
2018-02-22x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov
2018-02-22x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse
2018-02-22x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner
2018-02-22x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov
2018-02-22x86/nospec: Fix header guards namesBorislav Petkov
2018-02-22x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse
2018-02-22x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse
2018-02-22x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse
2018-02-22x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse
2018-02-22x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse
2018-02-22x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse
2018-02-22x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse
2018-02-22module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-22KVM: VMX: Make indirect call speculation safePeter Zijlstra
2018-02-22KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra
2018-02-22x86/retpoline: Remove the esp/rsp thunkWaiman Long
2018-02-22kaiser: fix intel_bts perf crashesHugh Dickins
2018-02-22vsyscall: Fix permissions for emulate mode with KAISER/PTIBen Hutchings
2018-02-22x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen
2018-02-22kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu
2018-02-22kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu
2018-02-22retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu
2018-02-22x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky
2018-02-22x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini
2018-02-22x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky
2018-02-22x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse
2018-02-22x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin