| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 2019-05-14 | 1 | -1/+1 |
* | ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is used | Marek Szyprowski | 2019-02-26 | 1 | -1/+1 |
* | Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2019-01-05 | 1 | -59/+0 |
|\ |
|
| * | ARM: sa1111: remove legacy GPIO interfaces | Russell King | 2018-12-04 | 1 | -59/+0 |
* | | arm: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -9/+3 |
|/ |
|
* | ARM: Add Krait L2 register accessor functions | Stephen Boyd | 2018-10-17 | 3 | -0/+52 |
* | ARM: Always build secure_cntvoff.S on ARM V7 to fix shmobile !SMP build | Geert Uytterhoeven | 2018-06-23 | 1 | -1/+1 |
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 2018-06-11 | 2 | -0/+33 |
|\ |
|
| * | ARM: smp: Add initialization of CNTVOFF | Mylène Josserand | 2018-05-08 | 2 | -0/+33 |
* | | ARM: mcpm, perf/arm-cci: export mcpm_is_available | Arnd Bergmann | 2018-05-29 | 1 | -0/+2 |
|/ |
|
*-. | Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-next | Russell King | 2018-01-21 | 2 | -164/+168 |
|\ \ |
|
| | * | ARM: sa1111: map interrupt numbers through irqdomain | Russell King | 2017-11-29 | 1 | -14/+26 |
| | * | ARM: sa1111: use an irqdomain for SA1111 interrupts | Russell King | 2017-11-29 | 1 | -28/+51 |
| | * | ARM: sa1111: remove special sa1111 mmio accessors | Russell King | 2017-11-29 | 1 | -91/+89 |
| | * | ARM: sa1111: remove legacy suspend/resume methods | Russell King | 2017-11-29 | 1 | -24/+0 |
| | * | ARM: sa1111: remove legacy shutdown method | Russell King | 2017-11-27 | 1 | -9/+0 |
| |/
|/| |
|
| * | ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag | Arnd Bergmann | 2018-01-21 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2017-11-13 | 1 | -24/+0 |
|\ |
|
| * | PM: ARM: locomo: Drop suspend and resume bus type callbacks | Rafael J. Wysocki | 2017-10-05 | 1 | -24/+0 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|
* | arm: implement ->dma_supported instead of ->set_dma_mask | Christoph Hellwig | 2017-06-28 | 1 | -4/+3 |
* | arm: remove arch specific dma_supported implementation | Christoph Hellwig | 2017-06-28 | 1 | -0/+1 |
* | arm: implement ->mapping_error | Christoph Hellwig | 2017-06-28 | 1 | -3/+10 |
* | ARM: 8675/1: MCPM: ensure not to enter __hyp_soft_restart from loopback and c... | Sudeep Holla | 2017-05-23 | 1 | -3/+3 |
* | ARM/clk: move the ICST library to drivers/clk | Linus Walleij | 2017-04-07 | 3 | -109/+0 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-02-28 | 1 | -6/+6 |
|\ |
|
| * | ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol | Florian Fainelli | 2017-02-28 | 1 | -6/+6 |
* | | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | arch/arm: add option to skip sync on DMA map and unmap | Alexander Duyck | 2016-12-14 | 1 | -6/+10 |
* | arm/bL_switcher: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-11-22 | 1 | -14/+20 |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-10-06 | 1 | -177/+257 |
|\ |
|
| * | ARM: sa1111: provide to_sa1111_device() macro | Russell King | 2016-09-21 | 1 | -9/+9 |
| * | ARM: sa1111: add sa1111_get_irq() | Russell King | 2016-09-20 | 1 | -0/+8 |
| * | ARM: sa1111: clean up duplication in IRQ chip implementation | Russell King | 2016-09-20 | 1 | -141/+48 |
| * | ARM: sa1111: implement a gpio_chip for SA1111 GPIOs | Russell King | 2016-09-20 | 1 | -0/+166 |
| * | ARM: sa1111: move irq cleanup to separate function | Russell King | 2016-09-20 | 1 | -14/+19 |
| * | ARM: sa1111: use devm_clk_get() | Russell King | 2016-09-20 | 1 | -10/+4 |
| * | ARM: sa1111: use devm_kzalloc() | Russell King | 2016-09-20 | 1 | -3/+1 |
| * | ARM: sa1111: ensure we only touch RAB bus type devices when removing | Russell King | 2016-09-20 | 1 | -0/+2 |
* | | Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-10-03 | 1 | -13/+1 |
|\ \
| |/
|/| |
|
| * | miscdevice: Add helper macro for misc device boilerplate | PrasannaKumar Muralidharan | 2016-08-31 | 1 | -13/+1 |
* | | ARM: locomo: fix locomo irq handling | Russell King | 2016-09-12 | 1 | -3/+2 |
* | | ARM: sa1111: fix missing clk_disable() | Russell King | 2016-09-12 | 1 | -1/+3 |
* | | ARM: sa1111: fix pcmcia suspend/resume | Russell King | 2016-09-12 | 1 | -9/+13 |
* | | ARM: sa1111: fix pcmcia interrupt mask polarity | Russell King | 2016-09-12 | 1 | -2/+2 |
* | | ARM: sa1111: fix error code propagation in sa1111_probe() | Russell King | 2016-09-12 | 1 | -1/+1 |
|/ |
|
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -2/+2 |