summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-11-251-2/+2
|\
| * Merge branch 'spi-5.5' into spi-nextMark Brown2019-11-221-2/+2
| |\
| | * spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko2019-10-181-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-2517-258/+1200
|\ \ \
| * | | bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-241-60/+25
| * | | bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann2019-11-241-95/+187
| * | | bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann2019-11-241-18/+46
| * | | powerpc: Add const qual to local_read() parameterEric Dumazet2019-11-241-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-227-31/+27
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-206-237/+865
| |\ \ \ \
| | * | | | s390/bpf: Remove JITed image size limitationsIlya Leoshkevich2019-11-181-7/+0
| | * | | | s390/bpf: Use lg(f)rl when long displacement cannot be usedIlya Leoshkevich2019-11-181-15/+81
| | * | | | s390/bpf: Use lgrl instead of lg where possibleIlya Leoshkevich2019-11-181-12/+20
| | * | | | s390/bpf: Load literal pool register using larlIlya Leoshkevich2019-11-181-3/+19
| | * | | | s390/bpf: Align literal pool entriesIlya Leoshkevich2019-11-181-13/+24
| | * | | | s390/bpf: Use relative long branchesIlya Leoshkevich2019-11-181-32/+126
| | * | | | bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-1/+2
| | * | | | bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov2019-11-151-2/+7
| | * | | | bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-2/+209
| | * | | | bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+51
| | * | | | bpf: Refactor x86 JIT into helpersAlexei Starovoitov2019-11-151-54/+98
| | * | | | x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra2019-11-154-46/+130
| | * | | | s390/bpf: Make sure JIT passes do not increase code sizeIlya Leoshkevich2019-11-151-8/+66
| | * | | | s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ipIlya Leoshkevich2019-11-071-16/+5
| | * | | | s390/bpf: Wrap JIT macro parameter usages in parenthesesIlya Leoshkevich2019-11-071-31/+31
| | * | | | s390/bpf: Use kvcalloc for addrs arrayIlya Leoshkevich2019-11-071-2/+3
| * | | | | arm: omap2plus_defconfig: enable new cpsw switchdev driverGrygorii Strashko2019-11-201-0/+1
| * | | | | ARM: dts: am571x-idk: enable for new cpsw switch dev driverGrygorii Strashko2019-11-204-5/+37
| * | | | | ARM: dts: dra7: add dt nodes for new cpsw switch dev driverGrygorii Strashko2019-11-201-0/+52
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-1640-171/+930
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | can: mcp251x: get rid of legacy platform dataAndy Shevchenko2019-11-112-8/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0912-53/+112
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-022-1/+44
| |\ \ \ \ \
| | * | | | | uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann2019-11-022-1/+44
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-02105-372/+663
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-261-4/+93
| |\ \ \ \ \ \
| | * | | | | | bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-4/+93
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2095-394/+644
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-141-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, x86: Small optimization in comparing against imm0Daniel Borkmann2019-10-041-0/+10
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2547-2418/+14868
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: x86/chacha - only unregister algorithms if registeredEric Biggers2019-11-221-1/+2
| * | | | | | | | | crypto: arm/curve25519 - wire up NEON implementationJason A. Donenfeld2019-11-174-195/+287
| * | | | | | | | | crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...Jason A. Donenfeld2019-11-171-0/+2105
| * | | | | | | | | crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2019-11-172-0/+2476
| * | | | | | | | | crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-173-0/+493
| * | | | | | | | | int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-173-3/+3
| * | | | | | | | | crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel2019-11-173-0/+1490
| * | | | | | | | | crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-175-1/+2686
| * | | | | | | | | crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-175-1/+2000