Age | Commit message (Expand) | Author | Files | Lines |
2015-09-05 | 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-07-01 | 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-12 | ARM: socfpga: fix build error due to secondary_startup | Kevin Hilman | 1 | -1/+1 |
2015-06-11 | ARM: socfpga: support suspend to ram | Alan Tull | 6 | -3/+305 |
2015-06-11 | ARM: socfpga: add CPU_METHOD_OF_DECLARE for Arria 10 | Dinh Nguyen | 2 | -0/+34 |
2015-06-11 | 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-06 | Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 1 | -5/+0 |
2014-02-20 | ARM: select HAVE_SMP for V7 multi-platform | Rob Herring | 1 | -1/+0 |
2014-02-20 | ARM: centralize common multi-platform kconfig options | Rob Herring | 1 | -6/+0 |
2014-02-19 | clk: socfpga: Remove socfpga_init_clocks | Dinh Nguyen | 1 | -1/+0 |
2014-02-19 | clk: socfpga: Map the clk manager base address in the clock driver | Dinh Nguyen | 1 | -4/+0 |
2013-12-04 | 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-15 | 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-12 | ARM: socfpga: Add syscon to be part of socfpga | Dinh Nguyen | 1 | -0/+1 |
2013-04-29 | Merge branch 'gic/cleanup' into next/soc | Olof Johansson | 1 | -12/+0 |
2013-04-15 | ARM: socfpga: Upgrade clk driver for socfpga to make use of dts clock entries | Dinh Nguyen | 1 | -0/+6 |
2013-04-15 | 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-12 | Merge branch 'socfpga/hw' into next/soc | Olof Johansson | 4 | -13/+31 |
2013-02-12 | arm: socfpga: Add SMP support for actual socfpga harware | Dinh Nguyen | 4 | -12/+31 |
2013-02-12 | arm: socfpga: Add new device tree source for actual socfpga HW | Dinh Nguyen | 1 | -1/+0 |
2013-01-15 | 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-07 | 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 |