summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-031-172/+0
| * | | | | crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-031-129/+1
| * | | | | crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-032-0/+219
| * | | | | crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-02-224-0/+728
| * | | | | crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson2018-02-221-0/+133
| * | | | | crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2018-02-222-26/+106
| * | | | | crypto: aesni - Add fast path for > 16 byte updateDave Watson2018-02-221-0/+25
| * | | | | crypto: aesni - Introduce partial block macroDave Watson2018-02-221-1/+150
| * | | | | crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson2018-02-221-99/+106
| * | | | | crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-02-221-1/+9
| * | | | | crypto: aesni - Fill in new context data structuresDave Watson2018-02-221-12/+39
| * | | | | crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-02-221-28/+43
| * | | | | crypto: aesni - Introduce gcm_context_dataDave Watson2018-02-222-75/+121
| * | | | | crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson2018-02-221-179/+114
| * | | | | crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-02-221-109/+63
| * | | | | crypto: aesni - Add GCM_INIT macroDave Watson2018-02-221-51/+33
| * | | | | crypto: aesni - Macro-ify func save/restoreDave Watson2018-02-221-29/+24
| * | | | | crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson2018-02-221-250/+48
| * | | | | crypto: arm/aes-cipher - move S-box to .rodata sectionJinbum Park2018-02-221-9/+10
| * | | | | crypto: sha512-mb - remove HASH_FIRST flagEric Biggers2018-02-152-32/+6
| * | | | | crypto: sha256-mb - remove HASH_FIRST flagEric Biggers2018-02-152-29/+6
| * | | | | crypto: sha1-mb - remove HASH_FIRST flagEric Biggers2018-02-152-30/+6
* | | | | | Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-0419-255/+1598
|\ \ \ \ \ \
| * | | | | | RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCEPalmer Dabbelt2018-04-031-2/+2
| * | | | | | RISC-V: Fixes to module loadingPalmer Dabbelt2018-04-029-6/+470
| |\ \ \ \ \ \
| | * | | | | | RISC-V: Add definition of relocation typesZong Li2018-04-021-0/+7
| | * | | | | | RISC-V: Enable module support in defconfigZong Li2018-04-021-0/+2
| | * | | | | | RISC-V: Support SUB32 relocation type in kernel moduleZong Li2018-04-021-0/+8
| | * | | | | | RISC-V: Support ADD32 relocation type in kernel moduleZong Li2018-04-021-0/+8
| | * | | | | | RISC-V: Support ALIGN relocation type in kernel moduleZong Li2018-04-021-0/+10
| | * | | | | | RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqZong Li2018-04-021-0/+35
| | * | | | | | RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleZong Li2018-04-021-0/+42
| | * | | | | | RISC-V: Support CALL relocation type in kernel moduleZong Li2018-04-021-0/+22
| | * | | | | | RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleZong Li2018-04-021-10/+52
| | * | | | | | RISC-V: Add section of GOT.PLT for kernel moduleZong Li2018-04-023-17/+45
| | * | | | | | RISC-V: Add sections of PLT and GOT for kernel moduleZong Li2018-04-026-0/+260
| * | | | | | | RISC-V: Assorted memory model fixesPalmer Dabbelt2018-04-025-234/+630
| |\ \ \ \ \ \ \
| | * | | | | | | riscv/atomic: Strengthen implementations with fencesAndrea Parri2018-04-022-220/+588
| | * | | | | | | riscv/spinlock: Strengthen implementations with fencesAndrea Parri2018-04-022-14/+27
| | * | | | | | | riscv/barrier: Define __smp_{store_release,load_acquire}Andrea Parri2018-04-021-0/+15
| | |/ / / / / /
| * | | | | | | riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportAlan Kao2018-04-022-1/+7
| * | | | | | | riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportAlan Kao2018-04-024-0/+141
| * | | | | | | riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportAlan Kao2018-04-022-0/+4
| * | | | | | | riscv/ftrace: Add dynamic function graph tracer supportAlan Kao2018-04-022-1/+118
| * | | | | | | riscv/ftrace: Add dynamic function tracer supportAlan Kao2018-04-026-12/+223
| * | | | | | | riscv/ftrace: Add RECORD_MCOUNT supportAlan Kao2018-04-022-0/+4
| |/ / / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-0447-775/+1434
|\ \ \ \ \ \ \
| * | | | | | | 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