aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2010-01-18sh: Make iounmap_fixed() return success/failure for iounmap() path.Paul Mundt2-4/+10
2010-01-18sh: Merge _32/_64 ioremap implementations.Paul Mundt3-48/+1
2010-01-18sh: Fixup the IOREMAP_FIXED=n build.Paul Mundt1-0/+9
2010-01-18sh: Handle early ioremaps through fixed mappings.Paul Mundt3-3/+16
2010-01-18Merge branch 'sh/stable-updates'Paul Mundt2-1/+9
2010-01-18sh: ms7724: Correct sh-eth EEPROM polling timeout.Kuninori Morimoto1-1/+1
2010-01-18Merge branch 'sh/ioremap-fixed'Paul Mundt18-299/+458
2010-01-18sh: Need IRQs enabled for init_fpu().Paul Mundt1-0/+2
2010-01-18sh: Setup early PMB mappings.Matt Fleming2-51/+346
2010-01-17sh: Tidy up non-translatable checks in iounmap path.Paul Mundt1-4/+24
2010-01-16sh: Use ioremap_fixed() to implement SH-5 ioremap()Matt Fleming1-283/+4
2010-01-16sh: Use ioremap_fixmed to map the SM501 DRAM config registerMatt Fleming1-2/+9
2010-01-16sh: Add fixed ioremap supportMatt Fleming6-3/+167
2010-01-16sh: Generalise the pte handling code for the fixmap pathMatt Fleming2-4/+41
2010-01-16sh: Acquire some more page flags for SH-5.Matt Fleming4-3/+57
2010-01-16sh: New extended page flag to wire/unwire TLB entriesMatt Fleming5-0/+156
2010-01-15sh: Generalize SH7786 PCIe support.Paul Mundt2-2/+2
2010-01-15sh: mach-sdk7786: mode pins support.Paul Mundt1-0/+18
2010-01-15sh: Fix up the secondary CPU entry point for 32bit mode.Paul Mundt1-1/+4
2010-01-15sh: Guard against early IPIs in flush_cache_all().Paul Mundt1-2/+11
2010-01-15sh: heartbeat: Update boards for access size hinting.Paul Mundt12-151/+74
2010-01-15sh: mach-sdk7786: heartbeat support.Paul Mundt1-0/+15
2010-01-15sh: heartbeat: Support access size specification via resource flags.Paul Mundt1-5/+17
2010-01-15sh: mach-ecovec24: Add motion sensor driver support.NISHIMOTO Hiroki1-0/+8
2010-01-15sh: Fix CONFIG_PMB=n build.Matt Fleming1-1/+2
2010-01-14sh: Preliminary SDK7786 board support.Paul Mundt6-0/+1670
2010-01-13Makefile: do not override LC_CTYPEMichal Marek1-1/+1
2010-01-13sh: Rename split-level pgtable headers.Paul Mundt3-8/+8
2010-01-13sh: default to extended TLB support.Paul Mundt6-41/+17
2010-01-13sh: Make all PxSEGADDR() calls fatal for non-legacy configs.Paul Mundt1-1/+9
2010-01-13sh: Fix up L2 cache comment typo.Paul Mundt1-1/+1
2010-01-13sh: fixed PMB mode refactoring.Paul Mundt11-97/+117
2010-01-13sh: PVR detection for 2nd cut SH7786.Matt Fleming1-0/+1
2010-01-13sh: Add a vmlinux.bin target.Paul Mundt1-1/+3
2010-01-13sh: Add support for LZO-compressed kernels.Paul Mundt5-8/+26
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt32-672/+1149
2010-01-13sh: Don't perform an icbi on a P2 addressMatt Fleming1-1/+1
2010-01-13sh: Move over to dynamically allocated FPU context.Paul Mundt13-285/+292
2010-01-12sh: Use SLAB_PANIC for thread_info slab cache.Paul Mundt1-2/+1
2010-01-12sh: Always provide thread_info allocators.Paul Mundt4-35/+51
2010-01-12sh: Move start_thread() out of line.Paul Mundt2-11/+14
2010-01-12sh: sh_bios detection.Paul Mundt1-4/+11
2010-01-12sh: Split out the unaligned counters and user bits.Paul Mundt4-135/+198
2010-01-12sh: Consolidate the sh_bios earlyprintk code.Paul Mundt4-89/+79
2010-01-12sh: Kill off more unused sh_bios callbacks.Paul Mundt2-6/+0
2010-01-12sh64: Fix up early serial fixmap.Paul Mundt1-2/+0
2010-01-12sh: Tidy up the sh bios VBR handling.Paul Mundt4-33/+55
2010-01-12sh: default to sparseirq.Paul Mundt1-2/+3
2010-01-12sh: mach-se: Convert SE7343 FPGA to dynamic IRQ allocation.Paul Mundt3-50/+53
2010-01-08sh: consolidate atomic_cmpxchg()/atomic_add_unless() definitions.Paul Mundt3-117/+29