aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-08Merge branches 'sh/dwarf-unwinder', 'sh/g3-prep' and 'sh/stable-updates'Paul Mundt3-56/+149
2010-02-08sh: Optimise FDE/CIE lookup by using red-black treesMatt Fleming1-54/+120
2010-02-08sh: Remove superfluous setup_frame_reg callMatt Fleming1-1/+0
2010-02-08sh: Don't continue unwinding across interruptsMatt Fleming1-0/+20
2010-02-08sh: Setup frame pointer in handle_exception pathMatt Fleming1-0/+2
2010-02-08sh: Correct the offset of the return address in ret_from_exceptionMatt Fleming1-1/+7
2010-02-02sh: add high impedance mode management for SIUA pins on sh7722Guennadi Liakhovetski1-10/+11
2010-02-02Merge branch 'sh/stable-updates'Paul Mundt5-8/+8
2010-02-02sh: Fix access to released memory in clk_debugfs_register_one()Marek Skuczynski1-2/+2
2010-02-02sh: Fix access to released memory in dwarf_unwinder_cleanup()Marek Skuczynski1-4/+4
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds1-1/+1
2010-01-27sh: kmemleak support.Chris Smith1-3/+3
2010-01-27sh: Optimize runtime disabling of trapped I/O.Paul Mundt1-0/+2
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt40-203/+203
2010-01-21sh: Kill off the special uncached section and fixmap.Paul Mundt5-17/+7
2010-01-21sh: Track the uncached mapping size.Paul Mundt1-1/+9
2010-01-21sh: Rework P2 to only include kernel text.Paul Mundt1-77/+92
2010-01-21sh: initial PMB mapping iteration by helper macro.Paul Mundt1-147/+60
2010-01-20sh: machine_ops based reboot support.Paul Mundt7-90/+115
2010-01-20sh: Handle SH-4 FPU variants with broken CVR values.Paul Mundt1-2/+3
2010-01-19sh: support SIU sourcing from external clock on sh7722Guennadi Liakhovetski2-7/+112
2010-01-19sh: SH7786 clock framework rewrite.Paul Mundt1-96/+88
2010-01-19sh64: wire up sys_accept4.Paul Mundt1-0/+1
2010-01-19sh: unwire sys_recvmmsg.Paul Mundt1-1/+0
2010-01-19sh64: Fixup build breakage from breakpoint handler rename.Paul Mundt2-3/+4
2010-01-19sh64: Use the shared FPU state restorer.Paul Mundt3-62/+8
2010-01-19sh64: Fix up the build for the thread_xstate changes.Paul Mundt5-28/+28
2010-01-18Merge branch 'sh/ioremap-fixed'Paul Mundt1-3/+4
2010-01-18sh: Need IRQs enabled for init_fpu().Paul Mundt1-0/+2
2010-01-18sh: Setup early PMB mappings.Matt Fleming1-0/+241
2010-01-16sh: Add fixed ioremap supportMatt Fleming1-3/+4
2010-01-15sh: Fix up the secondary CPU entry point for 32bit mode.Paul Mundt1-1/+4
2010-01-13sh: Fix up L2 cache comment typo.Paul Mundt1-1/+1
2010-01-13sh: fixed PMB mode refactoring.Paul Mundt3-12/+10
2010-01-13sh: PVR detection for 2nd cut SH7786.Matt Fleming1-0/+1
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt17-383/+1030
2010-01-13sh: Move over to dynamically allocated FPU context.Paul Mundt9-250/+260
2010-01-12sh: Use SLAB_PANIC for thread_info slab cache.Paul Mundt1-2/+1
2010-01-12sh: Always provide thread_info allocators.Paul Mundt2-2/+49
2010-01-12sh: Move start_thread() out of line.Paul Mundt1-0/+12
2010-01-12sh: sh_bios detection.Paul Mundt1-4/+11
2010-01-12sh: Split out the unaligned counters and user bits.Paul Mundt1-134/+17
2010-01-12sh: Consolidate the sh_bios earlyprintk code.Paul Mundt3-88/+79
2010-01-12sh: Kill off more unused sh_bios callbacks.Paul Mundt1-5/+0
2010-01-12sh64: Fix up early serial fixmap.Paul Mundt1-2/+0
2010-01-12sh: Tidy up the sh bios VBR handling.Paul Mundt3-31/+43
2010-01-05sh: Kill off dead UBC headers.Paul Mundt2-13/+8
2010-01-05sh: Abstracted SH-4A UBC support on hw-breakpoint core.Paul Mundt3-72/+234
2010-01-05sh: Fix up breakpoint trap handler patching on SH-2A.Paul Mundt1-1/+1
2009-12-28sh: Convert ptrace to hw_breakpoint API.Paul Mundt2-3/+65