summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-05x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner4-35/+118
2018-12-05x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2-2/+26
2018-12-05x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner5-22/+37
2018-12-05x86/speculation: Prepare for per task indirect branch speculation controlTim Chen5-5/+41
2018-12-05x86/speculation: Add command line control for indirect branch speculationThomas Gleixner3-19/+156
2018-12-05x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner1-13/+4
2018-12-05x86/speculataion: Mark command line parser data __initdataThomas Gleixner1-2/+2
2018-12-05x86/speculation: Mark string arrays const correctlyThomas Gleixner1-3/+3
2018-12-05x86/speculation: Reorder the spec_v2 codeThomas Gleixner1-84/+84
2018-12-05x86/l1tf: Show actual SMT stateThomas Gleixner1-2/+3
2018-12-05x86/speculation: Rework SMT state changeThomas Gleixner3-12/+16
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner2-3/+19
2018-12-05x86/Kconfig: Select SCHED_SMT if SMP enabledThomas Gleixner1-7/+1
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-12-05x86/speculation: Reorganize speculation control MSRs updateTim Chen1-17/+29
2018-12-05x86/speculation: Rename SSBD update functionsThomas Gleixner3-11/+11
2018-12-05x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen1-0/+7
2018-12-05x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen1-2/+18
2018-12-05x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen1-4/+1
2018-12-05x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen1-14/+13
2018-12-05x86/speculation: Update the TIF_SSBD commentTim Chen1-1/+1
2018-12-05x86/retpoline: Remove minimal retpoline supportZhenzhong Duan2-14/+2
2018-12-05x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan5-13/+10
2018-12-05x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variantZhenzhong Duan1-4/+13
2018-12-05x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina1-1/+2
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina3-13/+49
2018-12-05x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2-7/+61
2018-12-05x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSRTom Lendacky1-3/+5
2018-12-05x86/bugs: Update when to check for the LS_CFG SSBD mitigationTom Lendacky1-1/+3
2018-12-05x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresKonrad Rzeszutek Wilk1-8/+3
2018-12-05x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk5-10/+27
2018-12-05x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk3-2/+4
2018-12-05sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra3-5/+18
2018-12-05usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein1-6/+4
2018-12-05s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-12-05rapidio/rionet: do not free skb before reading its lengthPan Bian1-1/+1
2018-12-05packet: copy user buffers before orphan or cloneWillem de Bruijn2-3/+19
2018-12-05net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-12-05virtio-net: fail XDP set if guest csum is negotiatedJason Wang1-2/+3
2018-12-05virtio-net: disable guest csum during XDP setJason Wang1-6/+2
2018-12-05net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi1-2/+7
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+4
2018-12-05Revert "wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()"Sasha Levin1-6/+0
2018-12-05xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-12-05f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2018-12-05f2fs: fix to do sanity check with i_extra_isizeChao Yu1-3/+15
2018-12-05f2fs: fix to do sanity check with block address in main areaChao Yu7-11/+83
2018-12-05f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-12-05f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-12-05f2fs: fix to do sanity check with extra_attr featureChao Yu1-4/+14