summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-11-16x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-16x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf
2019-11-16x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko
2019-11-16x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta
2019-11-16kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta
2019-11-16x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-11-16x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-11-16x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta
2019-11-16x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta
2019-11-16x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta
2019-11-16KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini
2019-11-16kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson
2019-11-16KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-11-16KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings
2019-11-16powerpc/boot: Request no dynamic linker for boot wrapperNicholas Piggin
2019-11-16powerpc: Fix compiling a BE kernel with a powerpc64le toolchainNicholas Piggin
2019-11-16powerpc/Makefile: Use cflags-y/aflags-y for setting endian optionsMichael Ellerman
2019-11-16MIPS: BCM63XX: fix switch core reset on BCM6368Jonas Gorski
2019-11-16kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid
2019-11-12perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips
2019-11-10ARM: fix the cockup in the previous patchRussell King
2019-11-10ARM: ensure that processor vtables is not lost after bootRussell King
2019-11-10ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King
2019-11-10ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King
2019-11-10ARM: clean up per-processor check_bugs method callRussell King
2019-11-10ARM: split out processor lookupRussell King
2019-11-10ARM: make lookup_processor_type() non-__initRussell King
2019-11-10ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry
2019-11-10ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry
2019-11-10ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry
2019-11-10ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry
2019-11-10ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry
2019-11-10ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry
2019-11-10ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry
2019-11-10ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry
2019-11-10ARM: spectre-v1: mitigate user accessesRussell King
2019-11-10ARM: spectre-v1: use get_user() for __get_user()Russell King
2019-11-10ARM: use __inttype() in get_user()Russell King
2019-11-10ARM: oabi-compat: copy semops using __copy_from_user()Russell King
2019-11-10ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King
2019-11-10ARM: signal: copy registers using __copy_from_user()Russell King
2019-11-10ARM: spectre-v1: fix syscall entryRussell King
2019-11-10ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King
2019-11-10ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King
2019-11-10ARM: spectre-v2: warn about incorrect context switching functionsRussell King
2019-11-10ARM: spectre-v2: add firmware based hardeningRussell King
2019-11-10ARM: spectre-v2: harden user aborts in kernel spaceRussell King
2019-11-10ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King
2019-11-10ARM: spectre-v2: harden branch predictor on context switchesRussell King
2019-11-10ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King