aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-06sh: Exception vector rework and SH-2/SH-2A support.Yoshinori Sato5-2/+900
2006-12-06sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato12-12/+367
2006-10-31sh: Fix IPR-IRQ's for IRQ-chip change breakage.Jamie Lenehan2-60/+54
2006-10-20sh: Convert INTC2 to IRQ table registration.Paul Mundt3-140/+114
2006-10-19sh: Updates for irq-flow-type naming changes.Paul Mundt2-4/+6
2006-10-19sh: Fix exception_handling_table alignment.Paul Mundt2-2/+16
2006-10-12sh: interrupt exception handling reworkPaul Mundt2-695/+0
2006-10-06sh: Convert IPR-IRQ to IRQ chip.Paul Mundt1-75/+27
2006-10-06sh: Convert INTC2 IRQ handler to irq_chip.Paul Mundt1-114/+24
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-27sh: Calculate shm alignment at runtime.Paul Mundt1-0/+5
2006-09-27sh: More intelligent entry_mask/way_size calculation.Paul Mundt1-7/+13
2006-09-27sh: Support for L2 cache on newer SH-4A CPUs.Paul Mundt1-1/+46
2006-09-27sh: CPU flags in AT_HWCAP in ELF auxvt.Paul Mundt1-3/+5
2006-09-27sh: Add support for 4K stacks.Paul Mundt1-0/+2
2006-09-27sh: Cleanup IRQ disabling for hardirq handlers.Paul Mundt3-18/+4
2006-09-27sh: maskreg IRQ support.Paul Mundt2-2/+102
2006-09-27sh: Kill off the rest of the legacy rtc mess.Paul Mundt3-130/+1
2006-09-27sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt10-15/+252
2006-09-27sh: Add setup code for various CPU subtypes.Paul Mundt11-0/+441
2006-09-27sh: sem2mutex conversion for clock framework.Paul Mundt1-8/+9
2006-09-27sh: Consolidated SH7751/SH7780 PCI support.Paul Mundt2-0/+82
2006-09-27sh: Add support for R7780RP and R7780MP boards.Paul Mundt1-3/+3
2006-09-27sh: Store Queue API rework.Paul Mundt1-296/+246
2006-09-27sh: Add flag for MMU PTEA capability.Paul Mundt2-13/+27
2006-09-27sh: Support for SH7770/SH7780 CPU subtypes.Paul Mundt3-0/+181
2006-09-27sh: Refactor PRR masking to catch newer SH7760 cuts.Paul Mundt1-3/+9
2006-09-27sh: Optimized cache handling for SH-4/SH-4A caches.Richard Curnow2-1/+26
2006-09-27sh: Various cosmetic cleanups.Paul Mundt2-2/+3
2006-08-06[PATCH] sh: fix proc file removal for superh store queue moduleNeil Horman1-3/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel5-5/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar4-4/+4
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall1-9/+1
2006-02-01[PATCH] sh: convert voyagergx to platform device, drop sh-busPaul Mundt2-198/+1
2006-02-01[PATCH] sh: drop maskpos from make_ipr_irq(), remove duplicate irq definitionsPaul Mundt1-30/+29
2006-02-01[PATCH] sh: Make peripheral clock frequency setting mandatoryPaul Mundt1-12/+1
2006-01-16[PATCH] sh: Simplistic clock frameworkPaul Mundt12-1/+1190
2006-01-16[PATCH] sh: IRQ handler updatesPaul Mundt7-414/+510
2006-01-16[PATCH] sh: DMA updatesPaul Mundt1-0/+2
2006-01-13[PATCH] Add sh_bus_type probe and remove methodsRussell King1-17/+17
2005-09-10[PATCH] SH: C99 initializers for hw_interrupt_type structuresThomas Gleixner3-28/+28
2005-04-16[PATCH] fix u32 vs. pm_message_t in rest of the treePavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds19-0/+3008