summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-19Linux 3.2.101v3.2.101Ben Hutchings
2018-03-19cris: Remove old legacy "-traditional" flag from arch-v10/lib/MakefilePaul Gortmaker
2018-03-19x86: fix build warnign with 32-bit PAEArnd Bergmann
2018-03-19x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-03-19x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-03-19nospec: Include <asm/barrier.h> dependencyDan Williams
2018-03-19nospec: Kill array_index_nospec_mask_check()Dan Williams
2018-03-19nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon
2018-03-19x86/spectre: Fix an error messageDan Carpenter
2018-03-19x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse
2018-03-19x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny
2018-03-19x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed
2018-03-19x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse
2018-03-19x86/kvm: Update spectre-v1 mitigationDan Williams
2018-03-19x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf
2018-03-19x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King
2018-03-19x86/spectre: Report get_user mitigation for spectre_v1Dan Williams
2018-03-19vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams
2018-03-19x86/syscall: Sanitize syscall table de-references under speculationBen Hutchings
2018-03-19x86/get_user: Use pointer masking to limit speculationDan Williams
2018-03-19x86: Introduce barrier_nospecDan Williams
2018-03-19x86: Implement array_index_mask_nospecDan Williams
2018-03-19array_index_nospec: Sanitize speculative array de-referencesDan Williams
2018-03-19Documentation: Document array_index_nospecMark Rutland
2018-03-19x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang
2018-03-19x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner
2018-03-19x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov
2018-03-19x86/nospec: Fix header guards namesBorislav Petkov
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-03-19x86/retpoline: Remove the esp/rsp thunkWaiman Long
2018-03-19x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse
2018-03-19x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen
2018-03-19x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen
2018-03-19x86/pti: Document fix wrong indexzhenwei.pi
2018-03-19kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu
2018-03-19kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu
2018-03-19retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu
2018-03-19x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky
2018-03-19x86/retpoline: Remove compile time warningThomas Gleixner
2018-03-19x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-03-19x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen
2018-03-19x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse
2018-03-19x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse
2018-03-19x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse
2018-03-19x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse
2018-03-19x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse
2018-03-19x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse
2018-03-19x86/retpoline: Add initial retpoline supportDavid Woodhouse
2018-03-19x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2018-03-19kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada