summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2020-09-30Merge tag 'devicetree-fixes-for-5.9-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal25-25/+25
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal1-1/+2
2020-09-28ARM: dts: bcm2835: Change firmware compatible from simple-bus to simple-mfdMaxime Ripard1-1/+1
2020-09-28ARM: Handle no IPI being registered in show_ipi_list()Marc Zyngier1-1/+6
2020-09-25crypto: arm/aes-neonbs - use typed init/exit routines for XTSArd Biesheuvel1-6/+6
2020-09-25crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionArd Biesheuvel1-2/+3
2020-09-25crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesArd Biesheuvel1-27/+22
2020-09-25crypto: arm/sha512-neon - avoid ADRL pseudo instructionArd Biesheuvel2-4/+4
2020-09-25crypto: arm/sha256-neon - avoid ADRL pseudo instructionArd Biesheuvel2-4/+4
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2-0/+6
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig18-57/+44
2020-09-25ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsetsChristoph Hellwig3-49/+22
2020-09-24ARM: dts: at91: sam9x60ek: enable usb deviceCristian Birsan2-0/+27
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-09-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider1-0/+1
2020-09-18arm: Move ipi_teardown() to a CONFIG_HOTPLUG_CPU sectionMarc Zyngier1-12/+11
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan3-14/+16
2020-09-17ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAEChristoph Hellwig1-0/+4
2020-09-17ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.hChristoph Hellwig3-51/+51
2020-09-17ARM/dma-mapping: remove dma_to_virtChristoph Hellwig2-21/+1
2020-09-17ARM/dma-mapping: remove a __arch_page_to_dma #errorChristoph Hellwig1-4/+0
2020-09-17ARM: Remove custom IRQ stat accountingMarc Zyngier3-34/+5
2020-09-17ARM: Kill __smp_cross_call and coMarc Zyngier2-25/+7
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel1-12/+11
2020-09-16ARM: tegra: Pass multiple versions in opp-supported-hw propertyViresh Kumar4-1393/+88
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman17-56/+43
2020-09-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds17-56/+43
2020-09-13ARM: Allow IPIs to be handled as normal interruptsMarc Zyngier3-16/+89
2020-09-13Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/s...Olof Johansson3-3/+3
2020-09-13Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-1/+1
2020-09-13Merge tag 'omap-for-v5.9/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson4-32/+21
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig1-1/+1
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig1-1/+1
2020-09-11crypto: arm/aes-neonbs - Use generic cbc encryption pathHerbert Xu1-18/+28
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne1-1/+1
2020-09-10ARM: dts: BCM5301X: Fixed QSPI compatible stringFlorian Fainelli1-1/+1
2020-09-10ARM: dts: NSP: Fixed QSPI compatible stringFlorian Fainelli1-1/+1
2020-09-10ARM: dts: bcm: HR2: Fixed QSPI compatible stringFlorian Fainelli1-1/+1
2020-09-08arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-75/+3
2020-09-05ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3Fugang Duan1-1/+1
2020-09-04ARM: dts: r8a7742: Add IPMMU DT nodesLad Prabhakar1-0/+48
2020-09-04crypto: arm/poly1305 - Add prototype for poly1305_blocks_neonHerbert Xu1-0/+1
2020-09-03arm/boot: Warn on orphan section placementKees Cook1-0/+2
2020-09-03arm/build: Warn on orphan section placementKees Cook1-0/+4
2020-09-01arm/boot: Handle all sections explicitlyKees Cook1-10/+10
2020-09-01arm/build: Assert for unwanted sectionsKees Cook3-0/+15
2020-09-01arm/build: Add missing sectionsKees Cook3-1/+5
2020-09-01arm/build: Explicitly keep .ARM.attributes sectionsKees Cook3-2/+6
2020-09-01arm/build: Refactor linker script headersKees Cook3-11/+10