summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-257-11/+11
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-11/+15
|\
| * ARM: brcmstb: Add debug UART entry for 72615Florian Fainelli2020-09-041-11/+13
| * ARM: brcmstb: Add debug UART entry for 72614Florian Fainelli2020-08-171-11/+13
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+7
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+7
| |/
* | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-7/+0
|\ \
| * | ARM/PCI: Remove unused fields from struct hw_pciLorenzo Pieralisi2020-09-181-7/+0
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-10-2025-31/+108
|\ \
| * | ARM: 9005/1: debug: Select flow control for all debug UARTsLinus Walleij2020-09-152-4/+0
| * | ARM: 9004/1: debug: Split waituart to CTS and TXRDYLinus Walleij2020-09-1525-27/+108
| |/
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-154-89/+33
|\ \
| * | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-062-2/+0
| * | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-061-15/+0
| * | ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsetsChristoph Hellwig2020-09-251-18/+0
| * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-5/+4
| * | ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.hChristoph Hellwig2020-09-172-50/+50
| * | ARM/dma-mapping: remove dma_to_virtChristoph Hellwig2020-09-171-17/+1
| * | ARM/dma-mapping: remove a __arch_page_to_dma #errorChristoph Hellwig2020-09-171-4/+0
| * | dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-111-1/+1
| * | dma-direct: remove __dma_to_physChristoph Hellwig2020-09-111-1/+1
| |/
* | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-141-0/+5
|\ \
| * | arm: disable frequency invariance for CONFIG_BL_SWITCHERIonela Voinescu2020-10-081-0/+3
| * | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2020-10-081-0/+1
| * | arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider2020-09-181-0/+1
| |/
* | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-0/+5
|\ \
| * | xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini2020-10-041-0/+5
| |/
* | mm: account PMD tables like PTE tablesMatthew Wilcox2020-10-131-0/+1
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-10/+7
|\ \
| * | arm: propagate the calling convention changes down to csum_partial_copy_from_...Al Viro2020-08-201-5/+2
| * | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-7/+6
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+1
| |/
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+147
|\ \
| * | arm/build: Assert for unwanted sectionsKees Cook2020-09-011-0/+11
| * | arm/build: Add missing sectionsKees Cook2020-09-011-1/+3
| * | arm/build: Explicitly keep .ARM.attributes sectionsKees Cook2020-09-011-0/+4
| * | arm/build: Refactor linker script headersKees Cook2020-09-011-0/+130
* | | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-12/+11
|\ \ \
| * | | efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2020-09-161-12/+11
| | |/ | |/|
* | | ARM: Remove custom IRQ stat accountingMarc Zyngier2020-09-171-17/+0
* | | ARM: Kill __smp_cross_call and coMarc Zyngier2020-09-171-6/+0
* | | ARM: Allow IPIs to be handled as normal interruptsMarc Zyngier2020-09-131-0/+5
|/ /
* | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\ \ | |/ |/|
| * vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-121-2/+2
|\ \
| * | uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+2
* | | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-3/+0
|\ \ \ | |/ / |/| |
| * | arm: Remove dev->archdata.iommu pointerJoerg Roedel2020-06-301-3/+0
* | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+1