summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-202-3/+4
|\
| * kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-2/+3
| * kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+1
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-199-271/+55
|\ \
| * | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-111-47/+17
| * | xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2019-09-111-2/+0
| * | xen/arm: remove xen_dma_opsChristoph Hellwig2019-09-112-5/+2
| * | xen/arm: simplify dma_cache_maintChristoph Hellwig2019-09-111-40/+21
| * | xen/arm: use dev_is_dma_coherentChristoph Hellwig2019-09-112-12/+6
| * | xen/arm: consolidate page-coherent.hChristoph Hellwig2019-09-111-75/+0
| * | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig2019-09-113-55/+28
| * | arm: remove wrappers for the generic dma remap helpersChristoph Hellwig2019-09-041-27/+5
| * | dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-6/+1
| * | dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-6/+4
| * | vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig2019-09-042-18/+7
| * | dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-041-0/+3
| * | arm-nommu: call dma_mmap_from_dev_coherent directlyChristoph Hellwig2019-09-041-2/+3
| * | dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2019-09-041-11/+0
| * | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-292-7/+1
| * | arm-nommu: remove the unused pgprot_dmacoherent defineChristoph Hellwig2019-08-261-1/+0
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1811-395/+982
|\ \ \
| * | | crypto: arm/aes-ce - implement ciphertext stealing for CBCArd Biesheuvel2019-09-092-17/+256
| * | | crypto: arm/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel2019-09-092-13/+72
| * | | crypto: arm/aes-ce - implement ciphertext stealing for XTSArd Biesheuvel2019-09-092-23/+208
| * | | crypto: arm/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel2019-09-091-5/+3
| * | | crypto: arm/aes-ce - replace tweak mask literal with compositionArd Biesheuvel2019-09-091-6/+3
| * | | crypto: arm/aes-ce - switch to 4x interleaveArd Biesheuvel2019-09-091-119/+144
| * | | crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsArd Biesheuvel2019-09-092-35/+34
| * | | crypto: arm/aes - fix round key prototypesArd Biesheuvel2019-09-092-29/+29
| * | | crypto: arm - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-052-16/+16
| * | | asm-generic: Remove redundant arch-specific rules for simd.hHerbert Xu2019-08-021-1/+0
| * | | crypto: ghash - add comment and improve help textEric Biggers2019-07-271-1/+1
| * | | crypto: arm/aes-scalar - unexport en/decryption routinesArd Biesheuvel2019-07-261-3/+0
| * | | crypto: arm/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel2019-07-261-39/+1
| * | | crypto: arm/ghash - provide a synchronous versionArd Biesheuvel2019-07-261-26/+52
| * | | crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-261-0/+65
| * | | crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-261-0/+43
| * | | crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel2019-07-262-16/+13
| * | | crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-262-3/+3
| * | | crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-261-4/+4
| * | | crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel2019-07-261-60/+56
* | | | Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-188-79/+22
|\ \ \ \
| * \ \ \ Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-0223-91/+125
| |\ \ \ \
| * \ \ \ \ Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman2019-08-191-3/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman2019-08-1211-20/+105
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devicesMarek Szyprowski2019-07-308-79/+22
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-1/+3
|\ \ \ \ \ \ \
| * | | | | | | KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier2019-09-091-1/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-09-181-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Merge tag 'v5.3-rc4' into patchworkMauro Carvalho Chehab2019-08-1211-20/+105
| |\| | | | | |