aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-13sh: Update SH-2 to use the debug trap jump table.Yoshinori Sato1-6/+4
2007-02-13sh: Use a jump call table for debug trap handlers.Paul Mundt7-85/+113
2007-02-12[PATCH] Dynamic kernel command-line: shAlon Bar-Lev1-3/+3
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-8/+0
2007-02-11[PATCH] disable init/initramfs.c: architecturesJean-Paul Saman1-0/+4
2007-02-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apmLinus Torvalds2-539/+0
2007-02-09[PATCH] SH vdso: use install_special_mapping()Paul Mundt1-49/+9
2007-02-09[APM] SH: Convert to use shared APM emulation.Paul Mundt2-539/+0
2006-12-12sh: Fixup SH-2 BUG() trap handling.Yoshinori Sato1-18/+14
2006-12-12sh: Use early_param() for earlyprintk parsing.Paul Mundt2-31/+16
2006-12-12sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096.Paul Mundt1-1/+2
2006-12-12sh: Fixup .data.page_aligned.Paul Mundt1-1/+1
2006-12-12sh: Hook up SH7722 scif ipr interrupts.Paul Mundt1-0/+4
2006-12-12sh: Fixup sh_bios() trap handling.Paul Mundt1-2/+13
2006-12-12sh: SH-MobileR SH7722 CPU support.Paul Mundt14-12/+215
2006-12-12sh: Convert remaining remap_area_pages() users to ioremap_page_range().Paul Mundt1-3/+4
2006-12-12sh: Fixup kernel_execve() for syscall cleanups.Paul Mundt1-0/+6
2006-12-12sh: Fix get_wchan().Paul Mundt1-2/+3
2006-12-12sh: BUG() handling through trapa vector.Paul Mundt2-0/+45
2006-12-12sh: Trivial build fixes for SH-2 support.Yoshinori Sato2-2/+2
2006-12-12sh: IPR IRQ updates for SH7619/SH7206.Yoshinori Sato2-4/+99
2006-12-12sh: gcc4 symbol export fixups.Stuart Menefy1-1/+14
2006-12-12sh: register rtc resources for sh775x.Jamie Lenehan1-0/+31
2006-12-07[PATCH] initrd: remove unused false condition for initrd_startHenry Nestler1-2/+1
2006-12-07[PATCH] Export pm_suspend for the shared APM emulationRalf Baechle1-4/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-06sh: sh775x/titan fixes for irq header changes.Jamie Lenehan4-100/+101
2006-12-06sh: compile fixes for header cleanup.Paul Mundt1-0/+2
2006-12-06sh: show held locks in stack trace with lockdep.Paul Mundt1-0/+6
2006-12-06sh: stacktrace/lockdep/irqflags tracing support.Paul Mundt5-2/+124
2006-12-06sh: dyntick infrastructure.Paul Mundt1-1/+123
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: Fix store queue bitmap end.Paul Mundt1-6/+5
2006-12-06sh: More flexible + SH7780 earlyprintk SCIF support.Paul Mundt1-23/+21
2006-12-06sh: Fixup various PAGE_SIZE == 4096 assumptions.Paul Mundt3-12/+12
2006-12-06sh: Fixup 4K irq stacks.Paul Mundt1-7/+18
2006-12-06sh: Fix syscall tracing ordering.Stuart Menefy1-23/+22
2006-12-06sh: TLB miss fast-path optimizations.Stuart Menefy2-28/+197
2006-12-06sh: Set up correct siginfo structures for page faults.Stuart Menefy2-40/+41
2006-12-06sh: gcc4 support.Stuart Menefy7-63/+77
2006-12-06sh: Hook SH7785 in to the build system.Paul Mundt1-1/+2
2006-12-06sh: Drop CPU subtype IRQ headers.Paul Mundt3-31/+36
2006-12-06sh: Configurable timer IRQ.Paul Mundt4-4/+4
2006-12-06sh: Fixup entry-common path breakage for SH-3.Paul Mundt1-1/+1
2006-12-06sh: SE7206 build fixes.Paul Mundt4-117/+22
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