aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds27-310/+105
2006-12-06[IA64] Fix pci.c kernel compilation breakage.Peter Chubb1-2/+2
2006-12-06[MIPS] Import updates from i386's i8259.cAtsushi Nemoto1-76/+86
2006-12-06[MIPS] *-berr: Header inclusions for DEC bus error handlersMaciej W. Rozycki2-0/+3
2006-12-06[MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu23-231/+14
2006-12-06[MIPS] genirq: use name instead of typenameAtsushi Nemoto1-1/+1
2006-12-06[MIPS] Do not use handle_level_irq for ioasic_dma_irq_type.Atsushi Nemoto1-2/+1
2006-12-06Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds86-1049/+4741
2006-12-06Merge git://git.infradead.org/users/dhowells/workq-2.6Linus Torvalds26-89/+107
2006-12-06[PATCH] m68knommu: switch 68360 to using rtc_timeGreg Ungerer1-1/+1
2006-12-06[PATCH] m68knommu: fix timer register access on 523x ColdFire platformsGreg Ungerer1-4/+12
2006-12-06sh: sh775x/titan fixes for irq header changes.Jamie Lenehan8-126/+134
2006-12-06sh: update r7780rp defconfig.Paul Mundt1-20/+49
2006-12-06sh: compile fixes for header cleanup.Paul Mundt1-0/+2
2006-12-06sh: set KBUILD_IMAGE to something sensible.Paul Mundt1-1/+3
2006-12-06sh: show held locks in stack trace with lockdep.Paul Mundt1-0/+6
2006-12-06sh: platform_pata support for R7780RPPaul Mundt1-0/+29
2006-12-06sh: stacktrace/lockdep/irqflags tracing support.Paul Mundt8-2/+139
2006-12-06sh: dyntick infrastructure.Paul Mundt2-1/+141
2006-12-06sh: Clock framework tidying.Paul Mundt7-10/+33
2006-12-06sh: Turn off IRQs around get_timer_offset() calls.Paul Mundt4-29/+12
2006-12-06sh: Get the PGD right in oops case with 64-bit PTEs.Paul Mundt1-4/+2
2006-12-06sh: Fix store queue bitmap end.Paul Mundt1-6/+5
2006-12-06sh: More flexible + SH7780 earlyprintk SCIF support.Paul Mundt2-24/+38
2006-12-06sh: Fixup various PAGE_SIZE == 4096 assumptions.Paul Mundt8-34/+31
2006-12-06sh: Fixup 4K irq stacks.Paul Mundt1-7/+18
2006-12-06sh: dma-api channel capability extensions.Mark Glaisher1-85/+189
2006-12-06sh: Drop name overload in dma-sh.Paul Mundt1-8/+1
2006-12-06sh: Make dma-isa depend on ISA_DMA_API.Paul Mundt1-2/+2
2006-12-06sh: dma-sysfs fixes.Paul Mundt1-8/+15
2006-12-06sh: Fix syscall tracing ordering.Stuart Menefy1-23/+22
2006-12-06sh: TLB miss fast-path optimizations.Stuart Menefy5-114/+201
2006-12-06sh: R7780RP push-switch support.Paul Mundt2-1/+125
2006-12-06sh: generic push-switch framework.Paul Mundt4-1/+150
2006-12-06sh: pmd rework.Stuart Menefy2-17/+49
2006-12-06sh: Use MMU.TTB register as pointer to current pgd.Stuart Menefy1-10/+8
2006-12-06sh: Set up correct siginfo structures for page faults.Stuart Menefy3-49/+58
2006-12-06sh: gcc4 support.Stuart Menefy8-64/+78
2006-12-06sh: Explicit endian selection support.Paul Mundt2-14/+21
2006-12-06sh: p3map_sem sem2mutex conversion.Paul Mundt2-26/+11
2006-12-06sh: Preliminary support for SH-X2 MMU.Paul Mundt4-17/+52
2006-12-06sh: Hook SH7785 in to the build system.Paul Mundt2-1/+7
2006-12-06sh: Drop CPU subtype IRQ headers.Paul Mundt5-31/+51
2006-12-06sh: Configurable timer IRQ.Paul Mundt5-4/+11
2006-12-06sh: Fixup entry-common path breakage for SH-3.Paul Mundt1-1/+1
2006-12-06sh: SE7206 build fixes.Paul Mundt6-152/+34
2006-12-06sh: Add support for Solution Engine 7206 and 7619 boards.Yoshinori Sato9-0/+1404
2006-12-06sh: Exception vector rework and SH-2/SH-2A support.Yoshinori Sato7-332/+767
2006-12-06sh: Wire up division and address error exceptions on SH-2A.Yoshinori Sato1-9/+79
2006-12-06sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato25-53/+1000