Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 4 | -27/+58 |
2020-05-07 | arm64: dts: ti: k3-am65/j721e-mcu: update cpts node | Grygorii Strashko | 2 | -2/+6 |
2020-05-07 | bpf, i386: Remove unneeded conversion to bool | Jason Yan | 1 | -2/+2 |
2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 30 | -63/+132 |
2020-05-06 | arm64: dts: sdm845: add IPA iommus property | Alex Elder | 1 | -0/+2 |
2020-05-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 11 | -34/+69 |
2020-05-06 | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64 | Luke Nelson | 1 | -8/+19 |
2020-05-06 | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64 | Luke Nelson | 1 | -5/+10 |
2020-05-06 | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64 | Luke Nelson | 1 | -6/+14 |
2020-05-06 | bpf, riscv: Enable missing verifier_zext optimizations on RV64 | Luke Nelson | 1 | -4/+4 |
2020-05-04 | arm64: dts: ti: j721e-main: add main navss cpts node | Grygorii Strashko | 1 | -0/+12 |
2020-05-04 | arm64: dts: ti: k3-j721e-mcu: add mcu cpsw cpts node | Grygorii Strashko | 1 | -0/+9 |
2020-05-04 | arm64: dts: ti: k3-am65-main: add main navss cpts node | Grygorii Strashko | 1 | -0/+22 |
2020-05-04 | arm64: dts: ti: k3-am65-mcu: add cpsw cpts node | Grygorii Strashko | 1 | -0/+19 |
2020-05-04 | bpf, arm: Optimize ALU ARSH K using asr immediate instruction | Luke Nelson | 2 | -3/+10 |
2020-05-04 | bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction | Luke Nelson | 1 | -2/+2 |
2020-05-01 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2020-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 9 | -63/+88 |
2020-04-30 | ARM: dts: qcom: ipq4019: add MDIO node | Robert Marko | 1 | -0/+28 |
2020-04-30 | arm64: vdso: Add -fasynchronous-unwind-tables to cflags | Vincenzo Frascino | 1 | -1/+1 |
2020-04-30 | bpf, riscv: Fix stack layout of JITed code on RV32 | Luke Nelson | 1 | -33/+65 |
2020-04-30 | crypto: arch/nhpoly1305 - process in explicit 4k chunks | Jason A. Donenfeld | 4 | -4/+4 |
2020-04-30 | crypto: arch/lib - limit simd usage to 4k chunks | Jason A. Donenfeld | 7 | -30/+65 |
2020-04-29 | Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -13/+16 |
2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 8 | -28/+20 |
2020-04-28 | Merge tag 'cve-2020-11884' from emailed bundle | Linus Torvalds | 2 | -2/+18 |
2020-04-27 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+12 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 8 | -28/+20 |
2020-04-26 | Merge tag 's390-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 6 | -9/+9 |
2020-04-26 | Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -2/+7 |
2020-04-26 | bpf, riscv: Fix tail call count off by one in RV32 BPF JIT | Luke Nelson | 1 | -2/+3 |
2020-04-25 | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -14/+33 |
2020-04-25 | Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2020-04-25 | s390/protvirt: fix compilation issue | Claudio Imbrenda | 2 | -3/+2 |
2020-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2 | -9/+37 |
2020-04-24 | bpf, x86_32: Fix logic error in BPF_LDX zero-extension | Wang YanQing | 1 | -1/+1 |
2020-04-24 | bpf, x86_32: Fix clobbering of dst for BPF_JSET | Luke Nelson | 1 | -4/+18 |
2020-04-24 | bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension | Luke Nelson | 1 | -1/+3 |
2020-04-24 | riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMU | Damien Le Moal | 1 | -1/+1 |
2020-04-24 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -3/+6 |
2020-04-24 | Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 23 | -222/+277 |
2020-04-23 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 4 | -0/+11 |
2020-04-23 | Merge tag 'arm-soc/for-5.7/devicetree-fixes' of https://github.com/Broadcom/s... | Arnd Bergmann | 2 | -0/+4 |
2020-04-23 | h8300: ignore vmlinux.lds | Masahiro Yamada | 1 | -0/+2 |
2020-04-23 | um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/ | Vitor Massaru Iha | 1 | -0/+1 |
2020-04-23 | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> | Masahiro Yamada | 21 | -222/+274 |
2020-04-22 | x86, sched: Move check for CPU type to caller function | Giovanni Gherdovich | 1 | -4/+2 |
2020-04-22 | x86, sched: Don't enable static key when starting secondary CPUs | Peter Zijlstra (Intel) | 1 | -7/+14 |
2020-04-22 | x86, sched: Account for CPUs with less than 4 cores in freq. invariance | Giovanni Gherdovich | 1 | -3/+8 |
2020-04-22 | x86, sched: Bail out of frequency invariance if base frequency is unknown | Giovanni Gherdovich | 1 | -0/+9 |