aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-23/+59
2018-01-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-15/+18
2018-01-28x86/ftrace: Add one more ENDPROC annotationGravatar Josh Poimboeuf 1-1/+1
2018-01-27x86/speculation: Simplify indirect_branch_prediction_barrier()Gravatar Borislav Petkov 3-9/+13
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Gravatar Borislav Petkov 6-65/+71
2018-01-27x86/cpufeatures: Clean up Spectre v2 related CPUID flagsGravatar David Woodhouse 4-24/+34
2018-01-27x86/cpu/bugs: Make retpoline module warning conditionalGravatar Thomas Gleixner 1-3/+11
2018-01-26bpf, arm: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-8/+0
2018-01-26bpf, mips64: remove unneeded zero check from div/mod with kGravatar Daniel Borkmann 1-15/+4
2018-01-26bpf, mips64: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-10/+0
2018-01-26bpf, sparc64: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-18/+0
2018-01-26bpf, ppc64: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-8/+0
2018-01-26bpf, s390x: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-10/+0
2018-01-26bpf, arm64: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-13/+0
2018-01-26bpf, x86_64: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-20/+0
2018-01-26arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mmGravatar Steve Capper 1-3/+3
2018-01-26x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernelsGravatar Andy Lutomirski 1-13/+9
2018-01-26x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsGravatar Andy Lutomirski 1-5/+29
2018-01-26x86/bugs: Drop one "mitigation" from dmesgGravatar Borislav Petkov 1-1/+1
2018-01-26x86/nospec: Fix header guards namesGravatar Borislav Petkov 1-3/+3
2018-01-26x86/alternative: Print unadorned pointersGravatar Borislav Petkov 1-7/+7
2018-01-26x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportGravatar David Woodhouse 3-1/+24
2018-01-26x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesGravatar David Woodhouse 1-0/+66
2018-01-26x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownGravatar David Woodhouse 1-5/+43
2018-01-26x86/msr: Add definitions for new speculation control MSRsGravatar David Woodhouse 1-0/+12
2018-01-26x86/cpufeatures: Add AMD feature bits for Speculation ControlGravatar David Woodhouse 1-0/+3
2018-01-26x86/cpufeatures: Add Intel feature bits for Speculation ControlGravatar David Woodhouse 1-0/+3
2018-01-26x86/cpufeatures: Add CPUID_7_EDX CPUID leafGravatar David Woodhouse 6-9/+15
2018-01-26module/retpoline: Warn about missing retpoline in moduleGravatar Andi Kleen 1-1/+16
2018-01-25alpha: osf_sys.c: use timespec64 where appropriateGravatar Arnd Bergmann 1-34/+34
2018-01-25alpha: osf_sys.c: fix put_tv32 regressionGravatar Arnd Bergmann 1-2/+2
2018-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-7/+11
2018-01-26crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions codeGravatar Ard Biesheuvel 2-74/+72
2018-01-26crypto: arm64/sm3 - new v8.2 Crypto Extensions implementationGravatar Ard Biesheuvel 4-0/+242
2018-01-26crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationGravatar Ard Biesheuvel 4-0/+380
2018-01-26crypto: aesni - handle zero length dst bufferGravatar Stephan Mueller 1-1/+1
2018-01-25perf/x86: Fix perf,x86,cpuhp deadlockGravatar Peter Zijlstra 1-15/+18
2018-01-25KVM: VMX: Make indirect call speculation safeGravatar Peter Zijlstra 1-2/+2
2018-01-25firmware: Fix up docs referring to FIRMWARE_IN_KERNELGravatar Benjamin Gilbert 1-3/+3
2018-01-25firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionGravatar Benjamin Gilbert 52-52/+0
2018-01-25USB: serial: keyspan: Drop firmware Kconfig optionsGravatar Benjamin Gilbert 5-57/+0
2018-01-25KVM: x86: Make indirect calls in emulator speculation safeGravatar Peter Zijlstra 1-4/+5
2018-01-25x86: Remove unused IOMMU_STRESS KconfigGravatar Corentin Labbe 1-8/+0
2018-01-25x86/hyperv: Stop suppressing X86_FEATURE_PCIDGravatar Vitaly Kuznetsov 1-2/+10
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-24/+87
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-1/+1
2018-01-24sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64Gravatar Corentin Labbe 1-1/+1
2018-01-24Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-11/+66
2018-01-24Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Radim Krčmář 1-7/+11
2018-01-24KVM: s390: add proper locking for CMMA migration bitmapGravatar Christian Borntraeger 1-7/+11