aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ARM: 6777/1: gic: Add hooks for architecture specific extensionsSantosh Shilimkar2011-03-092-0/+48
| * | | ARM: 6755/1: omap4: l2x0: Populate set_debug() function and enable Errata 727915Santosh Shilimkar2011-03-092-0/+8
| * | | ARM: 6795/1: l2x0: Errata fix for flush by Way operation can cause data corruptiSantosh Shilimkar2011-03-093-17/+31
| * | | ARM: 6746/1: remove the 4x expansion presumption while decompressing the kernelNicolas Pitre2011-02-262-4/+3
| * | | ARM: 6750/1: improvements to compressed/head.SNicolas Pitre2011-02-231-129/+110
| * | | ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon2011-02-237-443/+3
| * | | ARM: move L1_CACHE_SHIFT_6 to mm/KconfigRussell King2011-02-232-5/+5
| * | | ARM: 6663/1: make Thumb2 kernel entry point more similar to the ARM oneNicolas Pitre2011-02-231-5/+5
| * | | ARM: vfp: improve commentry for hotplug eventsRussell King2011-02-231-2/+5
| * | | ARM: 6639/1: allow highmem on SMP platforms without h/w TLB ops broadcastNicolas Pitre2011-02-232-12/+27
| * | | ARM: irq migration: update GIC migration codeRussell King2011-02-231-13/+12