index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
cpu
/
sh3
/
entry.S
Age
Commit message (
Expand
)
Author
2010-02-08
sh: Remove superfluous setup_frame_reg call
Matt Fleming
2010-02-08
sh: Setup frame pointer in handle_exception path
Matt Fleming
2009-10-18
sh: Disable SCIF2 on the SH-X3 proto CPU.
Paul Mundt
2009-09-28
sh: Don't enable interrupts in the page fault path
Matt Fleming
2009-09-01
sh: Kill off kgdb's magical NMI debouncing.
Paul Mundt
2009-09-01
sh: nmi_debug support.
Paul Mundt
2009-09-01
Merge branch 'master' into sh/smp
Paul Mundt
2009-08-24
sh: Remove implicit sign extension from assembler immediates
Stuart Menefy
2009-08-22
Merge branch 'sh/dwarf-unwinder'
Paul Mundt
2009-08-21
sh: Setup the frame pointer in handle_interrupt
Matt Fleming
2009-08-19
Merge branch 'master' into sh/cachetlb
Paul Mundt
2009-08-18
sh: Add a few missing irqflags tracing markers.
Matt Fleming
2009-08-15
Merge branch 'master' into sh/cachetlb
Paul Mundt
2009-08-15
sh: TLB fast path optimizations for load/store exceptions.
Paul Mundt
2009-08-15
sh: TLB protection violation exception optimizations.
Paul Mundt
2009-08-14
sh: Setup the frame register in asm code
Matt Fleming
2009-04-04
sh: Fix up DSP context save/restore.
Michael Trimarchi
2009-03-16
sh: Fix compile error by operands(mov.l) in sh3/entry.S
Nobuhiro Iwamatsu
2009-03-10
sh: hibernation support
Magnus Damm
2009-02-27
sh: Fix up SH-X3 general exception handler build.
Paul Mundt
2009-02-27
sh: prefetch early exception data on sh4/sh4a.
Magnus Damm
2009-02-27
sh: remove EXPEVT vector from stack on sh3/sh4/sh4a
Magnus Damm
2009-02-27
sh: rework register restore code for sh3/sh4/sh4a
Magnus Damm
2009-02-27
sh: shared register saving code for sh3/sh4/sh4a
Magnus Damm
2008-12-22
sh: Generic kgdb stub support.
Paul Mundt
2008-12-22
sh: Delete unnecessary mov in the interrupt exception entry point.
Aoi Shinkai
2008-07-29
sh: migrate to arch/sh/include/
Paul Mundt
2008-01-28
sh: GUSA atomic rollback support.
Stuart Menefy
2007-08-01
sh: Fix lockdep debugging oops on SH-3/4.
Paul Mundt
2007-06-20
sh: Preliminary support for the SH-X3 CPU.
Paul Mundt
2007-06-04
sh: Fix in_nmi symbol build error.
Paul Mundt
2007-05-31
sh: Fix pcrel too far for in_nmi label.
Takashi YOSHII
2007-05-09
fix file specification in comments
Uwe Kleine-König
2007-03-14
sh: Fix bogus regs pointer in do_IRQ().
Paul Mundt
2007-02-14
sh: Revert TLB miss fast-path changes that broke PTEA parts.
Paul Mundt
2007-02-13
sh: More tidying for large base pages.
Paul Mundt
2007-02-13
sh: Use a jump call table for debug trap handlers.
Paul Mundt
2006-12-06
sh: stacktrace/lockdep/irqflags tracing support.
Paul Mundt
2006-12-06
sh: Fixup various PAGE_SIZE == 4096 assumptions.
Paul Mundt
2006-12-06
sh: TLB miss fast-path optimizations.
Stuart Menefy
2006-12-06
sh: Fixup entry-common path breakage for SH-3.
Paul Mundt
2006-12-06
sh: Exception vector rework and SH-2/SH-2A support.
Yoshinori Sato