aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-07Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-03-07x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski
2018-03-07x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski
2018-03-07KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-03-07KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li
2018-03-07KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li
2018-03-07KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon
2018-03-07KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon
2018-03-07x86/kasan: Write protect kasan zero shadowAndrey Ryabinin
2018-03-07x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin
2018-03-07x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin
2018-03-07x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin
2018-03-07x86/kasan: Add message about KASAN being initializedAndrey Ryabinin
2018-03-07kaiser: fix compile error without vsyscallHugh Dickins
2018-03-07x86/kaiser: fix build error with KASAN && !FUNCTION_GRAPH_TRACEREric Biggers
2018-03-07kaiser: fix intel_bts perf crashesHugh Dickins
2018-03-07x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen
2018-03-07vsyscall: Fix permissions for emulate mode with KAISER/PTIBen Hutchings
2018-03-07mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2018-03-07fs/select: add vmalloc fallback for select(2)Vlastimil Babka
2018-03-07x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse
2018-03-07x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen
2018-03-07x86/microcode/intel: Fix BDW late-loading revision checkBen Hutchings
2018-03-07x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski
2018-03-07x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen
2018-03-07x86/pti: Document fix wrong indexzhenwei.pi
2018-03-07kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu
2018-03-07kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu
2018-03-07retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu
2018-03-07x86/mce: Make machine check speculation protectedThomas Gleixner
2018-03-07kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin
2018-03-07x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky
2018-03-07arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2018-03-07pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence
2018-03-07module: Add retpoline tag to VERMAGICAndi Kleen
2018-03-07x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky
2018-03-07futex: Prevent overflow by strengthen input validationLi Jinyue
2018-03-07x86/retpoline: Remove compile time warningThomas Gleixner
2018-03-07x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-03-07x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen
2018-03-07x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse
2018-03-07x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse
2018-03-07x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse
2018-03-07x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse
2018-03-07x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse
2018-03-07x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse
2018-03-07x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse
2018-03-07x86/retpoline: Add initial retpoline supportDavid Woodhouse
2018-03-07x86/asm: Re-add parts of the manual CFI infrastructureAndy Lutomirski
2018-03-07kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada