summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-05-25s390/crc32-vx: use expoline for indirect branchesMartin Schwidefsky2-2/+7
2018-05-25s390: move expoline assembler macros to a headerMartin Schwidefsky2-81/+151
2018-05-25s390: correct module section names for expoline code revertMartin Schwidefsky1-2/+2
2018-05-25s390: correct nospec auto detection init orderMartin Schwidefsky3-6/+6
2018-05-25s390: add assembler macros for CPU alternativesMartin Schwidefsky1-0/+108
2018-05-25s390: add sysfs attributes for spectreMartin Schwidefsky2-0/+20
2018-05-25s390: report spectre mitigation via syslogMartin Schwidefsky1-0/+10
2018-05-25s390: add automatic detection of the spectre defenseMartin Schwidefsky6-38/+52
2018-05-25s390: move nobp parameter functions to nospec-branch.cMartin Schwidefsky3-25/+29
2018-05-25powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin9-2/+356
2018-05-25powerpc: Move default security feature flagsMauricio Faria de Oliveira2-6/+9
2018-05-25powerpc/pseries: Fix clearing of security feature flagsMauricio Faria de Oliveira1-3/+3
2018-05-25powerpc/64s: Wire up cpu_show_spectre_v2()Michael Ellerman1-0/+33
2018-05-25powerpc/64s: Wire up cpu_show_spectre_v1()Michael Ellerman1-0/+8
2018-05-25powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()Michael Ellerman1-15/+12
2018-05-25powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()Michael Ellerman1-31/+10
2018-05-25powerpc/64s: Enhance the information in cpu_show_meltdown()Michael Ellerman2-2/+29
2018-05-25powerpc/64s: Move cpu_show_meltdown()Michael Ellerman2-8/+11
2018-05-25powerpc/powernv: Set or clear security feature flagsMichael Ellerman1-0/+56
2018-05-25powerpc/pseries: Set or clear security feature flagsMichael Ellerman1-0/+43
2018-05-25powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flagsMichael Ellerman1-0/+3
2018-05-25powerpc: Add security feature flags for Spectre/MeltdownMichael Ellerman3-1/+81
2018-05-25powerpc/rfi-flush: Always enable fallback flush on pseriesMichael Ellerman1-9/+1
2018-05-25sparc: vio: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-05-22x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk2-2/+2
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky6-18/+50
2018-05-22x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2-0/+36
2018-05-22x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner1-7/+19
2018-05-22x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2-13/+2
2018-05-22x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner3-24/+6
2018-05-22x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2-49/+44
2018-05-22x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner3-4/+9
2018-05-22x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky4-2/+18
2018-05-22x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner4-9/+36
2018-05-22x86/speculation: Handle HT correctly on AMDThomas Gleixner3-6/+130
2018-05-22x86/cpufeatures: Add FEATURE_ZENThomas Gleixner2-0/+2
2018-05-22x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner6-16/+14
2018-05-22x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner4-9/+20
2018-05-22x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov5-23/+26
2018-05-22KVM: SVM: Move spec control call after restore of GSThomas Gleixner1-12/+12
2018-05-22x86/cpu: Make alternative_msr_write work for 32-bit codeJim Mattson1-2/+2
2018-05-22x86/bugs: Fix the parameters alignment and missing voidKonrad Rzeszutek Wilk1-2/+2
2018-05-22x86/bugs: Make cpu_show_common() staticJiri Kosina1-1/+1
2018-05-22x86/bugs: Fix __ssb_select_mitigation() return typeJiri Kosina1-1/+1
2018-05-22x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk11-51/+51
2018-05-22x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2-9/+24
2018-05-22seccomp: Move speculation migitation control to arch codeThomas Gleixner1-11/+18
2018-05-22prctl: Add force disable speculationThomas Gleixner1-10/+25
2018-05-22x86/bugs: Make boot modes __ro_after_initKees Cook1-2/+3
2018-05-22nospec: Allow getting/setting on non-current taskKees Cook1-11/+16