summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds3-10/+193
2011-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds3-5/+3
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King133-813/+1491
2011-03-16Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds53-4502/+1
2011-03-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds292-3388/+7477
2011-03-16Merge branch 'p2v' into develRussell King86-189/+434
2011-03-16Merge branch 'v6v7' into develRussell King28-189/+191
2011-03-16Merge branch 'misc' into develRussell King38-791/+461
2011-03-16Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King211-2738/+7106
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-400/+1248
2011-03-16[CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki3-5/+3
2011-03-16Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds42-1039/+3784
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+2
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+2
2011-03-15ARM: 6806/1: irq: introduce entry and exit functions for chained handlersWill Deacon1-0/+31
2011-03-14arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic()Thomas Gleixner1-3/+0
2011-03-11ARM: tegra: Add support for Tegra USB PHYsBenoit Goby4-0/+885
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse1-6/+7
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse1-8/+10
2011-03-11futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()Michel Lespinasse1-3/+2
2011-03-10ARM: 6781/1: Thumb-2: Work around buggy Thumb-2 short branch relocations in gasDave Martin2-0/+35
2011-03-10ARM: 6747/1: P2V: Thumb2 supportNicolas Pitre2-3/+50
2011-03-10ARM: 6798/1: aout-core: zero thread debug registers in a.out core dumpWill Deacon2-6/+2
2011-03-10ARM: 6796/1: Footbridge: Fix I/O mappings for NOMMU modeStepan Moskovchenko2-9/+22
2011-03-09ARM: 6784/1: errata: no automatic Store Buffer drain on Cortex-A9Will Deacon2-1/+12
2011-03-09ARM: 6772/1: errata: possible fault MMU translations following an ASID switchWill Deacon2-0/+17
2011-03-09ARM: 6776/1: mach-ux500: activate fix for errata 753970Linus Walleij1-0/+1
2011-03-09ARM: 6794/1: SPEAr: Append UL to device address macros.Shiraz Hashim5-123/+126
2011-03-09ARM: 6793/1: SPEAr: Remove unused *_SIZE macros from spear*.h filesviresh kumar5-219/+2
2011-03-09ARM: 6792/1: SPEAr: Replace SIZE macro's with SZ_4K macrosviresh kumar5-28/+21
2011-03-09ARM: 6791/1: SPEAr3xx: Declare device structures after shirq codeviresh kumar3-24/+24
2011-03-09ARM: 6790/1: SPEAr: Clock Framework: Rename usbd clock and align apb_clk entryviresh kumar2-4/+4
2011-03-09ARM: 6789/1: SPEAr3xx: Rename sdio to sdhciviresh kumar8-33/+33
2011-03-09ARM: 6788/1: SPEAr: Include mach/hardware.h instead of mach/spear.hviresh kumar22-20/+17
2011-03-09ARM: 6787/1: SPEAr: Reorder #includes in .h & .c files.viresh kumar12-15/+15
2011-03-09ARM: 6681/1: SPEAr: add debugfs support to clk APIShiraz Hashim2-0/+124
2011-03-09ARM: 6703/1: SPEAr: update clk API supportviresh kumar6-312/+1259
2011-03-09ARM: 6679/1: SPEAr: make clk API functions more genericviresh kumar4-46/+214
2011-03-09ARM: 6737/1: SPEAr: formalized timer supportShiraz Hashim9-20/+78
2011-03-09ARM: 6678/1: SPEAr: update padmux codeviresh kumar9-59/+36
2011-03-09ARM: 6677/1: SPEAr: add IOMEM(x) definition and update declaration of MISC_BASEviresh kumar5-137/+163
2011-03-09ARM: 6786/1: enable CONFIG_KTIME_SCALARRob Herring1-0/+4
2011-03-09ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expan...Nicolas Pitre1-1/+1
2011-03-09ARM: 6777/1: gic: Add hooks for architecture specific extensionsSantosh Shilimkar2-0/+48
2011-03-09ARM: 6755/1: omap4: l2x0: Populate set_debug() function and enable Errata 727915Santosh Shilimkar2-0/+8
2011-03-09ARM: 6795/1: l2x0: Errata fix for flush by Way operation can cause data corruptiSantosh Shilimkar3-17/+31
2011-03-07Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-30/+41
2011-03-07Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds12-22/+56
2011-03-07Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-22/+21