summaryrefslogtreecommitdiff
path: root/arch/arm/common
AgeCommit message (Expand)AuthorFilesLines
2024-01-04locomo: make locomo_bus_type constant and staticGreg Kroah-Hartman1-1/+3
2023-10-05ARM: 9319/1: sa1111: fix sa1111_probe kernel-doc warningsRandy Dunlap1-13/+14
2023-08-14ARM: 9318/1: locomo: move kernel-doc to prevent warningsRandy Dunlap1-13/+15
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2023-06-12arm: update in-source documentation referencesJonathan Corbet3-3/+3
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij1-1/+1
2023-05-26ARM: sa1100: address missing prototype warningsArnd Bergmann1-1/+1
2023-03-17ARM: Convert to platform remove callback returning voidUwe Kleine-König3-12/+6
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers3-2/+4
2022-07-07ARM/dma-mapping: remove dmabounceChristoph Hellwig3-587/+0
2022-07-07ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann2-65/+1
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann2-2/+4
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)1-3/+0
2021-10-19ARM: 9123/1: scoop: Drop if with an always false conditionUwe Kleine-König1-3/+0
2021-10-05ARM: sharpsl_param: work around -Wstringop-overread warningArnd Bergmann1-1/+3
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+2
2021-08-12ARM: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-10/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König2-5/+2
2021-02-01ARM: 9049/1: locomo: make locomo bus's remove callback return voidUwe Kleine-König1-3/+2
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König1-3/+3
2020-10-20ARM/sa1111: add a missing include of dma-map-ops.hChristoph Hellwig1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-09-17ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.hChristoph Hellwig1-1/+1
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-07-21ARM: 8993/1: remove it8152 PCI controller driverMike Rapoport2-353/+0
2020-06-15sched,bL_switcher: Convert to sched_set_fifo*()Peter Zijlstra1-2/+1
2020-03-16ARM: sa1111: Fix irq_retrigger callback return valueMarc Zyngier1-2/+5
2019-09-03ARM: scoop: Use the right includeLinus Walleij1-1/+1
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab3-3/+3
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+2
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner12-51/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2-19/+2
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-02-26ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski1-1/+1
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-59/+0
2018-12-06arm: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+3
2018-12-04ARM: sa1111: remove legacy GPIO interfacesRussell King1-59/+0
2018-10-17ARM: Add Krait L2 register accessor functionsStephen Boyd3-0/+52
2018-06-23ARM: Always build secure_cntvoff.S on ARM V7 to fix shmobile !SMP buildGeert Uytterhoeven1-1/+1
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-0/+33
2018-05-29ARM: mcpm, perf/arm-cci: export mcpm_is_availableArnd Bergmann1-0/+2
2018-05-08ARM: smp: Add initialization of CNTVOFFMylène Josserand2-0/+33
2018-01-21Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextRussell King2-164/+168
2018-01-21ARM: 8743/1: bL_switcher: add MODULE_LICENSE tagArnd Bergmann1-0/+4
2017-11-29ARM: sa1111: map interrupt numbers through irqdomainRussell King1-14/+26
2017-11-29ARM: sa1111: use an irqdomain for SA1111 interruptsRussell King1-28/+51
2017-11-29ARM: sa1111: remove special sa1111 mmio accessorsRussell King1-91/+89
2017-11-29ARM: sa1111: remove legacy suspend/resume methodsRussell King1-24/+0