summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-8/+10
|\
| * arm: align find_bit declarations with generic kernelYury Norov2022-07-141-8/+10
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-064-181/+1
|\ \
| * | ARM/dma-mapping: use dma-direct unconditionallyChristoph Hellwig2022-07-071-24/+0
| * | ARM/dma-mapping: use the generic versions of dma_to_phys/phys_to_dma by defaultChristoph Hellwig2022-07-072-42/+1
| * | ARM/dma-mapping: remove the unused virt_to_dma helperChristoph Hellwig2022-07-071-9/+1
| * | ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.cChristoph Hellwig2022-07-071-75/+0
| * | ARM/dma-mapping: remove dmabounceChristoph Hellwig2022-07-072-32/+0
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+0
|\ \
| * | arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-17/+0
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-11/+0
|\ \
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-5/+0
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-08-041-0/+2
|\ \ \
| * | | ARM: 9217/1: add definition of arch_irq_work_raise()Ben Dooks2022-07-281-0/+2
* | | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-044-25/+5
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-103-13/+3
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-12/+2
| | |/ / | |/| |
* | | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-7/+0
|\ \ \ \
| * | | | efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-7/+0
| |/ / /
* | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-021-0/+2
|\ \ \ \
| * | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-0/+2
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-011-3/+1
|\ \ \ \
| * | | | ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang2022-06-271-3/+1
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-07-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: 9216/1: Fix MAX_DMA_ADDRESS overflowFlorian Fainelli2022-07-271-1/+1
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-07-143-13/+27
|\| | | | |/ / |/| |
| * | ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel2022-07-061-0/+26
| * | ARM: 9211/1: domain: drop modify_domain()Linus Walleij2022-07-061-13/+0
| * | ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei2022-07-061-0/+1
| |/
* / arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2022-06-061-0/+2
|/
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-022-25/+4
|\
| * ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann2022-05-071-23/+4
| * ARM: pxa: remove unused mach/bitfield.hArnd Bergmann2022-05-071-2/+0
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-2/+0
|\ \
| * | swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig2022-05-111-2/+0
| |/
* | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-0/+1
|\ \
| * | arm: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-0/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-05-233-24/+22
|\ \
| * | ARM: 9204/2: module: Add all unwind tables when load moduleChen Zhongjin2022-05-202-13/+5
| * | ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel2022-05-201-9/+9
| * | ARM: 9194/1: assembler: simplify ldr_this_cpu for !SMP buildsArd Biesheuvel2022-05-201-4/+10
| |/
* | Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-231-6/+1
|\ \
| * | irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland2022-05-151-6/+1
| |/
* / arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-091-0/+3
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-4/+0
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-301-4/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-22/+2
|\ \
| * \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-251-21/+1
| |\ \
| | * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-19/+1