aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+10
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2012-03-27Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-35/+44
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-43/+49
2012-03-21Merge branch 'tegra/cleanups' into next/timerArnd Bergmann4-43/+49
2012-03-13ARM: local timers: convert MSM to runtime registration interfaceMarc Zyngier1-35/+44
2012-02-24msm: timer: Support sched_clock()Stephen Boyd1-2/+10
2012-02-22Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsocRussell King1-6/+0
2012-02-21ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring1-6/+0
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely1-6/+2
2012-02-07Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2-0/+2
2012-01-23ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2-0/+2
2012-01-20ARM: big removal of now unused arch_idle()Nicolas Pitre1-4/+0
2012-01-20ARM: mach-msm: hook special idle handlers to arm_pm_idleNicolas Pitre3-37/+53
2012-01-16Merge branch 'fixes-for-arm-soc' of git://sources.calxeda.com/kernel/linux into fixesOlof Johansson1-0/+1
2012-01-16Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into fixesOlof Johansson1-0/+1
2012-01-16ARM: msm: Add missing ENDPROC to headsmp.SRob Herring1-0/+1
2012-01-09Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-223/+124
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-99/+101
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann1-8/+0
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+1
2012-01-06ARM: msm: vreg is a module and so needs module.hDavid Brown1-0/+1
2012-01-05Merge branch 'restart' into for-linusRussell King1-8/+0
2012-01-05Merge branch 'devel-stable' into for-linusRussell King7-80/+30
2012-01-05ARM: restart: remove the now empty arch_reset()Russell King1-4/+0
2012-01-05ARM: restart: remove comments about adding code to arch_reset()Russell King1-4/+0
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-12-19Merge branch 'picoxcell/cleanup' into next/cleanupOlof Johansson6-80/+29
2011-12-19Merge branch 'arm/common-kconfig-refactor+for-rmk' of git://git.linaro.org/people/dmart/linux-2.6-arm into devel-stableRussell King1-0/+1
2011-12-19ARM: SMP: Refactor Kconfig to be more maintainableDave Martin1-0/+1
2011-12-15Merge branch 'at91/defconfig' into next/cleanupOlof Johansson1-0/+1
2011-12-09Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2011-12-06iommu/msm: Fix compile error in mach-msm/devices-iommu.cJoerg Roedel1-0/+1
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-22/+0
2011-12-01Merge branches 'at91/gpio', 'at91/ioremap', 'drivers/macb-gem-cleanup' and 'msm/misc' into next/cleanupArnd Bergmann11-99/+101
2011-11-26ARM: big removal of now unused vmalloc.h filesNicolas Pitre1-22/+0
2011-11-15ARM: GIC: Make MULTI_IRQ_HANDLER mandatoryMarc Zyngier1-2/+0
2011-11-15ARM: msm: convert SMP platforms to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier6-58/+31
2011-11-11msm: platsmp: Mark ioremapped memory as __iomemStephen Boyd1-1/+1
2011-11-10msm: timer: Use clockevents_config_and_register()Stephen Boyd1-10/+1
2011-11-10msm: timer: Setup interrupt after registering clockeventStephen Boyd1-4/+2
2011-11-10msm: timer: Remove SoC specific #ifdefsStephen Boyd1-21/+17
2011-11-10msm: timer: Remove msm_clocks[] and simplify codeStephen Boyd1-145/+76
2011-11-10msm: timer: Fix ONESHOT mode interruptsStephen Boyd1-5/+20
2011-11-10msm: timer: Use GPT for clockevents and DGT for clocksourceStephen Boyd1-69/+52
2011-11-10msm: timer: Cleanup #includes and #definesStephen Boyd1-19/+7