Age | Commit message (Expand) | Author |
2018-01-27 | x86/cpufeatures: Clean up Spectre v2 related CPUID flags | David Woodhouse |
2018-01-27 | x86/cpu/bugs: Make retpoline module warning conditional | Thomas Gleixner |
2018-01-26 | x86/bugs: Drop one "mitigation" from dmesg | Borislav Petkov |
2018-01-26 | x86/nospec: Fix header guards names | Borislav Petkov |
2018-01-26 | x86/alternative: Print unadorned pointers | Borislav Petkov |
2018-01-26 | x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support | David Woodhouse |
2018-01-26 | x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes | David Woodhouse |
2018-01-26 | x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown | David Woodhouse |
2018-01-26 | x86/msr: Add definitions for new speculation control MSRs | David Woodhouse |
2018-01-26 | x86/cpufeatures: Add AMD feature bits for Speculation Control | David Woodhouse |
2018-01-26 | x86/cpufeatures: Add Intel feature bits for Speculation Control | David Woodhouse |
2018-01-26 | x86/cpufeatures: Add CPUID_7_EDX CPUID leaf | David Woodhouse |
2018-01-26 | module/retpoline: Warn about missing retpoline in module | Andi Kleen |
2018-01-25 | KVM: VMX: Make indirect call speculation safe | Peter Zijlstra |
2018-01-25 | KVM: x86: Make indirect calls in emulator speculation safe | Peter Zijlstra |
2018-01-24 | x86/retpoline: Remove the esp/rsp thunk | Waiman Long |
2018-01-19 | x86/retpoline: Optimize inline assembler for vmexit_fill_RSB | Andi Kleen |
2018-01-19 | x86/pti: Document fix wrong index | zhenwei.pi |
2018-01-19 | kprobes/x86: Disable optimizing on the function jumps to indirect thunk | Masami Hiramatsu |
2018-01-19 | kprobes/x86: Blacklist indirect thunk functions for kprobes | Masami Hiramatsu |
2018-01-19 | retpoline: Introduce start/end markers of indirect thunk | Masami Hiramatsu |
2018-01-19 | x86/mce: Make machine check speculation protected | Thomas Gleixner |
2018-01-17 | module: Add retpoline tag to VERMAGIC | Andi Kleen |
2018-01-17 | x86/cpufeature: Move processor tracing out of scattered features | Paolo Bonzini |
2018-01-16 | objtool: Improve error message for bad file argument | Josh Poimboeuf |
2018-01-16 | objtool: Fix seg fault with gold linker | Josh Poimboeuf |
2018-01-15 | x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros | Tom Lendacky |
2018-01-15 | x86/retpoline: Fill RSB on context switch for affected CPUs | David Woodhouse |
2018-01-15 | x86/kasan: Panic if there is not enough memory to boot | Andrey Ryabinin |
2018-01-14 | x86/retpoline: Remove compile time warning | Thomas Gleixner |
2018-01-14 | x86,perf: Disable intel_bts when PTI | Peter Zijlstra |
2018-01-14 | security/Kconfig: Correct the Documentation reference for PTI | W. Trevor King |
2018-01-14 | x86/pti: Fix !PCID and sanitize defines | Thomas Gleixner |
2018-01-13 | selftests/x86: Add test_vsyscall | Andy Lutomirski |
2018-01-12 | x86/retpoline: Fill return stack buffer on vmexit | David Woodhouse |
2018-01-12 | x86/retpoline/irq32: Convert assembler indirect jumps | Andi Kleen |
2018-01-12 | x86/retpoline/checksum32: Convert assembler indirect jumps | David Woodhouse |
2018-01-12 | x86/retpoline/xen: Convert Xen hypercall indirect jumps | David Woodhouse |
2018-01-12 | x86/retpoline/hyperv: Convert assembler indirect jumps | David Woodhouse |
2018-01-12 | x86/retpoline/ftrace: Convert ftrace assembler indirect jumps | David Woodhouse |
2018-01-12 | x86/retpoline/entry: Convert entry assembler indirect jumps | David Woodhouse |
2018-01-12 | x86/retpoline/crypto: Convert crypto assembler indirect jumps | David Woodhouse |
2018-01-12 | x86/spectre: Add boot time option to select Spectre v2 mitigation | David Woodhouse |
2018-01-12 | x86/retpoline: Add initial retpoline support | David Woodhouse |
2018-01-12 | objtool: Allow alternatives to be ignored | Josh Poimboeuf |
2018-01-12 | objtool: Detect jumps to retpoline thunks | Josh Poimboeuf |
2018-01-11 | x86/pti: Make unpoison of pgd for trusted boot work for real | Dave Hansen |
2018-01-10 | x86/alternatives: Fix optimize_nops() checking | Borislav Petkov |
2018-01-09 | sysfs/cpu: Fix typos in vulnerability documentation | David Woodhouse |
2018-01-09 | x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC | Tom Lendacky |