summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-201-0/+2
|\
| * kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+2
* | Merge branch 'sh/gpiolib'Paul Mundt2008-10-2010-2/+7047
|\ \
| * | sh: Add sh7720 pinmux codeMagnus Damm2008-10-202-0/+1246
| * | sh: Add sh7203 pinmux codeMagnus Damm2008-10-202-0/+1604
| * | sh: Add sh7723 pinmux codeMagnus Damm2008-10-202-0/+1910
| * | sh: Add sh7722 pinmux codeMagnus Damm2008-10-202-0/+1787
| * | sh: GPIO and pinmux base codeMagnus Damm2008-10-203-2/+500
* | | Fix debugfs_create_dir's error checking method for arch/sh/kernel/Zhaolei2008-10-201-0/+2
|/ /
* | sh: More I/O routine overhauling.Paul Mundt2008-10-033-57/+19
* | sh: Move the shared INTC code out to drivers/sh/Paul Mundt2008-10-012-714/+0
* | sh: Use __raw_xxx() I/O accessors for INTC and IPR.Paul Mundt2008-10-012-14/+14
* | sh: SH-5 clk fwk support.Paul Mundt2008-09-293-161/+91
* | sh: Fix up signal_64 cast warnings.Paul Mundt2008-09-291-2/+2
* | sh: Force pending restarted system calls to return -EINTR.Paul Mundt2008-09-242-6/+18
* | sh: Add FPU registers to regset interface.Paul Mundt2008-09-212-5/+85
* | sh: ftrace support.Paul Mundt2008-09-212-0/+48
* | sh: Trivial trace_mark() instrumentation for core events.Paul Mundt2008-09-213-4/+17
* | sh: Move lookup_exception_vector() out to asm/system_32.h.Paul Mundt2008-09-211-12/+4
* | sh: Fix up signal_64 conflicting handle_signal() definition.Paul Mundt2008-09-171-0/+4
* | sh: Fix up fpu emu build.Paul Mundt2008-09-171-5/+3
* | sh: latencytop support.Paul Mundt2008-09-121-1/+22
* | sh: Tidy up ELF core dumps.Paul Mundt2008-09-123-34/+0
* | sh: Check SR.DSP bit for DSP regset validity.Paul Mundt2008-09-121-0/+9
* | sh: Add missing task_user_regset_view() definition.Paul Mundt2008-09-121-0/+5
* | sh: Add DSP registers to regset interface.Paul Mundt2008-09-121-27/+59
* | sh: Flag T-bit for syscall restart.Paul Mundt2008-09-121-22/+31
* | sh: ptrace: Introduce user_regset interface for gp regs.Paul Mundt2008-09-121-17/+99
* | sh: intc_prio_data() test before subtraction on unsignedroel kluin2008-09-101-4/+6
* | sh: kprobes: kretprobe_trampoline needs to be global.Paul Mundt2008-09-091-1/+3
* | sh: Derive calibrate_delay lpj from clk fwk.Paul Mundt2008-09-081-0/+20
* | sh: kprobes: __kprobes annotations and formatting cleanups.Paul Mundt2008-09-081-17/+20
* | sh: kprobes: Fix up race against probe point removal.Paul Mundt2008-09-081-0/+11
* | sh: kprobes: Fix up a preemption imbalance on jprobe return.Paul Mundt2008-09-081-0/+1
* | sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.Paul Mundt2008-09-081-1/+1
* | sh: kprobes: Use trapa #0x3a for breakpoint trap.Paul Mundt2008-09-081-2/+1
* | sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.Paul Mundt2008-09-081-1/+1
* | sh: Mark kretprobe_trampoline_holder static and __used.Paul Mundt2008-09-081-1/+1
* | sh: Enable IRLM mode for SH7760 IRQ_MODE_IRQ.Luca Santini2008-09-081-0/+5
* | sh: Add kprobes support.Chris Smith2008-09-083-0/+574
* | sh: fix the TMU code to allow a fully running NO_HZ systemFrancesco Virlinzi2008-09-081-58/+119
* | sh: Subnormal double to float conversionCarl Shaw2008-09-082-1/+53
* | sh: Fix an unusual memory initialisation error.Stuart Menefy2008-09-081-4/+6
* | sh: Fix up broken 32-bit initrd support.Stuart Menefy2008-09-081-8/+9
* | sh: fixup many sparse errors.Paul Mundt2008-09-0814-52/+63
* | sh: Display CPU information in show_regs().Paul Mundt2008-09-081-3/+9
* | sh: Early dummy clockevent registration on boot CPU.Paul Mundt2008-09-081-3/+4
* | sh: smp: shove a cpu_relax() in the plat_start_cpu() busy loop.Paul Mundt2008-09-081-1/+1
* | sh: generic clockevent broadcast support.Paul Mundt2008-09-084-4/+70
* | sh: smp: Hook up a timer IPI stub.Paul Mundt2008-09-081-0/+18