summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-0628-314/+1672
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-222-32/+37
| |\
| * | crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-45/+107
| * | crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-23/+65
| * | crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2017-08-042-36/+252
| * | crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-043-48/+215
| * | crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-043-26/+591
| * | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-042-5/+44
| * | crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel2017-08-041-2/+3
| * | crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-043-17/+101
| * | crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-35/+140
| * | crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-3/+18
| * | crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel2017-08-043-40/+37
| * | crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-043-5/+29
| * | crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2017-08-042-5/+16
| * | crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-5/+6
| * | crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel2017-08-041-4/+9
| * | crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-042-9/+43
| * | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-049-22/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0628-877/+2096
|\ \ \
| * | | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-042-2/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0154-173/+292
| |\ \ \
| * | | | x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet2017-08-311-5/+4
| * | | | ARM: dts: rk3228-evb: Fix the compiling errorDavid Wu2017-08-271-2/+2
| * | | | MIPS,bpf: fix missing break in switch statementColin Ian King2017-08-221-0/+1
| * | | | arm: eBPF JIT compilerShubham Bansal2017-08-223-811/+1747
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-2164-187/+298
| |\ \ \ \
| * | | | | MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney2017-08-211-33/+34
| * | | | | MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney2017-08-211-29/+72
| * | | | | MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney2017-08-211-14/+14
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-1532-180/+366
| |\ \ \ \ \
| * | | | | | ARM64: dts: rockchip: Enable gmac2phy for rk3328-evbDavid Wu2017-08-111-0/+17
| * | | | | | ARM64: dts: rockchip: Add gmac2phy node support for rk3328David Wu2017-08-111-0/+39
| * | | | | | ARM: dts: rk3228-evb: Enable the integrated PHY for gmacDavid Wu2017-08-111-0/+34
| * | | | | | arm64: defconfig: Enable CONFIG_ROCKCHIP_PHYDavid Wu2017-08-111-0/+1
| * | | | | | multi_v7_defconfig: Make rockchip PHY built-inDavid Wu2017-08-111-0/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-106-11/+63
| |\ \ \ \ \ \
| * | | | | | | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-092-0/+21
| * | | | | | | bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+24
| * | | | | | | bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+34
| * | | | | | | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-092-0/+24
| * | | | | | | bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Daniel Borkmann2017-08-091-0/+26
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-097-44/+1962
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-0775-271/+725
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-0310-0/+20
* | | | | | | | | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-057-11/+27
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2017-09-037-11/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / | | | |/| | | | | | | | | |
| | | | | * | | | | | | | | treewide: Consolidate Apple DMI checksLukas Wunner2017-08-034-2/+15
| | | | | | |/ / / / / / / | | | | | |/| | | | | | |