summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sh: sh775x/titan fixes for irq header changes.Jamie Lenehan2006-12-068-126/+134
* sh: update r7780rp defconfig.Paul Mundt2006-12-061-20/+49
* sh: compile fixes for header cleanup.Paul Mundt2006-12-061-0/+2
* sh: set KBUILD_IMAGE to something sensible.Paul Mundt2006-12-061-1/+3
* sh: show held locks in stack trace with lockdep.Paul Mundt2006-12-061-0/+6
* sh: platform_pata support for R7780RPPaul Mundt2006-12-061-0/+29
* sh: stacktrace/lockdep/irqflags tracing support.Paul Mundt2006-12-068-2/+139
* sh: dyntick infrastructure.Paul Mundt2006-12-062-1/+141
* sh: Clock framework tidying.Paul Mundt2006-12-067-10/+33
* sh: Turn off IRQs around get_timer_offset() calls.Paul Mundt2006-12-064-29/+12Star
* sh: Get the PGD right in oops case with 64-bit PTEs.Paul Mundt2006-12-061-4/+2Star
* sh: Fix store queue bitmap end.Paul Mundt2006-12-061-6/+5Star
* sh: More flexible + SH7780 earlyprintk SCIF support.Paul Mundt2006-12-062-24/+38
* sh: Fixup various PAGE_SIZE == 4096 assumptions.Paul Mundt2006-12-068-34/+31Star
* sh: Fixup 4K irq stacks.Paul Mundt2006-12-061-7/+18
* sh: dma-api channel capability extensions.Mark Glaisher2006-12-061-85/+189
* sh: Drop name overload in dma-sh.Paul Mundt2006-12-061-8/+1Star
* sh: Make dma-isa depend on ISA_DMA_API.Paul Mundt2006-12-061-2/+2
* sh: dma-sysfs fixes.Paul Mundt2006-12-061-8/+15
* sh: Fix syscall tracing ordering.Stuart Menefy2006-12-061-23/+22Star
* sh: TLB miss fast-path optimizations.Stuart Menefy2006-12-065-114/+201
* sh: R7780RP push-switch support.Paul Mundt2006-12-062-1/+125
* sh: generic push-switch framework.Paul Mundt2006-12-064-1/+150
* sh: pmd rework.Stuart Menefy2006-12-062-17/+49
* sh: Use MMU.TTB register as pointer to current pgd.Stuart Menefy2006-12-061-10/+8Star
* sh: Set up correct siginfo structures for page faults.Stuart Menefy2006-12-063-49/+58
* sh: gcc4 support.Stuart Menefy2006-12-068-64/+78
* sh: Explicit endian selection support.Paul Mundt2006-12-062-14/+21
* sh: p3map_sem sem2mutex conversion.Paul Mundt2006-12-062-26/+11Star
* sh: Preliminary support for SH-X2 MMU.Paul Mundt2006-12-064-17/+52
* sh: Hook SH7785 in to the build system.Paul Mundt2006-12-062-1/+7
* sh: Drop CPU subtype IRQ headers.Paul Mundt2006-12-065-31/+51
* sh: Configurable timer IRQ.Paul Mundt2006-12-065-4/+11
* sh: Fixup entry-common path breakage for SH-3.Paul Mundt2006-12-061-1/+1
* sh: SE7206 build fixes.Paul Mundt2006-12-066-152/+34Star
* sh: Add support for Solution Engine 7206 and 7619 boards.Yoshinori Sato2006-12-069-0/+1404
* sh: Exception vector rework and SH-2/SH-2A support.Yoshinori Sato2006-12-067-332/+767
* sh: Wire up division and address error exceptions on SH-2A.Yoshinori Sato2006-12-061-9/+79
* sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato2006-12-0625-53/+1000
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-12-0511-1055/+317Star
|\
| * [MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle2006-12-042-3/+7
| * [MIPS] Alchemy: Automatically enable CONFIG_RESOURCES_64BIT for PCI configs.Ralf Baechle2006-12-041-0/+9
| * [MIPS] Unify csum_partial.SAtsushi Nemoto2006-12-046-486/+262Star
| * [MIPS] SWARM: Fix a typo in #error directivesMaciej W. Rozycki2006-12-041-4/+4
| * [MIPS] Use SYSVIPC_COMPAT to fix various problems on N32Atsushi Nemoto2006-12-043-562/+35Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-12-05214-3723/+21188
|\ \ | |/ |/|
| * [POWERPC] Add missing EXPORTS for mpc52xx supportGrant Likely2006-12-052-0/+3
| * [POWERPC] Remove obsolete PPC_52xx and update CLASSIC32 commentGrant Likely2006-12-051-8/+10
| * [POWERPC] ps3: add a default zImage targetGeoff Levand2006-12-051-1/+4
| * [POWERPC] Fix debug printks for 32-bit resources in the PCI codeSergei Shtylyov2006-12-041-13/+11Star