Age | Commit message (Expand) | Author | Files | Lines |
2013-07-07 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2013-07-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2 | -2/+2 |
2013-07-03 | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 19 | -613/+180 |
2013-06-25 | ARM: msm: Migrate to common clock framework | Stephen Boyd | 9 | -363/+107 |
2013-06-25 | ARM: msm: Make proc_comm clock control into a platform driver | Stephen Boyd | 13 | -31/+67 |
2013-06-25 | ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver | Stephen Boyd | 3 | -18/+15 |
2013-06-25 | ARM: msm: Remove clock-7x30.h include file | Stephen Boyd | 2 | -158/+0 |
2013-06-25 | ARM: msm: Remove custom clk_set_{max,min}_rate() API | Stephen Boyd | 3 | -26/+1 |
2013-06-25 | ARM: msm: Remove custom clk_set_flags() API | Stephen Boyd | 4 | -27/+0 |
2013-06-15 | Merge tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel... | Olof Johansson | 14 | -147/+22 |
2013-06-13 | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 1 | -1/+1 |
2013-06-13 | ARM: msm: Remove gpiomux-v2 and re-organize MSM_GPIOMUX configs | Rohit Vaswani | 7 | -122/+22 |
2013-05-31 | arch: arm: mach-msm: using strlcpy instead of strncpy | Chen Gang | 1 | -1/+1 |
2013-05-31 | msm: iomap: Remove unused bases and mappings | Rohit Vaswani | 4 | -19/+0 |
2013-05-31 | msm: Remove unused file core.h | Rohit Vaswani | 1 | -2/+0 |
2013-05-23 | ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functions | Laura Abbott | 2 | -2/+2 |
2013-05-15 | ARM: msm: Remove init_irq declaration in machine description | Maxime Ripard | 2 | -4/+0 |
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 |