Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-09-18 | 6 | -14/+70 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-15 | 2 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-09-06 | 2 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | arm64: bpf: optimize modulo operation | Jerin Jacob | 2019-09-03 | 2 | -4/+5 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-02 | 3 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phy... | René van Dorst | 2019-08-27 | 2 | -10/+19 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-19 | 9 | -34/+88 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | / / / / / / / | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-06 | 32 | -167/+367 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: dts: fsl: ls1028a: Enable eth port1 on the ls1028a QDS board | Claudiu Manoil | 2019-08-02 | 2 | -0/+46 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-09-18 | 15 | -388/+668 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: dts: imx8mq: Add CAAM node | Andrey Smirnov | 2019-09-13 | 1 | -0/+30 | |
| * | | | | | | | | | | | crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS | Ard Biesheuvel | 2019-09-09 | 5 | -14/+110 | |
| * | | | | | | | | | | | crypto: arm64/aes - implement support for XTS ciphertext stealing | Ard Biesheuvel | 2019-09-09 | 2 | -30/+195 | |
| * | | | | | | | | | | | crypto: arm64/aes-cts-cbc - move request context data to the stack | Ard Biesheuvel | 2019-09-09 | 1 | -35/+26 | |
| * | | | | | | | | | | | crypto: arm64/aes-cts-cbc-ce - performance tweak | Ard Biesheuvel | 2019-09-09 | 1 | -3/+2 | |
| * | | | | | | | | | | | crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled | Ard Biesheuvel | 2019-09-09 | 1 | -53/+59 | |
| * | | | | | | | | | | | crypto: arm64/aes-neonbs - replace tweak mask literal with composition | Ard Biesheuvel | 2019-09-09 | 1 | -6/+3 | |
| * | | | | | | | | | | | crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation. | zhong jiang | 2019-09-09 | 1 | -3/+1 | |
| * | | | | | | | | | | | crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.h | Hans de Goede | 2019-09-05 | 1 | -12/+12 | |
| * | | | | | | | | | | | crypto: arm64/aes - implement accelerated ESSIV/CBC mode | Ard Biesheuvel | 2019-08-30 | 2 | -0/+152 | |
| * | | | | | | | | | | | crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk | Ard Biesheuvel | 2019-08-30 | 1 | -42/+40 | |
| * | | | | | | | | | | | crypto: arm64/aes-cipher - switch to shared AES inverse Sbox | Ard Biesheuvel | 2019-07-26 | 1 | -39/+1 | |
| * | | | | | | | | | | | crypto: arm64/aes-neon - switch to shared AES Sboxes | Ard Biesheuvel | 2019-07-26 | 1 | -71/+3 | |
| * | | | | | | | | | | | crypto: arm64/aes-ce-cipher - use AES library as fallback | Ard Biesheuvel | 2019-07-26 | 3 | -9/+3 | |
| * | | | | | | | | | | | crypto: aes - move sync ctr(aes) to AES library and generic helper | Ard Biesheuvel | 2019-07-26 | 3 | -60/+33 | |
| * | | | | | | | | | | | crypto: arm64/aes-ce - switch to library version of key expansion routine | Ard Biesheuvel | 2019-07-26 | 2 | -8/+11 | |
| * | | | | | | | | | | | crypto: arm64/aes-neonbs - switch to library version of key expansion routine | Ard Biesheuvel | 2019-07-26 | 2 | -4/+5 | |
| * | | | | | | | | | | | crypto: arm64/aes-ccm - switch to AES library | Ard Biesheuvel | 2019-07-26 | 2 | -13/+7 | |
| * | | | | | | | | | | | crypto: arm64/ghash - switch to AES library | Ard Biesheuvel | 2019-07-26 | 2 | -22/+11 | |
| * | | | | | | | | | | | crypto: aes - rename local routines to prevent future clashes | Ard Biesheuvel | 2019-07-26 | 1 | -4/+4 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-09-18 | 3 | -3/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE | Marc Zyngier | 2019-09-09 | 1 | -1/+3 | |
| * | | | | | | | | | | | arm64: KVM: Device mappings should be execute-never | James Morse | 2019-08-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | arm64/kvm: Remove VMID rollover I-cache maintenance | Mark Rutland | 2019-08-18 | 1 | -1/+13 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-09-17 | 2 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: dts: imx8mq: Add system counter node | Anson Huang | 2019-08-27 | 1 | -0/+8 | |
| * | | | | | | | | | | | arm64: dts: imx8mm: Add system counter node | Anson Huang | 2019-08-27 | 1 | -0/+8 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2019-09-16 | 142 | -3708/+14816 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: dts: qcom: Add Lenovo Yoga C630 | Bjorn Andersson | 2019-09-05 | 2 | -0/+447 | |
| * | | | | | | | | | | | Merge tag 'v5.4-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 2019-09-05 | 2 | -10/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | arm64: dts: rockchip: limit clock rate of MMC controllers for RK3328 | Shawn Lin | 2019-09-01 | 1 | -0/+3 | |
| | * | | | | | | | | | | | arm64: dts: rockchip: add rk3328 VPU node | Jonas Karlman | 2019-08-22 | 1 | -1/+13 | |
| | * | | | | | | | | | | | arm64: dts: rockchip: fix vcc_host_5v regulator for usb3 host | Kever Yang | 2019-08-19 | 1 | -9/+2 | |
| * | | | | | | | | | | | | Merge tag 'qcom-arm64-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Arnd Bergmann | 2019-09-04 | 22 | -209/+3725 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | arm64: dts: sdm845: Add parent clock for rpmhcc | Vinod Koul | 2019-08-26 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | arm64: dts: qcom: sm8150: Add apps shared nodes | Vinod Koul | 2019-08-21 | 1 | -0/+63 | |
| | * | | | | | | | | | | | | arm64: dts: qcom: sm8150: Add reserved-memory regions | Vinod Koul | 2019-08-21 | 1 | -0/+111 | |
| | * | | | | | | | | | | | | arm64: dts: qcom: sm8150-mtp: Add regulators | Vinod Koul | 2019-08-21 | 1 | -0/+324 | |
| | * | | | | | | | | | | | | arm64: dts: qcom: sm8150-mtp: Add base dts file | Vinod Koul | 2019-08-21 | 2 | -0/+52 | |
| | * | | | | | | | | | | | | arm64: dts: qcom: pm8150l: Add base dts file | Vinod Koul | 2019-08-21 | 1 | -0/+80 |