aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-21clockevents: fix resume logicThomas Gleixner1-0/+1
2007-07-20sh: intc - add support for SH7750 and its variantsMagnus Damm7-74/+205
2007-07-20sh: Move entry point code to .text.head.Paul Mundt2-1/+3
2007-07-20sh: heartbeat: Shut up resource size warning.Paul Mundt1-1/+1
2007-07-20sh: update r2d defconfig and fix SH7751R pci compliationMagnus Damm2-3/+4
2007-07-20sh: Many symbol exports for nommu allmodconfig.Paul Mundt3-2/+43
2007-07-20sh: zero terminate 8250 platform data for r2d boardMagnus Damm1-1/+2
2007-07-20sh: cpufreq: Fix up the build for SH-2.Paul Mundt1-5/+0
2007-07-20sh: Make on-chip DMA channel selection explicit.Paul Mundt1-1/+1
2007-07-20sh: Fix up CPU dependencies for on-chip DMAC.Paul Mundt1-0/+1
2007-07-20Merge branch 'clkfwk'Paul Mundt4-135/+112
2007-07-20sh: cpufreq: clock framework support.Paul Mundt2-135/+81
2007-07-20sh: Support rate rounding for SH7722 FRQCR clocks.Paul Mundt1-0/+15
2007-07-20sh: Implement clk_round_rate() in the clock framework.Paul Mundt1-0/+16
2007-07-20sh: Fix up PCI section mismatch warnings.Paul Mundt4-4/+4
2007-07-20sh: Wire up fallocate() syscall.Paul Mundt1-0/+1
2007-07-20sh: intc - add support for 7780Magnus Damm6-32/+195
2007-07-20sh: intc - improve group supportMagnus Damm1-20/+73
2007-07-20sh: push-switch: Correct license string.Paul Mundt1-1/+1
2007-07-20sh: cpufreq: Fix driver dependencies and flag as broken.Paul Mundt1-1/+1
2007-07-20sh: IPR/INTC2 IRQ setup consolidation.Magnus Damm12-24/+13
2007-07-20sh: clean up interrupt code for solution engine 7722 boardMagnus Damm3-69/+34
2007-07-20sh: intc - add support for 7722 processorMagnus Damm2-30/+130
2007-07-20sh: intc - shared IPR and INTC2 controllerMagnus Damm3-0/+356
2007-07-20sh: Fix irq assignment for uarts on sh7722Magnus Damm2-7/+19
2007-07-20sh: hd64461 tidying.Kristoffer Ericson5-159/+3
2007-07-20sh: r7780rp: Add R8A66597 and M66592 support.Yoshihiro Shimoda1-0/+54
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-3/+2
2007-07-19define new percpu interface for shared dataFenghua Yu1-4/+1
2007-07-19mm: fault feedback #2Nick Piggin1-12/+11
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-4/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-11/+2
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds97-2358/+4124
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-07-16sh: sh-rtc support for SH7709.Kristoffer Ericson1-0/+28
2007-07-13sh: Revert __xdiv64_32 size change.Paul Mundt1-2/+2
2007-07-13sh: Update r7785rp defconfig.Paul Mundt1-196/+100
2007-07-13sh: Export div symbols for GCC 4.2 and ST GCC.Paul Mundt1-0/+10
2007-07-12sh: fix race in parallel out-of-tree buildErik Johansson1-0/+1
2007-07-12sh: Kill off dead mach.c for hp6xx.Kristoffer Ericson1-44/+0
2007-07-12sh: Update the alignment when 4K stacks are used.Robert P. J. Day1-6/+2
2007-07-12sh: Add a .bss.page_aligned section for 4K stacks.Paul Mundt1-8/+8
2007-07-12sh: Don't let SH-4A clobber SH-4 CFLAGS.Paul Mundt1-2/+2
2007-07-07sh: Drop -Wa,-dsp for DSP tuning.Paul Mundt1-2/+0
2007-07-07sh: Update dreamcast defconfig.Paul Mundt1-190/+148
2007-07-07sh: Select IPR-IRQ for SH7091.Paul Mundt1-0/+1
2007-07-06sh: Correct __xdiv64_32/div64_32 return value size.Paul Mundt2-8/+7
2007-07-06sh: Add cpu and mach links to CLEAN_FILES.Paul Mundt1-1/+3
2007-06-20Merge branch 'x3'Paul Mundt11-6/+1027