summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0410-355/+886
|\
| * crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez2018-03-231-0/+2
| * crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernelsArd Biesheuvel2018-03-161-13/+23
| * crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel2018-03-161-2/+21
| * crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel2018-03-161-6/+25
| * crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel2018-03-162-200/+40
| * crypto: arm64/chacha20 - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-3/+9
| * crypto: arm64/aes-bs - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-19/+17
| * crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-163-102/+97
| * crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-24/+23
| * crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-03-164-0/+643
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-0446-774/+1433
|\ \
| * | arm64: uaccess: Fix omissions from usercopy whitelistDave Martin2018-03-287-57/+72
| * | arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin2018-03-286-57/+29
| * | arm64: tlbflush: avoid writing RES0 bitsPhilip Elcan2018-03-281-8/+17
| * | arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.hWill Deacon2018-03-271-0/+1
| * | arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.hWill Deacon2018-03-272-26/+29
| * | arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUGWill Deacon2018-03-271-1/+1
| * | arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SCWill Deacon2018-03-271-0/+3
| * | arm64: fpsimd: include <linux/init.h> in fpsimd.hWill Deacon2018-03-271-0/+1
| * | Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2018-03-276-68/+11
| * | arm64: cpufeature: Avoid warnings due to unused symbolsWill Deacon2018-03-272-8/+10
| * | arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose2018-03-262-1/+29
| * | arm64: Delay enabling hardware DBM featureSuzuki K Poulose2018-03-263-8/+79
| * | arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose2018-03-261-0/+4
| * | arm64: capabilities: Handle shared entriesSuzuki K Poulose2018-03-263-14/+66
| * | arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose2018-03-264-41/+60
| * | arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose2018-03-263-13/+37
| * | arm64: capabilities: Clean up midr range helpersSuzuki K Poulose2018-03-261-48/+60
| * | arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose2018-03-264-46/+9
| * | arm64: capabilities: Add support for features enabled earlySuzuki K Poulose2018-03-262-22/+83
| * | arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose2018-03-262-5/+20
| * | arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose2018-03-262-1/+9
| * | arm64: capabilities: Group handling of features and errata workaroundsSuzuki K Poulose2018-03-261-31/+42
| * | arm64: capabilities: Allow features based on local CPU scopeSuzuki K Poulose2018-03-261-6/+11
| * | arm64: capabilities: Split the processing of errata work aroundsSuzuki K Poulose2018-03-261-2/+4
| * | arm64: capabilities: Prepare for grouping features and errata work aroundsSuzuki K Poulose2018-03-261-40/+18
| * | arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose2018-03-262-11/+23
| * | arm64: capabilities: Unify the verificationSuzuki K Poulose2018-03-261-33/+58
| * | arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose2018-03-263-21/+89
| * | arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose2018-03-263-31/+124
| * | arm64: capabilities: Move errata processing codeSuzuki K Poulose2018-03-263-43/+40
| * | arm64: capabilities: Move errata work around check on boot CPUSuzuki K Poulose2018-03-262-6/+6
| * | arm64: capabilities: Update prototype for enable call backDave Martin2018-03-268-58/+67
| * | arm64/sve: Document firmware support requirements in KconfigDave Martin2018-03-261-0/+17
| * | arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin2018-03-203-19/+24
| * | arm64: Expose Arm v8.4 featuresSuzuki K Poulose2018-03-194-0/+18
| * | arm64: asm: drop special versions of adr_l/ldr_l/str_l for modulesArd Biesheuvel2018-03-191-32/+2
| * | arm64: fix undefined reference to 'printk'Arnd Bergmann2018-03-192-3/+3
| * | arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-093-73/+59