aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus 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/arm-socLinus 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
2017-11-27ARM: sa1111: remove legacy shutdown methodRussell King1-9/+0
2017-11-13Merge branch 'pm-sleep'Rafael J. Wysocki1-24/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-05PM: ARM: locomo: Drop suspend and resume bus type callbacksRafael J. Wysocki1-24/+0
2017-06-28arm: implement ->dma_supported instead of ->set_dma_maskChristoph Hellwig1-4/+3
2017-06-28arm: remove arch specific dma_supported implementationChristoph Hellwig1-0/+1
2017-06-28arm: implement ->mapping_errorChristoph Hellwig1-3/+10
2017-05-23ARM: 8675/1: MCPM: ensure not to enter __hyp_soft_restart from loopback and cpu_power_downSudeep Holla1-3/+3
2017-04-07ARM/clk: move the ICST library to drivers/clkLinus Walleij3-109/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+6
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-6/+6
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14arch/arm: add option to skip sync on DMA map and unmapAlexander Duyck1-6/+10
2016-11-22arm/bL_switcher: Convert to hotplug state machineSebastian Andrzej Siewior1-14/+20
2016-10-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-177/+257
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-13/+1
2016-09-21ARM: sa1111: provide to_sa1111_device() macroRussell King1-9/+9
2016-09-20ARM: sa1111: add sa1111_get_irq()Russell King1-0/+8
2016-09-20ARM: sa1111: clean up duplication in IRQ chip implementationRussell King1-141/+48
2016-09-20ARM: sa1111: implement a gpio_chip for SA1111 GPIOsRussell King1-0/+166
2016-09-20ARM: sa1111: move irq cleanup to separate functionRussell King1-14/+19
2016-09-20ARM: sa1111: use devm_clk_get()Russell King1-10/+4
2016-09-20ARM: sa1111: use devm_kzalloc()Russell King1-3/+1
2016-09-20ARM: sa1111: ensure we only touch RAB bus type devices when removingRussell King1-0/+2
2016-09-12ARM: locomo: fix locomo irq handlingRussell King1-3/+2