summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-25prctl: Add speculation control prctlsThomas Gleixner
2018-07-25x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-07-25x86/bugs/AMD: Add support to disable RDS on Fam[15, 16, 17]h if requestedDavid Woodhouse
2018-07-25x86/bugs: Whitelist allowed SPEC_CTRL MSR valuesKonrad Rzeszutek Wilk
2018-07-25x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk
2018-07-25x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk
2018-07-25x86/cpufeatures: Add X86_FEATURE_RDSKonrad Rzeszutek Wilk
2018-07-25x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-07-25x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc
2018-07-25x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko
2018-07-25x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-07-25x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk
2018-07-25x86/bugs: Concentrate bug reporting into a separate functionKonrad Rzeszutek Wilk
2018-07-25x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk
2018-07-25x86/nospec: Simplify alternative_msr_write()Linus Torvalds
2018-07-25x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenDavid Woodhouse
2018-07-25xen: set cpu capabilities from xen_start_kernel()Juergen Gross
2018-07-25selftest/seccomp: Fix the seccomp(2) signatureMickaël Salaün
2018-07-25selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNCMickaël Salaün
2018-07-25x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev
2018-07-25x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar
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-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-25tg3: Add higher cpu clock for 5762.Sanjeev Bansal
2018-07-25ptp: fix missing break in switchGustavo A. R. Silva