aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-05sh: Kill off I/O cruft for R7780RP.Paul Mundt3-254/+1
2007-03-05sh: Revert lazy dcache writeback changes.Paul Mundt9-82/+185
2007-03-05sh: Enable SM501 support for RTS7751R2D.Paul Mundt2-10/+126
2007-03-05sh: Use L1_CACHE_BYTES for .data.cacheline_aligned.Paul Mundt1-1/+2
2007-03-05sh: Fix kernel thread stack corruption with preempt.Hideo Saito1-3/+2
2007-03-05sh: Fix sigmask trampling in signal delivery.Ryusuke Sakato1-1/+3
2007-03-05sh: Clear UBC when not in use.Stuart Menefy2-13/+34
2007-02-17Storage class should be before const qualifierTobias Klauser2-4/+4
2007-02-15sh: rts7751r2d board updates.Paul Mundt9-517/+386
2007-02-14sh: Kill off dead bigsur and ec3104 boards.Paul Mundt15-1056/+1
2007-02-14sh: Fixup r7780rp pata_platform for devres conversion.Paul Mundt2-117/+53
2007-02-14sh: Revert TLB miss fast-path changes that broke PTEA parts.Paul Mundt2-181/+107
2007-02-13sh: Compile fix for heartbeat consolidation.Paul Mundt1-0/+132
2007-02-13sh: heartbeat consolidation for banked LEDs.Paul Mundt32-571/+260
2007-02-13sh: Kill dead/unused ISA code from __ioremap().Paul Mundt1-6/+0
2007-02-13sh: Fix syscall numbering breakage.Paul Mundt1-4/+4
2007-02-13sh: dcache write-back for R7780RP PIO.Paul Mundt1-0/+4
2007-02-13sh: Switch to local TLB flush variants in additional callsites.Paul Mundt1-3/+3
2007-02-13sh: Local TLB flushing variants for SMP prep.Paul Mundt7-29/+21
2007-02-13sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt17-232/+244
2007-02-13sh: Use a per-cpu ASID cache.Paul Mundt4-55/+53
2007-02-13sh: add SH_CLK_MD Kconfig default.Andrew Morton1-0/+1
2007-02-13sh: Fixup SHMIN INTC register definitions.Nobuhiro Iwamatsu1-5/+5
2007-02-13sh: SH-DMAC compile fixesManuel Lauss2-30/+17
2007-02-13sh: add SH7760 IPR IRQ dataManuel Lauss2-15/+52
2007-02-13sh: Fix handle_BUG() compile error.Nobuhiro Iwamatsu1-1/+1
2007-02-13sh: Don't set reserved _PAGE_WT bit on SH-3.Paul Mundt1-1/+1
2007-02-13sh: Lazy dcache writeback optimizations.Paul Mundt9-190/+76
2007-02-13sh: More tidying for large base pages.Paul Mundt2-7/+5
2007-02-13sh: Solution Engine 770x IPR irq setup.Nobuhiro Iwamatsu2-41/+75
2007-02-13sh: Solution Engine 7750's defconfig update.Nobuhiro Iwamatsu1-20/+120
2007-02-13sh: shmin updates.Takashi YOSHII4-4/+50
2007-02-13sh: Fixup R7780RP iVDR clock enable.Paul Mundt1-1/+1
2007-02-13sh: allow earlyprintk baud rate to be set via command lineJamie Lenehan1-2/+22
2007-02-13sh: sh7619 / sh7206 IPR initialize updateYoshinori Sato2-79/+72
2007-02-13sh: Update SH-2 to use the debug trap jump table.Yoshinori Sato1-6/+4
2007-02-13sh: Use proper SH-2A CFLAGS on newer compilers.Paul Mundt1-0/+1
2007-02-13sh: Use a jump call table for debug trap handlers.Paul Mundt7-85/+113
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven4-4/+4
2007-02-12[PATCH] Dynamic kernel command-line: shAlon Bar-Lev1-3/+3
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-8/+0
2007-02-11[PATCH] disable init/initramfs.c: architecturesJean-Paul Saman1-0/+4
2007-02-11[PATCH] optional ZONE_DMA: remove ZONE_DMA remains from sh/sh64Christoph Lameter1-16/+1
2007-02-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apmLinus Torvalds4-586/+28
2007-02-09[PATCH] SH vdso: use install_special_mapping()Paul Mundt1-49/+9
2007-02-09[APM] SH: Convert to use shared APM emulation.Paul Mundt4-586/+28
2006-12-12sh: Fixup SH-2 BUG() trap handling.Yoshinori Sato1-18/+14
2006-12-12sh: Use early_param() for earlyprintk parsing.Paul Mundt2-31/+16
2006-12-12sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096.Paul Mundt3-3/+6
2006-12-12sh: Fixup .data.page_aligned.Paul Mundt1-1/+1