summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | sh: Fix problems with cache flushing when cache is in write-through modeStuart Menefy2009-08-241-0/+34
| | | * | sh: Fix overzealous checking in __ioremap()Stuart Menefy2009-08-241-8/+0
| | | * | sh: Fixes some write posting issues in the interrupt handling for SHStuart Menefy2009-08-241-0/+1
| | | * | sh: Fix underflow in SH udelay() code.Stuart Menefy2009-08-241-2/+3
| | | * | sh: Add sys_cacheflush() call for SH CPUs.Stuart Menefy2009-08-247-5/+60
| | | * | sh: Improve comments int SH4 cache flushing codeStuart Menefy2009-08-241-0/+11
| | | * | sh: Optimise memcpy_to/fromio for SH4Stuart Menefy2009-08-241-21/+72
| | | * | sh: generic_in/outs{bwl} optimizations.Stuart Menefy2009-08-241-42/+8
| | | * | sh: Read from CCN_PVR instead of ROM for delay.Stuart Menefy2009-08-241-1/+5
| | | * | sh: Remove implicit sign extension from assembler immediatesStuart Menefy2009-08-245-6/+7
| | | * | sh: Allow for kernel command line concatenation.Pawel Moll2009-08-242-5/+28
| | | * | sh: Use internal watchdog timer to perform resetJon Frosdick2009-08-241-0/+20
| | | * | sh: kgdb: do not reload VBR while handling debugger breackpointGiuseppe Cavallaro2009-08-241-2/+0
| | | * | sh: Allow use of GENERIC_IOMAPDavid McKay2009-08-243-0/+18
| | | * | sh: Improve unwind info for signalsCarl Shaw2009-08-241-1/+11
| | | * | sh: cleanup of do_address_error()Andre Draszik2009-08-241-10/+10
| | | * | sh: Allow user control over misaligned fixup handlingAndre Draszik2009-08-241-0/+153
| | | * | sh: ratelimit unaligned fixupsAndre Draszik2009-08-241-13/+4
| | * | | sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.Paul Mundt2009-08-242-2/+1
| | |/ /
| | * | Merge branches 'sh/hwblk' and 'sh/pm-runtime'Paul Mundt2009-08-2316-12/+491
| | |\ \
| | | * | sh: drop static UIO clocks for sh7722, sh7723 and sh7724Magnus Damm2009-08-233-10/+10
| | | * | sh: let ARCH_SHMOBILE select PM and PM_RUNTIMEMagnus Damm2009-08-231-0/+2
| | | * | sh: Fix section mismatch in platform bus notifier.Paul Mundt2009-08-231-3/+2
| | | * | sh: Runtime PM for SuperH Mobile platform bus devicesMagnus Damm2009-08-234-1/+317
| | | * | sh: Runtime PM pdev hwblk - kfr2r09 LCDCMagnus Damm2009-08-151-0/+3
| | | * | Merge branch 'master' into sh/hwblkPaul Mundt2009-08-1542-204/+2462
| | | |\ \
| | | * | | sh: Runtime PM pdev hwblk - Solution Engine 7724Magnus Damm2009-08-041-0/+18
| | | * | | sh: Runtime PM pdev hwblk - kfr2r09Magnus Damm2009-08-041-0/+3
| | | * | | sh: Runtime PM pdev hwblk - sh7724Magnus Damm2009-08-041-0/+43
| | | * | | sh: Runtime PM pdev hwblk - AP325RXAMagnus Damm2009-08-041-0/+6
| | | * | | sh: Runtime PM pdev hwblk - sh7723Magnus Damm2009-08-041-0/+40
| | | * | | sh: Runtime PM pdev hwblk - Solution Engine 7722Magnus Damm2009-08-041-0/+4
| | | * | | sh: Runtime PM pdev hwblk - Migo-RMagnus Damm2009-08-041-0/+9
| | | * | | sh: Runtime PM pdev hwblk - sh7722Magnus Damm2009-08-041-0/+31
| | | * | | sh: Runtime PM pdev hwblkMagnus Damm2009-08-041-1/+6
| | | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Paul Mundt2009-08-042-12/+4
| | | |\ \ \
| | * | | | | sh: unwinder: cacheline align slab cache objects.Paul Mundt2009-08-221-2/+5
| | * | | | | Merge branch 'sh/dwarf-unwinder'Paul Mundt2009-08-2210-130/+265
| | |\ \ \ \ \
| | | * | | | | sh64: dummy unwinder BUG wrappers.Paul Mundt2009-08-221-0/+5
| | | * | | | | sh: unwinder: Use a special bug flag for unwinder traps.Paul Mundt2009-08-224-35/+24
| | | * | | | | Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into ...Paul Mundt2009-08-2210-105/+252
| | | |\ \ \ \ \
| | | | * | | | | sh: Handle the DWARF op, DW_CFA_undefinedMatt Fleming2009-08-212-2/+14
| | | | * | | | | sh: Fix bug calculating the end of the FDE instructionsMatt Fleming2009-08-211-3/+4
| | | | * | | | | sh: Setup the frame pointer in handle_interruptMatt Fleming2009-08-211-0/+2
| | | | * | | | | sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()Matt Fleming2009-08-218-26/+95
| | | | * | | | | sh: unwinder: Set the flags for DW_CFA_val_offset ops as DWARF_VAL_OFFSETMatt Fleming2009-08-212-1/+3
| | | | * | | | | sh: unwinder: Fix memory leak and create our own kmem cacheMatt Fleming2009-08-212-81/+142
| | | * | | | | | sh: Export unwind_stack() to satisfy modular oprofile.Paul Mundt2009-08-221-0/+2
| | | |/ / / / /
| | | * | | | | sh: unwinder: Move initialization to early_initcall() and tidy up locking.Paul Mundt2009-08-173-23/+15
| | * | | | | | sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda2009-08-2112-7/+2935
OpenPOWER on IntegriCloud