summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu
AgeCommit message (Expand)AuthorLines
2006-12-06sh: Fixup various PAGE_SIZE == 4096 assumptions.Paul Mundt-2/+3
2006-12-06sh: TLB miss fast-path optimizations.Stuart Menefy-28/+197
2006-12-06sh: Set up correct siginfo structures for page faults.Stuart Menefy-6/+1
2006-12-06sh: gcc4 support.Stuart Menefy-8/+10
2006-12-06sh: Drop CPU subtype IRQ headers.Paul Mundt-31/+36
2006-12-06sh: Configurable timer IRQ.Paul Mundt-1/+1
2006-12-06sh: Fixup entry-common path breakage for SH-3.Paul Mundt-1/+1
2006-12-06sh: Exception vector rework and SH-2/SH-2A support.Yoshinori Sato-2/+900
2006-12-06sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato-12/+367
2006-10-31sh: Fix IPR-IRQ's for IRQ-chip change breakage.Jamie Lenehan-60/+54
2006-10-20sh: Convert INTC2 to IRQ table registration.Paul Mundt-140/+114
2006-10-19sh: Updates for irq-flow-type naming changes.Paul Mundt-4/+6
2006-10-19sh: Fix exception_handling_table alignment.Paul Mundt-2/+16
2006-10-12sh: interrupt exception handling reworkPaul Mundt-695/+0
2006-10-06sh: Convert IPR-IRQ to IRQ chip.Paul Mundt-75/+27
2006-10-06sh: Convert INTC2 IRQ handler to irq_chip.Paul Mundt-114/+24
2006-10-03fix file specification in commentsUwe Zeisberger-1/+1
2006-09-27sh: Calculate shm alignment at runtime.Paul Mundt-0/+5
2006-09-27sh: More intelligent entry_mask/way_size calculation.Paul Mundt-7/+13
2006-09-27sh: Support for L2 cache on newer SH-4A CPUs.Paul Mundt-1/+46
2006-09-27sh: CPU flags in AT_HWCAP in ELF auxvt.Paul Mundt-3/+5
2006-09-27sh: Add support for 4K stacks.Paul Mundt-0/+2
2006-09-27sh: Cleanup IRQ disabling for hardirq handlers.Paul Mundt-18/+4
2006-09-27sh: maskreg IRQ support.Paul Mundt-2/+102
2006-09-27sh: Kill off the rest of the legacy rtc mess.Paul Mundt-130/+1
2006-09-27sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt-15/+252
2006-09-27sh: Add setup code for various CPU subtypes.Paul Mundt-0/+441
2006-09-27sh: sem2mutex conversion for clock framework.Paul Mundt-8/+9
2006-09-27sh: Consolidated SH7751/SH7780 PCI support.Paul Mundt-0/+82
2006-09-27sh: Add support for R7780RP and R7780MP boards.Paul Mundt-3/+3
2006-09-27sh: Store Queue API rework.Paul Mundt-296/+246
2006-09-27sh: Add flag for MMU PTEA capability.Paul Mundt-13/+27
2006-09-27sh: Support for SH7770/SH7780 CPU subtypes.Paul Mundt-0/+181
2006-09-27sh: Refactor PRR masking to catch newer SH7760 cuts.Paul Mundt-3/+9
2006-09-27sh: Optimized cache handling for SH-4/SH-4A caches.Richard Curnow-1/+26
2006-09-27sh: Various cosmetic cleanups.Paul Mundt-2/+3
2006-08-06[PATCH] sh: fix proc file removal for superh store queue moduleNeil Horman-3/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-5/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar-4/+4
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman-1/+0
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi-1/+1
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall-9/+1
2006-02-01[PATCH] sh: convert voyagergx to platform device, drop sh-busPaul Mundt-198/+1
2006-02-01[PATCH] sh: drop maskpos from make_ipr_irq(), remove duplicate irq definitionsPaul Mundt-30/+29
2006-02-01[PATCH] sh: Make peripheral clock frequency setting mandatoryPaul Mundt-12/+1
2006-01-16[PATCH] sh: Simplistic clock frameworkPaul Mundt-1/+1190
2006-01-16[PATCH] sh: IRQ handler updatesPaul Mundt-414/+510
2006-01-16[PATCH] sh: DMA updatesPaul Mundt-0/+2
2006-01-13[PATCH] Add sh_bus_type probe and remove methodsRussell King-17/+17