summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-2882-1992/+5135
|\
| * crypto: arm/chacha - fix build failured when kernel mode NEON is disabledArd Biesheuvel2020-01-221-2/+2
| * crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld2020-01-221-6/+2
| * crypto: x86/poly1305 - fix .gitignore typoJason A. Donenfeld2020-01-221-1/+1
| * crypto: x86/sha - Eliminate casts on asm implementationsKees Cook2020-01-2211-102/+102
| * crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitJason A. Donenfeld2020-01-163-48/+6
| * crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld2020-01-166-1576/+571
| * crypto: x86/poly1305 - import unmodified cryptogams implementationJason A. Donenfeld2020-01-161-0/+4159
| * crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-162-21/+214
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2020-01-161-0/+7
| |\
| * | crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-093-32/+5
| * | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-0929-169/+51
| * | crypto: arm64 - Use modern annotations for assembly functionsMark Brown2019-12-2017-84/+84
| * | crypto: arm64/ghash-neon - bump priority to 150Ard Biesheuvel2019-12-111-1/+1
| * | crypto: arm64/sha - fix function typesSami Tolvanen2019-12-115-48/+76
| * | crypto: x86 - Regularize glue function prototypesKees Cook2019-12-1117-397/+356
* | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-41/+22
|\ \ \
| * | | x86/mtrr: Require CAP_SYS_ADMIN for all accessKees Cook2019-12-091-19/+2
| * | | x86/mtrr: Get rid of mtrr_seq_show() forward declarationBorislav Petkov2019-12-091-22/+20
| |/ /
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-282-10/+11
|\ \ \
| * | | x86/fpu: Deactivate FPU state after failure during state loadSebastian Andrzej Siewior2020-01-071-0/+3
| * | | x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return boolYu-cheng Yu2020-01-061-3/+3
| * | | x86/fpu/xstate: Fix small issuesYu-cheng Yu2020-01-061-7/+5
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-2825-261/+410
|\ \ \ \
| * | | | x86/cpu: Remove redundant cpu_detect_cache_sizes() callTony W Wang-oc2020-01-202-4/+0
| * | | | x86/cpu: Print "VMX disabled" error message iff KVM is enabledSean Christopherson2020-01-151-2/+3
| * | | | KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUsSean Christopherson2020-01-131-6/+4
| * | | | perf/x86: Provide stubs of KVM helpers for non-Intel CPUsSean Christopherson2020-01-131-7/+15
| * | | | KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bitsSean Christopherson2020-01-131-50/+55
| * | | | KVM: VMX: Check for full VMX support when verifying CPU compatibilitySean Christopherson2020-01-131-0/+6
| * | | | KVM: VMX: Use VMX feature flag to query BIOS enablingSean Christopherson2020-01-131-25/+2
| * | | | KVM: VMX: Drop initialization of IA32_FEAT_CTL MSRSean Christopherson2020-01-131-29/+19
| * | | | x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configuredSean Christopherson2020-01-132-0/+3
| * | | | x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()Sean Christopherson2020-01-134-119/+14
| * | | | x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson2020-01-134-6/+30
| * | | | x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson2020-01-135-0/+89
| * | | | x86/vmx: Introduce VMX_FEATURES_*Sean Christopherson2020-01-132-0/+82
| * | | | x86/cpu: Clear VMX feature flag if VMX is not fully enabledSean Christopherson2020-01-131-3/+20
| * | | | x86/zhaoxin: Use common IA32_FEAT_CTL MSR initializationSean Christopherson2020-01-132-1/+3
| * | | | x86/centaur: Use common IA32_FEAT_CTL MSR initializationSean Christopherson2020-01-132-1/+3
| * | | | x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlockedSean Christopherson2020-01-131-5/+6
| * | | | x86/intel: Initialize IA32_FEAT_CTL MSR at bootSean Christopherson2020-01-135-0/+48
| * | | | x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson2020-01-136-38/+40
| * | | | x86/cpu/tsx: Define pr_fmt()Borislav Petkov2019-12-151-1/+4
| * | | | x86/bugs: Move enum taa_mitigations to bugs.cBorislav Petkov2019-12-142-7/+7
| | |/ / | |/| |
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-288-64/+152
|\ \ \ \
| * | | | x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du2020-01-112-12/+9
| * | | | x86/traps: Cleanup do_general_protection()Borislav Petkov2019-12-311-39/+40
| * | | | x86/kasan: Print original address on #GPJann Horn2019-12-312-21/+2
| * | | | x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn2019-12-313-2/+32