| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-06-03 | 28 | -103/+308 |
|\ |
|
| * | s390/bpf: Use bcr 0,%0 as tail call nop filler | Ilya Leoshkevich | 2020-06-02 | 1 | -1/+2 |
| * | s390/bpf: Maintain 8-byte stack alignment | Ilya Leoshkevich | 2020-06-02 | 1 | -9/+10 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-31 | 40 | -277/+317 |
| |\ |
|
| * | | ARM: dts: imx6qdl-sabresd: enable fec wake-on-lan | Fugang Duan | 2020-05-26 | 1 | -0/+1 |
| * | | ARM: dts: imx: add ethernet stop mode property | Fugang Duan | 2020-05-26 | 5 | -1/+7 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-24 | 125 | -541/+908 |
| |\ \ |
|
| * | | | ARM64: dts: mediatek: enable ethernet on pumpkin boards | Bartosz Golaszewski | 2020-05-22 | 1 | -0/+18 |
| * | | | ARM64: dts: mediatek: add ethernet pins for pumpkin boards | Bartosz Golaszewski | 2020-05-22 | 1 | -0/+15 |
| * | | | ARM64: dts: mediatek: add an alias for ethernet0 for pumpkin boards | Bartosz Golaszewski | 2020-05-22 | 1 | -0/+1 |
| * | | | ARM64: dts: mediatek: add the ethernet node to mt8516.dtsi | Bartosz Golaszewski | 2020-05-22 | 1 | -0/+12 |
| * | | | ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsi | Bartosz Golaszewski | 2020-05-22 | 1 | -0/+5 |
| * | | | s390/net: remove pm ops from ccwgroup drivers | Julian Wiedmann | 2020-05-19 | 1 | -10/+0 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-15 | 51 | -184/+389 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-05-14 | 4 | -27/+58 |
| |\ \ \ \ |
|
| | * | | | | bpf, i386: Remove unneeded conversion to bool | Jason Yan | 2020-05-07 | 1 | -2/+2 |
| | * | | | | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64 | Luke Nelson | 2020-05-06 | 1 | -8/+19 |
| | * | | | | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64 | Luke Nelson | 2020-05-06 | 1 | -5/+10 |
| | * | | | | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64 | Luke Nelson | 2020-05-06 | 1 | -6/+14 |
| | * | | | | bpf, riscv: Enable missing verifier_zext optimizations on RV64 | Luke Nelson | 2020-05-06 | 1 | -4/+4 |
| | * | | | | bpf, arm: Optimize ALU ARSH K using asr immediate instruction | Luke Nelson | 2020-05-04 | 2 | -3/+10 |
| | * | | | | bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction | Luke Nelson | 2020-05-04 | 1 | -2/+2 |
| * | | | | | arm64: dts: ti: k3-am65/j721e-mcu: update cpts node | Grygorii Strashko | 2020-05-07 | 2 | -2/+6 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-06 | 30 | -63/+132 |
| |\ \ \ \ \ |
|
| * | | | | | | arm64: dts: sdm845: add IPA iommus property | Alex Elder | 2020-05-06 | 1 | -0/+2 |
| * | | | | | | arm64: dts: ti: j721e-main: add main navss cpts node | Grygorii Strashko | 2020-05-04 | 1 | -0/+12 |
| * | | | | | | arm64: dts: ti: k3-j721e-mcu: add mcu cpsw cpts node | Grygorii Strashko | 2020-05-04 | 1 | -0/+9 |
| * | | | | | | arm64: dts: ti: k3-am65-main: add main navss cpts node | Grygorii Strashko | 2020-05-04 | 1 | -0/+22 |
| * | | | | | | arm64: dts: ti: k3-am65-mcu: add cpsw cpts node | Grygorii Strashko | 2020-05-04 | 1 | -0/+19 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-05-01 | 9 | -63/+88 |
| |\ \ \ \ \ |
|
| | * | | | | | bpf, riscv: Fix stack layout of JITed code on RV32 | Luke Nelson | 2020-04-30 | 1 | -33/+65 |
| | * | | | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 2020-04-28 | 8 | -28/+20 |
| | |\ \ \ \ \ |
|
| | | * | | | | | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 2020-04-27 | 8 | -28/+20 |
| | * | | | | | | bpf, riscv: Fix tail call count off by one in RV32 BPF JIT | Luke Nelson | 2020-04-26 | 1 | -2/+3 |
| * | | | | | | | ARM: dts: qcom: ipq4019: add MDIO node | Robert Marko | 2020-04-30 | 1 | -0/+28 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-06-03 | 115 | -2456/+23253 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 2020-06-01 | 50 | -480/+20041 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | KVM: arm64: Drop obsolete comment about sys_reg ordering | Marc Zyngier | 2020-05-28 | 1 | -5/+1 |
| | * | | | | | | | KVM: arm64: Parametrize exception entry with a target EL | Marc Zyngier | 2020-05-28 | 2 | -37/+39 |
| | * | | | | | | | KVM: arm64: Don't use empty structures as CPU reset state | Marc Zyngier | 2020-05-28 | 1 | -12/+9 |
| | * | | | | | | | KVM: arm64: Move sysreg reset check to boot time | Marc Zyngier | 2020-05-28 | 1 | -37/+35 |
| | * | | | | | | | KVM: arm64: Add missing reset handlers for PMU emulation | Marc Zyngier | 2020-05-28 | 1 | -3/+3 |
| | * | | | | | | | KVM: arm64: Refactor vcpu_{read,write}_sys_reg | Marc Zyngier | 2020-05-28 | 1 | -57/+71 |
| | * | | | | | | | KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu | Christoffer Dall | 2020-05-28 | 6 | -52/+50 |
| | * | | | | | | | KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction | Andrew Scull | 2020-05-25 | 2 | -5/+3 |
| | * | | | | | | | KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector() | David Brazdil | 2020-05-25 | 1 | -1/+1 |
| | * | | | | | | | KVM: arm64: Clean up cpu_init_hyp_mode() | David Brazdil | 2020-05-25 | 3 | -40/+29 |
| | * | | | | | | | KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version | Marc Zyngier | 2020-05-16 | 1 | -5/+10 |
| | * | | | | | | | KVM: arm64: Support enabling dirty log gradually in small chunks | Keqian Zhu | 2020-05-16 | 2 | -2/+13 |
| | * | | | | | | | KVM: arm64: Unify handling THP backed host memory | Suzuki K Poulose | 2020-05-16 | 1 | -55/+60 |