summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-07-255-6/+44
* x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk2018-07-254-0/+143
* x86/cpufeatures: Add X86_FEATURE_RDSKonrad Rzeszutek Wilk2018-07-251-0/+1
* x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-07-256-0/+40
* x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc2018-07-251-0/+1
* x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko2018-07-251-2/+2
* x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-07-252-0/+28
* x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk2018-07-252-4/+47
* x86/bugs: Concentrate bug reporting into a separate functionKonrad Rzeszutek Wilk2018-07-251-14/+32
* x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk2018-07-251-10/+11
* x86/nospec: Simplify alternative_msr_write()Linus Torvalds2018-07-251-9/+10
* x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenDavid Woodhouse2018-07-252-5/+4
* xen: set cpu capabilities from xen_start_kernel()Juergen Gross2018-07-251-9/+9
* selftest/seccomp: Fix the seccomp(2) signatureMickaël Salaün2018-07-251-2/+2
* selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNCMickaël Salaün2018-07-251-9/+9
* x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev2018-07-251-2/+1
* x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar2018-07-251-12/+14
* x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse2018-07-256-10/+58
* x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-07-251-0/+7
* x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2018-07-252-0/+33
* x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2018-07-253-2/+19
* x86/mm: Factor out LDT init from context initDave Hansen2018-07-252-7/+18
* x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-07-251-0/+16
* x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra2018-07-251-0/+1
* x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams2018-07-251-1/+1
* x86/speculation: Clean up various Spectre related detailsIngo Molnar2018-07-251-15/+10
* x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse2018-07-251-5/+6
* x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse2018-07-251-4/+0
* x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams2018-07-251-0/+30
* x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko2018-07-251-24/+21
* x86/pti: Mark constant arrays as __initconstArnd Bergmann2018-07-251-2/+2
* x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2018-07-252-19/+29
* x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-07-254-24/+34
* x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-07-253-1/+24
* x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse2018-07-252-1/+71
* x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse2018-07-251-5/+43
* x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse2018-07-251-0/+12
* x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse2018-07-251-0/+3
* x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse2018-07-251-0/+3
* x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse2018-07-255-5/+15
* x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers2018-07-253-1/+28
* xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-07-252-3/+41
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-251-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-252-6/+8
* tg3: Add higher cpu clock for 5762.Sanjeev Bansal2018-07-251-0/+9
* ptp: fix missing break in switchGustavo A. R. Silva2018-07-251-0/+1
* net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit2018-07-251-5/+2
* net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-251-0/+1
* lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso2018-07-251-6/+11
* ipv6: fix useless rol32 call on hashColin Ian King2018-07-251-1/+1