summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-173-10/+193
|\ \ \
| | | \
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-17133-813/+1491
| | |\ \ \ \
| | | | * | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-2/+2
| * | | | | | ARM: 6647/1: add Versatile Express defconfigLinus Walleij2011-02-191-0/+140
| * | | | | | ARM: 6644/1: mach-ux500: update the U8500 defconfigLinus Walleij2011-02-191-8/+51
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-03-173-5/+3
|\ \ \ \ \ \
| * | | | | | [CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki2011-03-163-5/+3
* | | | | | | Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-1653-4502/+1
|\ \ \ \ \ \ \
| * | | | | | | ARM: 6629/2: aaec2000: remove support for mach-aaec2000Jamie Iles2011-02-1120-1018/+0
| * | | | | | | ARM: lh7a40x: remove unmaintained platform supportRussell King2011-01-2435-3484/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-16292-3388/+7477
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'p2v' into develRussell King2011-03-1686-189/+434
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: 6747/1: P2V: Thumb2 supportNicolas Pitre2011-03-102-3/+50
| | * | | | | | | ARM: 6766/1: Thumb-2: Reflect ARM/Thumb-2 configuration in module vermagicDave Martin2011-02-261-0/+8
| | * | | | | | | ARM: 6748/1: ignore mdesc->boot_params if out of rangeNicolas Pitre2011-02-231-2/+19
| | * | | | | | | ARM: 6749/1: fold lookup_machine_type() into setup_machine()Nicolas Pitre2011-02-231-31/+17
| | * | | | | | | ARM: 6675/1: use phys_addr_t instead of unsigned long in conversion codeWill Deacon2011-02-171-4/+5
| | * | | | | | | ARM: 6648/1: map ATAGs when not in first 1MB of RAMRob Herring2011-02-171-4/+10
| | * | | | | | | ARM: P2V: extend to 16-bit translation offsetsRussell King2011-02-174-6/+39
| | * | | | | | | ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King2011-02-177-15/+167
| | * | | | | | | ARM: 6651/1: omap: Fix DEBUG_LL code for p2v changesTony Lindgren2011-02-172-8/+14
| | * | | | | | | ARM: P2V: eliminate head.S use of PHYS_OFFSET for !XIP_KERNELRussell King2011-02-171-22/+22
| | * | | | | | | ARM: P2V: avoid initializers and assembly using PHYS_OFFSETRussell King2011-02-1715-21/+23
| | * | | | | | | ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-1765-86/+88
| * | | | | | | | Merge branch 'v6v7' into develRussell King2011-03-1628-189/+191
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: 6653/1: bitops: Use BX instead of MOV PC,LRDave Martin2011-02-191-2/+2
| | * | | | | | | | ARM: 6655/1: Correct WFE() in asm/spinlock.h for Thumb-2Dave Martin2011-02-101-1/+17
| | * | | | | | | | ARM: v6/v7 cache: allow cache calls to be optimizedRussell King2011-02-021-10/+10
| | * | | | | | | | ARM: v6k: DMA_CACHE_RWFO isn't appropriate for non-v6k CPUsRussell King2011-02-021-1/+1
| | * | | | | | | | ARM: v6k: only allow SMP if we have v6k or v7 CPURussell King2011-02-021-0/+1
| | * | | | | | | | ARM: v6k: allow swp emulation again when ARMv7 is enabledRussell King2011-02-021-1/+1
| | * | | | | | | | ARM: v6k: do not disable CPU_32v6K based on platform selectionRussell King2011-02-021-11/+3
| | * | | | | | | | ARM: v6k: use CPU domain feature if we include support for arch < ARMv6KRussell King2011-02-021-2/+5
| | * | | | | | | | ARM: v6k: select TLS register code according to V6 variantsRussell King2011-02-021-6/+5
| | * | | | | | | | ARM: v6k: select generic atomic64 code according to V6 variantsRussell King2011-02-021-1/+1
| | * | | | | | | | ARM: v6k: select cmpxchg code sequences according to V6 variantsRussell King2011-02-021-8/+9
| | * | | | | | | | ARM: v6k: select clear exclusive code seqences according to V6 variantsRussell King2011-02-022-10/+10
| | * | | | | | | | ARM: v6k: Dove platforms use V6K architecture CPUsRussell King2011-02-023-3/+4
| | * | | | | | | | ARM: v6k: Realview EB 11MPCore and PB11MPCore use V6K architecture CPUsRussell King2011-02-021-2/+3
| | * | | | | | | | ARM: v6k: introduce CPU_V6K optionRussell King2011-02-0211-31/+47
| | * | | | | | | | ARM: v6k: remove CPU_32v6K dependencies in asm/spinlock.hRussell King2011-02-021-12/+25
| | * | | | | | | | ARM: bitops: switch set/clear/change bitops to use ldrex/strexRussell King2011-02-029-112/+63
| | * | | | | | | | ARM: bitops: ensure set/clear/change bitops take a word-aligned pointerRussell King2011-02-021-0/+8
| * | | | | | | | | Merge branch 'misc' into develRussell King2011-03-1638-791/+461
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: 6806/1: irq: introduce entry and exit functions for chained handlersWill Deacon2011-03-151-0/+31
| | * | | | | | | | | ARM: 6781/1: Thumb-2: Work around buggy Thumb-2 short branch relocations in gasDave Martin2011-03-102-0/+35
| | * | | | | | | | | ARM: 6798/1: aout-core: zero thread debug registers in a.out core dumpWill Deacon2011-03-102-6/+2
| | * | | | | | | | | ARM: 6796/1: Footbridge: Fix I/O mappings for NOMMU modeStepan Moskovchenko2011-03-102-9/+22
| | * | | | | | | | | ARM: 6786/1: enable CONFIG_KTIME_SCALARRob Herring2011-03-091-0/+4
| | * | | | | | | | | ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expan...Nicolas Pitre2011-03-091-1/+1