aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-21sh: Kill off now redundant local irq disabling.Paul Mundt4-71/+33
2009-08-21sh: Make cache flushers SMP-aware.Paul Mundt6-160/+213
2009-08-21sh: Kill off unused cpu/cacheflush.h.Paul Mundt2-43/+31
2009-08-20sh: Use local TLB flush for get_mmu_context() ASID exhaustion.Paul Mundt1-1/+1
2009-08-20sh: Fix up cache-sh4 build on SMP.Paul Mundt1-1/+1
2009-08-19sh: Fix up clockevents broadcasting.Paul Mundt3-6/+9
2009-08-19sh: Build fix for disabled caches.Paul Mundt1-2/+0
2009-08-18sh: Prevent heartbeat from scribbling over non-LED bits.Kuninori Morimoto2-0/+11
2009-08-18sh: clkfwk: Support additional IFC divisor on SH7724.Kuninori Morimoto1-1/+1
2009-08-18sh: mach-kfr2409: add FLLFRQ value for PLL correction.Kuninori Morimoto1-0/+1
2009-08-18sh: Add a few missing irqflags tracing markers.Matt Fleming2-11/+24
2009-08-18sh: SuperH Mobile Software Standby support for cpuidleMagnus Damm1-0/+11
2009-08-18sh: rework SuperH Mobile sleep code exception handlingMagnus Damm2-64/+107
2009-08-16sh: Add support for DWARF GNU extensionsMatt Fleming2-1/+17
2009-08-16sh: Try again at getting the initial return address for an unwindMatt Fleming1-35/+6
2009-08-16sh: Merge the _32/_64 variants of arch/sh/mm/Makefile.Paul Mundt3-89/+66
2009-08-16sh: Merge the _32/_64 variants of arch/sh/kernel/Makefile.Paul Mundt3-64/+39
2009-08-16sh: Wire up sh5_cache_init().Paul Mundt1-0/+6
2009-08-16sh64: Kill off dead i/d-cache disabled bits.Paul Mundt1-12/+0
2009-08-16sh: Fix up the SH-5 build with caches enabled.Paul Mundt6-303/+64
2009-08-16sh64: Build in support for generic stacktrace ops.Paul Mundt1-3/+4
2009-08-16sh: Convert cache disabled SH-5 over to new cache interface.Paul Mundt4-39/+1
2009-08-15sh: Kill off the unhandled pvr case in SH-4 CPU probing.Paul Mundt1-3/+0
2009-08-15sh: sh7724 ddr self-refresh changesMagnus Damm1-2/+68
2009-08-15sh: use in-soc KEYSC on se7724Magnus Damm1-4/+5
2009-08-15sh: CMT suspend/resumeMagnus Damm1-0/+28
2009-08-15sh: skip disabled LCDC channelsMagnus Damm1-0/+5
2009-08-15sh: Convert SH7705 extended mode to new cacheflush interface.Paul Mundt3-45/+30
2009-08-15sh: Convert SH-3 to new cacheflush interface.Paul Mundt2-10/+21
2009-08-15sh: Convert SH-2A to new cacheflush interface.Paul Mundt3-34/+19
2009-08-15sh: Convert SH-2 to new cacheflush interface.Paul Mundt2-3/+16
2009-08-15sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt9-135/+159
2009-08-15sh: Kill off unused flush_icache_user_range().Paul Mundt8-24/+1
2009-08-15sh: consolidate flush_dcache_mmap_lock/unlock() definitions.Paul Mundt6-17/+3
2009-08-15sh: Don't export flush_dcache_all().Paul Mundt2-2/+1
2009-08-15sh: Move alias computation to shared cache init.Paul Mundt2-53/+51
2009-08-15sh: Centralize the CPU cache initialization routines.Paul Mundt10-13/+16
2009-08-15sh: Track the CPU family in sh_cpuinfo.Paul Mundt8-15/+39
2009-08-15sh: consolidate nommu stubs in arch/sh/mm/nommu.c.Paul Mundt4-38/+26
2009-08-15sh: rework nommu for generic cache.c use.Paul Mundt7-18/+4
2009-08-15sh: rename pg-mmu.c -> cache.c, enable generically.Paul Mundt3-10/+8
2009-08-15sh: Provide the kmap_coherent() interface generically.Paul Mundt7-55/+99
2009-08-15sh: Bail from kmap_coherent_init() if we have no dcache aliases.Paul Mundt1-2/+3
2009-08-15sh: Set the cfa_offset to 0 if we see a DW_CFA_def_cfa_register opMatt Fleming1-0/+1
2009-08-15sh: delay slot future proofing via EXPMASK on SH-4A parts.Paul Mundt1-1/+33
2009-08-15sh: Make sure rte delay slots are nopped out on all parts.Paul Mundt2-2/+4
2009-08-15sh: TLB fast path optimizations for load/store exceptions.Paul Mundt2-14/+14
2009-08-15sh: TLB protection violation exception optimizations.Paul Mundt2-14/+22
2009-08-15sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.Paul Mundt1-0/+9
2009-08-15sh64: Wire up the shared __flush_xxx_region() flushers.Paul Mundt2-49/+1