Age | Commit message (Expand) | Author | Files | Lines |
2013-05-07 | proc: Use PDE attribute setting accessor functions | Geert Uytterhoeven | 1 | -1/+1 |
2013-05-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -4/+0 |
2013-05-02 | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+2 |
2013-05-02 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -59/+51 |
2013-05-02 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -88/+127 |
2013-05-02 | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -16/+4 |
2013-04-29 | Merge branch 'gic/cleanup' into next/soc | Olof Johansson | 1 | -8/+0 |
2013-04-29 | Merge branch 'fixes' into next/cleanup | Olof Johansson | 1 | -1/+4 |
2013-04-18 | ARM: cpu hotplug: remove majority of cache flushing from platforms | Russell King | 1 | -4/+0 |
2013-04-15 | Merge tag 'msm-core-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Olof Johansson | 1 | -59/+51 |
2013-04-15 | Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 11 | -80/+127 |
2013-04-11 | ARM: msm: Fix uncompess.h tx underrun check | Stephen Boyd | 1 | -1/+1 |
2013-04-09 | ARM: Push selects for TWD/SCU into machine entries | Stephen Boyd | 1 | -5/+2 |
2013-04-09 | last_radio_log: switch to proc_create() | Al Viro | 1 | -16/+4 |
2013-03-26 | irqchip: gic: Perform the gic_secondary_init() call via CPU notifier | Catalin Marinas | 1 | -8/+0 |
2013-03-22 | ARM: msm: Wait for timer clear to complete | Stephen Boyd | 1 | -18/+23 |
2013-03-22 | ARM: msm: Rework timer binding to be more general | Stephen Boyd | 1 | -46/+33 |
2013-03-22 | ARM: msm: Stop counting before reprogramming clockevent | Stephen Boyd | 1 | -1/+4 |
2013-03-06 | ARM: msm: Remove unused cpu.h header file | Stephen Boyd | 1 | -54/+0 |
2013-03-06 | gpio: Make gpio-msm-v1 into a platform driver | Stephen Boyd | 8 | -0/+101 |
2013-03-06 | ARM: msm: Move dma.h #defines that are private to dma.c | Stephen Boyd | 2 | -26/+26 |
2013-02-22 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 12 | -79/+28 |
2013-02-12 | ARM: msm: proc_comm_boot_wait should not be __init | Arnd Bergmann | 1 | -1/+1 |
2013-02-05 | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 1 | -4/+0 |
2013-01-15 | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into... | Olof Johansson | 4 | -33/+6 |
2013-01-14 | Merge branch 'clocksource/cleanup' into next/cleanup | Olof Johansson | 3 | -7/+3 |
2013-01-14 | ARM: use clockevents_config_and_register() where possible | Shawn Guo | 1 | -5/+1 |
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 | 2 | -26/+4 |
2013-01-12 | ARM: remove mach .handle_irq for GIC users | Rob Herring | 3 | -3/+0 |
2013-01-11 | ARM: remove unused arch_decomp_wdog() | Shawn Guo | 1 | -4/+0 |
2013-01-10 | ARM: GIC: remove direct use of gic_raise_softirq | Rob Herring | 1 | -3/+1 |
2013-01-04 | ARM: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -2/+2 |
2012-12-24 | ARM: delete struct sys_timer | Stephen Warren | 10 | -37/+21 |
2012-10-13 | ARM: config: sort select statements alphanumerically | Russell King | 1 | -14/+14 |
2012-10-05 | sections: fix section conflicts in arch/arm/ | Andi Kleen | 1 | -2/+2 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 17 | -213/+30 |
2012-10-02 | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 4 | -17/+7 |
2012-10-02 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 22 | -496/+310 |
2012-10-02 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 15 | -840/+24 |
2012-09-22 | Merge branch 'cleanup/__iomem' into next/cleanup | Olof Johansson | 1 | -9/+10 |
2012-09-22 | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 9 | -184/+7 |
2012-09-22 | ARM: msm: Move core.h contents into common.h | David Brown | 5 | -4/+4 |
2012-09-22 | Merge branch 'multiplatform/smp_ops' into next/multiplatform | Olof Johansson | 5 | -25/+23 |
2012-09-21 | ARM: dtb: move all dtb targets to common Makefile | Olof Johansson | 1 | -3/+0 |
2012-09-21 | Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ... | Olof Johansson | 1 | -1/+0 |
2012-09-19 | ARM: msm: use __iomem pointers for MMIO | Arnd Bergmann | 1 | -9/+10 |
2012-09-17 | Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Olof Johansson | 22 | -496/+310 |
2012-09-17 | Merge branches 'msm/fixes-non-critical' and 'msm/cleanup' into next/dt | Olof Johansson | 18 | -850/+29 |