aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-03-1615-32/+813
|\
| * m68k/atari: ARAnyM - Add support for network accessMilan Jurik2011-03-163-0/+279
| * m68k/atari: ARAnyM - Add support for console accessRoman Zippel2011-03-164-38/+171
| * m68k/atari: ARAnyM - Add support for block accessRoman Zippel2011-03-163-0/+205
| * m68k/atari: Initial ARAnyM supportPetr Stehlik2011-03-166-0/+156
| * m68k: Kconfig - Remove unneeded "default n"Geert Uytterhoeven2011-03-161-2/+0
| * m68k: Makefiles - Change to new flags variablesmatt mooney2011-03-161-2/+2
| * m68k/amiga: Reclaim Chip RAM for PPC exception handlersGeert Uytterhoeven2011-03-161-4/+0
| * m68k: Allow all kernel traps to be handled via exception fixupsAndreas Schwab2011-03-161-3/+7
| * m68k: Use base_trap_init() to initialize vectorsRoman Zippel2011-03-161-5/+5
| * m68k: Add helper function handle_kernel_fault()Roman Zippel2011-03-163-16/+26
* | 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