summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-283-0/+14
|\
| * ARM: configs: Build BCM2711 thermal as moduleStefan Wahren2020-01-272-0/+2
| * ARM: dts: bcm2711: Enable thermalStefan Wahren2020-01-271-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2823-358/+742
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-2625-13/+46
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-10/+8
| |\ \
| | * | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-10/+8
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-1966-967/+259
| |\ \ \
| * | | | ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij2020-01-127-0/+120
| * | | | ixp4xx_eth: move platform_data definitionArnd Bergmann2020-01-121-12/+1
| * | | | ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-121-68/+0
| * | | | wan: ixp4xx_hss: prepare compile testingArnd Bergmann2020-01-122-9/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-0938-103/+162
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-314-3/+6
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-278-255/+475
| |\ \ \ \ \
| | * | | | | riscv, perf: Add arch specific perf_arch_bpf_user_pt_regsBjörn Töpel2019-12-191-0/+4
| | * | | | | riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programsBjörn Töpel2019-12-191-0/+9
| | * | | | | riscv, bpf: Optimize callsBjörn Töpel2019-12-191-37/+64
| | * | | | | riscv, bpf: Provide RISC-V specific JIT image alloc/freeBjörn Töpel2019-12-192-0/+17
| | * | | | | riscv, bpf: Optimize BPF tail callsBjörn Töpel2019-12-191-6/+7
| | * | | | | riscv, bpf: Add support for far jumps and exitsBjörn Töpel2019-12-191-20/+17
| | * | | | | riscv, bpf: Add support for far branching when emitting tail callBjörn Töpel2019-12-191-19/+3
| | * | | | | riscv, bpf: Add support for far branchingBjörn Töpel2019-12-191-164/+188
| | * | | | | riscv, bpf: Fix broken BPF tail callsBjörn Töpel2019-12-191-2/+11
| | * | | | | bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel2019-12-131-1/+29
| | * | | | | bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+122
| | * | | | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-112-0/+2
| | * | | | | ARM: net: bpf: Improve prologue code sequenceRussell King2019-12-111-17/+13
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-2280-402/+378
| |\ \ \ \ \ \
| * | | | | | | MIPS: ath79: ar9331: add ar9331-switch nodeOleksij Rempel2019-12-202-1/+131
| * | | | | | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-124-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | 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
| |/ / / / / / /