| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-07-20 | ARM: socfpga: Explicitly include correct DT includes | Rob Herring | 4 | -7/+5 |
| 2023-05-29 | ARM: mm: Make virt_to_pfn() a static inline | Linus Walleij | 1 | -1/+1 |
| 2022-04-08 | ARM: rework endianess selection | Arnd Bergmann | 1 | -1/+0 |
| 2022-02-07 | ARM: socfpga: fix missing RESET_CONTROLLER | Krzysztof Kozlowski | 1 | -0/+2 |
| 2021-11-18 | ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE | Takashi Iwai | 2 | -5/+5 |
| 2021-03-23 | ARM: socfpga: drop ARCH_SOCFPGA | Krzysztof Kozlowski | 1 | -6/+2 |
| 2021-03-23 | ARM: socfpga: introduce common ARCH_INTEL_SOCFPGA | Krzysztof Kozlowski | 1 | -0/+4 |
| 2020-07-28 | ARM: socfpga: PM: add missing put_device() call in socfpga_setup_ocram_self_r... | Yu Kuai | 1 | -3/+5 |
| 2020-05-15 | ARM: socfpga: Drop unneeded select of PCI_DOMAINS_GENERIC | Geert Uytterhoeven | 1 | -1/+0 |
| 2019-11-22 | arm: socfpga: execute cold reboot by default | Simon Goldschmidt | 1 | -6/+6 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 5 | -60/+5 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-01-28 | reset: socfpga: declare socfpga_reset_init in a header file | Philipp Zabel | 1 | -2/+1 |
| 2019-01-07 | reset: socfpga: add an early reset driver for SoCFPGA | Dinh Nguyen | 1 | -0/+4 |
| 2018-12-31 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 3 | -3/+8 |
| 2018-11-28 | ARM: socfpga: Turn on ARM errata for L2 cache | Dinh Nguyen | 1 | -0/+7 |
| 2018-11-28 | ARM: socfpga: Clean unused functions | Clément Péron | 2 | -3/+1 |
| 2018-11-23 | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options | Christoph Hellwig | 1 | -1/+1 |
| 2018-06-26 | PCI: controller: Move PCI_DOMAINS selection to arch Kconfig | Lorenzo Pieralisi | 1 | -0/+1 |
| 2018-03-07 | ARM: socfpga: PM: Drop useless check for PM_SUSPEND_STANDBY | Geert Uytterhoeven | 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-02-28 | ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol | Florian Fainelli | 1 | -2/+2 |
| 2016-11-15 | ARM: socfpga: fix spelling mistake in error message | Colin King | 1 | -1/+1 |
| 2016-05-16 | Merge tag 'edac_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 4 | -1/+195 |
| 2016-04-27 | ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel | Sascha Hauer | 1 | -0/+1 |
| 2016-04-23 | ARM: socfpga: Initialize Arria10 OCRAM ECC on startup | Thor Thayer | 2 | -0/+3 |
| 2016-04-07 | ARM: socfpga: Enable Arria10 OCRAM ECC on startup | Thor Thayer | 1 | -0/+133 |
| 2016-03-29 | ARM: socfpga: Enable Arria10 L2 cache ECC on startup | Thor Thayer | 3 | -1/+59 |
| 2016-03-20 | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
| 2016-02-26 | ARM: socfpga: hide unused functions | Arnd Bergmann | 1 | -0/+2 |
| 2016-02-11 | ARM: socfpga: Enable OCRAM ECC on startup | Thor Thayer | 4 | -0/+54 |
| 2016-02-11 | ARM: socfpga: Enable L2 cache ECC on startup | Thor Thayer | 4 | -0/+45 |
| 2015-12-01 | ARM: use "depends on" for SoC configs instead of "if" after prompt | Masahiro Yamada | 1 | -1/+2 |
| 2015-12-01 | ARM: use const and __initconst for smp_operations | Masahiro Yamada | 1 | -2/+2 |
| 2015-09-04 | genalloc: add name arg to gen_pool_get() and devm_gen_pool_create() | Vladimir Zapolskiy | 1 | -1/+1 |
| 2015-07-20 | ARM: socfpga: add reset for the Arria 10 platform | Dinh Nguyen | 2 | -0/+27 |
| 2015-07-07 | ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump available | Hiraku Toyooka | 1 | -0/+13 |
| 2015-06-30 | genalloc: rename dev_get_gen_pool() to gen_pool_get() | Vladimir Zapolskiy | 1 | -1/+1 |
| 2015-06-26 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 8 | -60/+351 |
| 2015-06-11 | ARM: socfpga: fix build error due to secondary_startup | Kevin Hilman | 1 | -1/+1 |
| 2015-06-10 | ARM: socfpga: support suspend to ram | Alan Tull | 6 | -3/+305 |
| 2015-06-10 | ARM: socfpga: add CPU_METHOD_OF_DECLARE for Arria 10 | Dinh Nguyen | 2 | -0/+34 |
| 2015-06-10 | ARM: socfpga: use CPU_METHOD_OF_DECLARE for socfpga_cyclone5 | Dinh Nguyen | 3 | -3/+3 |
| 2015-06-01 | ARM: v7 setup function should invalidate L1 cache | Russell King | 3 | -7/+1 |
| 2015-05-13 | ARM: socfpga: use of_iomap to map the SCU | Dinh Nguyen | 3 | -49/+10 |
| 2015-05-11 | ARM: socfpga: remove the need to map uart_io_desc | Dinh Nguyen | 1 | -9/+0 |
| 2015-05-11 | ARM: socfpga: support big endian for socfpga | Ben Dooks | 1 | -0/+1 |
| 2015-05-11 | ARM: socfpga: enable big endian for secondary core(s) | Ben Dooks | 1 | -1/+4 |
| 2015-03-04 | ARM: socfpga: make sure socfpga_cpu1start_addr is properly flushed | Russell King | 1 | -0/+5 |
| 2015-03-04 | ARM: socfpga: Correct SCU virtual mapping in socfpga | Vince Bridgers | 1 | -1/+1 |
| 2014-11-20 | socfpga: hotplug: put cpu1 in wfi | Alan Tull | 2 | -8/+14 |
| 2014-10-21 | arm: socfpga: fix fetching cpu1start_addr for SMP | Dinh Nguyen | 4 | -15/+20 |
| 2014-05-30 | ARM: l2c: socfpga: convert to generic l2c OF initialisation | Russell King | 1 | -7/+2 |
| 2014-05-22 | ARM: l2c: remove unnecessary UL-suffix to mask values | Russell King | 1 | -1/+1 |
| 2014-04-05 | Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 1 | -5/+0 |
| 2014-02-19 | ARM: select HAVE_SMP for V7 multi-platform | Rob Herring | 1 | -1/+0 |
| 2014-02-19 | ARM: centralize common multi-platform kconfig options | Rob Herring | 1 | -6/+0 |
| 2014-02-18 | clk: socfpga: Remove socfpga_init_clocks | Dinh Nguyen | 1 | -1/+0 |
| 2014-02-18 | clk: socfpga: Map the clk manager base address in the clock driver | Dinh Nguyen | 1 | -4/+0 |
| 2013-12-03 | arm: socfpga: Enable ARM_TWD for socfpga | Dinh Nguyen | 1 | -0/+1 |
| 2013-10-07 | ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUP | Uwe Kleine-König | 1 | -1/+0 |
| 2013-09-29 | ARM: socfpga: remove custom .init_time hook | Sebastian Hesselbarth | 1 | -9/+0 |
| 2013-09-29 | ARM: socfgpa: prepare for arch-wide .init_time callback | Sebastian Hesselbarth | 1 | -1/+8 |
| 2013-07-14 | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 2 | -2/+1 |
| 2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 1 | -2/+3 |
| 2013-06-21 | Merge tag 'v3.11-rockchip-basics' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 2 | -3/+0 |
| 2013-06-12 | clocksource: dw_apb_timer_of: use clocksource_of_init | Heiko Stuebner | 1 | -2/+0 |
| 2013-06-12 | clocksource: dw_apb_timer_of: select DW_APB_TIMER | Heiko Stuebner | 1 | -1/+0 |
| 2013-06-11 | ARM: socfpga: Add syscon to be part of socfpga | Dinh Nguyen | 1 | -0/+1 |
| 2013-04-28 | Merge branch 'gic/cleanup' into next/soc | Olof Johansson | 1 | -12/+0 |
| 2013-04-14 | ARM: socfpga: Upgrade clk driver for socfpga to make use of dts clock entries | Dinh Nguyen | 1 | -0/+6 |
| 2013-04-14 | ARM: socfpga: Enable soft reset | Dinh Nguyen | 3 | -4/+20 |
| 2013-03-26 | irqchip: gic: Perform the gic_secondary_init() call via CPU notifier | Catalin Marinas | 1 | -12/+0 |
| 2013-02-11 | Merge branch 'socfpga/hw' into next/soc | Olof Johansson | 4 | -13/+31 |
| 2013-02-11 | arm: socfpga: Add SMP support for actual socfpga harware | Dinh Nguyen | 4 | -12/+31 |
| 2013-02-11 | arm: socfpga: Add new device tree source for actual socfpga HW | Dinh Nguyen | 1 | -1/+0 |
| 2013-01-14 | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into... | Olof Johansson | 2 | -13/+5 |
| 2013-01-12 | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h | Rob Herring | 1 | -1/+1 |
| 2013-01-12 | ARM: use common irqchip_init for GIC init | Rob Herring | 1 | -9/+4 |
| 2013-01-12 | ARM: remove mach .handle_irq for GIC users | Rob Herring | 1 | -1/+0 |
| 2013-01-10 | ARM: GIC: remove direct use of gic_raise_softirq | Rob Herring | 1 | -2/+0 |
| 2012-12-24 | ARM: delete struct sys_timer | Stephen Warren | 1 | -1/+1 |
| 2012-11-06 | ARM: socfpga: mark secondary_trampoline as cpuinit | Arnd Bergmann | 1 | -1/+1 |
| 2012-11-05 | socfpga: map uart into virtual address space so that early_printk() works | Pavel Machek | 1 | -0/+9 |
| 2012-10-27 | ARM: socfpga: fix build break for allyesconfig | Pavel Machek | 1 | -0/+1 |
| 2012-10-26 | ARM: socfpga: Enable SMP for socfpga | Dinh Nguyen | 6 | -1/+220 |
| 2012-09-14 | ARM: initial multiplatform support | Rob Herring | 4 | -29/+16 |
| 2012-09-14 | ARM: socfpga: move debug macros to include/debug | Rob Herring | 1 | -16/+0 |
| 2012-07-19 | ARM: socfpga: initial support for Altera's SOCFPGA platform | Dinh Nguyen | 6 | -0/+112 |