Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[linux-flexiantxendom0-3.2.10.git] / arch / sh / kernel / process_32.c
2012-03-30 Paul Mundtsh: fix up fallout from system.h disintegration.
2012-03-28 David HowellsDisintegrate asm/system.h for SH
2012-01-13 Joe Perchestreewide: convert uses of ATTRIB_NORETURN to __noreturn
2011-06-14 Mathias Krausesh, exec: remove redundant set_fs(USER_DS)
2011-05-24 Paul Mundtsh: arch/sh/kernel/process_32.c needs linux/prefetch.h.
2010-08-18 David HowellsMake do_execve() take a const filename pointer
2010-08-16 Paul Mundtsh: fix up fallout from syscall arg constification.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-26 Paul Mundtsh: Mass ctrl_in/outX to __raw_read/writeX conversion.
2010-01-20 Paul Mundtsh: machine_ops based reboot support.
2010-01-13 Paul MundtMerge branches 'sh/xstate', 'sh/hw-breakpoints' and...
2010-01-13 Paul Mundtsh: Move over to dynamically allocated FPU context.
2010-01-12 Paul Mundtsh: Move start_thread() out of line.
2010-01-05 Paul Mundtsh: Kill off dead UBC headers.
2009-12-08 Paul MundtMerge branch 'master' into sh/hw-breakpoints
2009-12-08 Paul Mundtsh: hw-breakpoints: Add preliminary support for SH...
2009-11-25 Paul Mundtsh: Fix up the FPU emulation build.
2009-11-24 Stuart Menefysh: Minor optimisations to FPU handling
2009-11-24 Paul MundtMerge branch 'master' into sh/st-integration
2009-11-24 Giuseppe CAVALLAROsh: add sleazy FPU optimization
2009-10-27 Paul Mundtsh: Clean up more superfluous symbol exports.
2009-08-24 Jon Frosdicksh: Use internal watchdog timer to perform reset
2009-07-11 Matt Flemingsh: Mark __switch_to() as __notrace_funcgraph
2009-06-18 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2009-06-18 Oleg Nesterovptrace: remove PT_DTRACE from avr32, mn10300, parisc...
2009-06-18 Christoph Hellwigsh: remove stray markers.
2009-05-08 Kieran Binghamsh: Fix UBC setup and registers for SH2A
2009-04-05 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2009-04-04 Michael Trimarchish: Fix up DSP context save/restore.
2009-04-03 Alexey DobriyanSimplify copy_thread()
2008-12-22 Paul Mundtsh: Simplify kernel_thread_helper() for sh32.
2008-12-22 Paul Mundtsh: Split out the idle loop for reuse between _32/_64...
2008-12-22 Paul Mundtsh: do not latency trace idle.
2008-12-22 Paul Mundtsh: Tidy up backtrace formatting with kallsyms disabled.
2008-12-22 Paul Mundtsh: Add a simple code dumper for SUPERH32 show_regs().
2008-09-21 Paul Mundtsh: Add FPU registers to regset interface.
2008-09-21 Paul Mundtsh: Trivial trace_mark() instrumentation for core events.
2008-09-08 Paul Mundtsh: fixup many sparse errors.
2008-09-08 Paul Mundtsh: Display CPU information in show_regs().
2008-07-28 Adrian Bunksh/kernel/ cleanups
2008-07-18 Thomas Gleixnernohz: prevent tick stop outside of the idle loop
2008-03-26 Paul Mundtsh: Fix occasional FPU register corruption under preempt.
2008-01-28 Stuart Menefysh: GUSA atomic rollback support.
2008-01-28 Paul Mundtsh: Share bug/debug traps across _32 and _64.
2008-01-28 Paul Mundtsh: Share the ELF dump_task interfaces.
2008-01-28 Paul Mundtsh: Split out arch/sh/kernel/process.c for _32 and...