summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-25x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko1-2/+2
2018-07-25x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2-0/+28
2018-07-25x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk2-4/+47
2018-07-25x86/bugs: Concentrate bug reporting into a separate functionKonrad Rzeszutek Wilk1-14/+32
2018-07-25x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk1-10/+11
2018-07-25x86/nospec: Simplify alternative_msr_write()Linus Torvalds1-9/+10
2018-07-25x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenDavid Woodhouse2-5/+4
2018-07-25xen: set cpu capabilities from xen_start_kernel()Juergen Gross1-9/+9
2018-07-25selftest/seccomp: Fix the seccomp(2) signatureMickaël Salaün1-2/+2
2018-07-25selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNCMickaël Salaün1-9/+9
2018-07-25x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev1-2/+1
2018-07-25x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar1-12/+14
2018-07-25x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse6-10/+58
2018-07-25x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk1-0/+7
2018-07-25x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2-0/+33
2018-07-25x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski3-2/+19
2018-07-25x86/mm: Factor out LDT init from context initDave Hansen2-7/+18
2018-07-25x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross1-0/+16
2018-07-25x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra1-0/+1
2018-07-25x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams1-1/+1
2018-07-25x86/speculation: Clean up various Spectre related detailsIngo Molnar1-15/+10
2018-07-25x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse1-5/+6
2018-07-25x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse1-4/+0
2018-07-25x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams1-0/+30
2018-07-25x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko1-24/+21
2018-07-25x86/pti: Mark constant arrays as __initconstArnd Bergmann1-2/+2
2018-07-25x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2-19/+29
2018-07-25x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse4-24/+34
2018-07-25x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse3-1/+24
2018-07-25x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse2-1/+71
2018-07-25x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse1-5/+43
2018-07-25x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse1-0/+12
2018-07-25x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse1-0/+3
2018-07-25x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse1-0/+3
2018-07-25x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse5-5/+15
2018-07-25x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers3-1/+28
2018-07-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2-3/+41
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2-6/+8
2018-07-25tg3: Add higher cpu clock for 5762.Sanjeev Bansal1-0/+9
2018-07-25ptp: fix missing break in switchGustavo A. R. Silva1-0/+1
2018-07-25net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2018-07-25net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern1-0/+1
2018-07-25lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso1-6/+11
2018-07-25ipv6: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-25ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-25ARC: mm: allow mprotect to make stack mappings executableVineet Gupta1-1/+1
2018-07-25ARC: Fix CONFIG_SWAPAlexey Brodkin1-1/+1
2018-07-25ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai1-6/+14