Age | Commit message (Expand) | Author | Files | Lines |
2022-12-14 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 3 | -3/+2 |
2022-11-28 | ARM: mvebu: switch to using gpiod API in pm-board code | Dmitry Torokhov | 1 | -19/+9 |
2022-11-08 | ARM: 9263/1: use .arch directives instead of assembler command line flags | Nick Desaulniers | 3 | -3/+2 |
2022-08-30 | ARM: make ARCH_MULTIPLATFORM user-visible | Arnd Bergmann | 1 | -1/+1 |
2022-08-06 | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -1/+1 |
2022-07-07 | ARM/dma-mapping: use dma-direct unconditionally | Christoph Hellwig | 1 | -1/+1 |
2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa... | Thomas Gleixner | 22 | -89/+22 |
2022-04-08 | ARM: rework endianess selection | Arnd Bergmann | 1 | -2/+1 |
2021-04-14 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 1 | -1/+2 |
2020-10-26 | Merge tag 'mvebu-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Arnd Bergmann | 1 | -6/+1 |
2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 1 | -1/+1 |
2020-09-24 | ARM: mvebu: drop pointless check for coherency_base | Ard Biesheuvel | 1 | -6/+1 |
2020-05-16 | ARM: mvebu: Drop unneeded select of HAVE_SMP | Geert Uytterhoeven | 1 | -3/+0 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 406 | Thomas Gleixner | 2 | -18/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-16 | Merge tag 'mvebu-arm-5.2-1' of git://git.infradead.org/linux-mvebu into arm/late | Olof Johansson | 5 | -9/+10 |
2019-05-06 | ARM: Kirkwood: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 1 | -1/+2 |
2019-04-30 | ARM: mvebu: drop return from void function | Nicholas Mc Guire | 1 | -1/+0 |
2019-04-30 | ARM: mvebu: prefix coprocessor operand with p | Stefan Agner | 2 | -2/+2 |
2019-04-30 | ARM: mvebu: drop unnecessary label | Stefan Agner | 1 | -1/+0 |
2019-04-30 | ARM: mvebu: fix a leaked reference by adding missing of_node_put | Wen Yang | 1 | -3/+8 |
2019-04-21 | ARM: mvebu: kirkwood: remove error message when retrieving mac address | Chris Packham | 1 | -2/+0 |
2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 1 | -1/+1 |
2018-09-24 | ARM: mvebu: use dt_fixup to provide fallback for enable-method | Chris Packham | 1 | -6/+8 |
2018-06-27 | ARM: mvebu: convert secondary CPU clock sync to hotplug state | Lucas Stach | 1 | -26/+23 |
2018-06-27 | ARM: mvebu: declare asm symbols as character arrays in pmsu.c | Ethan Tuttle | 1 | -3/+3 |
2018-02-13 | ARM: mvebu: Fix broken PL310_ERRATA_753970 selects | Ulf Magnusson | 1 | -2/+2 |
2018-01-18 | PCI: Move OF-related PCI functions into PCI core | Rob Herring | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-06 | Merge branch 'next/cleanup' into next/soc | Olof Johansson | 1 | -2/+1 |
2017-08-16 | Merge tag 'mvebu-soc-4.14-1' of git://git.infradead.org/linux-mvebu into next... | Arnd Bergmann | 1 | -0/+2 |
2017-08-16 | ARM: Convert to using %pOF instead of full_name | Rob Herring | 1 | -2/+1 |
2017-08-03 | ARM: mvebu: enable ARM_GLOBAL_TIMER compilation Armada 38x platforms | Marcin Wojtas | 1 | -0/+2 |
2017-07-18 | ARM: mvebu: use __pa_symbol in the mv98dx3236 platform SMP code | Gregory CLEMENT | 1 | -1/+1 |
2017-02-28 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 3 | -3/+3 |
2017-02-28 | ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol | Florian Fainelli | 3 | -3/+3 |
2017-01-30 | arm: mvebu: support for SMP on 98DX3336 SoC | Chris Packham | 1 | -0/+75 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -1/+1 |
2016-10-17 | Merge tag 'mvebu-fixes-4.8-3' of git://git.infradead.org/linux-mvebu into fixes | Olof Johansson | 1 | -3/+1 |
2016-09-19 | ARM: mvebu: Select corediv clk for all mvebu v7 SoC | Gregory CLEMENT | 1 | -3/+1 |
2016-08-10 | ARM: don't include removed directories | Arnd Bergmann | 1 | -2/+1 |
2016-08-02 | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 8 | -7/+12 |
2016-07-30 | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -6/+1 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -13/+6 |
2016-07-14 | ARM/mvebu: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -13/+6 |
2016-07-05 | Merge tag 'mvebu-cleanup-4.8-1' of git://git.infradead.org/linux-mvebu into n... | Olof Johansson | 7 | -5/+10 |
2016-06-30 | ARM: mvebu: compile pm code conditionally | Arnd Bergmann | 1 | -2/+8 |
2016-06-23 | arm: use of_platform_default_populate() to populate | Kefeng Wang | 1 | -1/+1 |
2016-06-23 | arm: Remove unnecessary of_platform_populate with default match table | Kefeng Wang | 2 | -5/+0 |
2016-06-16 | ARM: mvebu: map PCI I/O regions strongly ordered | Thomas Petazzoni | 1 | -0/+1 |