summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/process.c
AgeCommit message (Expand)Author
2007-05-21sh: sr.bl toggling around idle sleep.Paul Mundt
2007-05-09sh: clockevent/clocksource/hrtimers/nohz TMU support.Paul Mundt
2007-05-09sh: Convert to common die chain.Paul Mundt
2007-05-09sh: Fix PC adjustments for varying opcode length.Paul Mundt
2007-05-09sh: Support for SH-2A 32-bit opcodes.Paul Mundt
2007-05-09sh: generic quicklist support.Paul Mundt
2007-05-07sh: Add die chain notifiers.Paul Mundt
2007-05-07sh: MS7712SE01 board support.Nobuhiro Iwamatsu
2007-03-05sh: Fix kernel thread stack corruption with preempt.Hideo Saito
2007-02-13sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt
2007-02-13sh: Use a per-cpu ASID cache.Paul Mundt
2007-02-13sh: Use a jump call table for debug trap handlers.Paul Mundt
2006-12-12sh: Fix get_wchan().Paul Mundt
2006-12-12sh: BUG() handling through trapa vector.Paul Mundt
2006-12-06sh: gcc4 support.Stuart Menefy
2006-10-19sh: Proper show_stack/show_trace() implementation.Paul Mundt
2006-10-12sh: SH-4A UBC supportRyusuke Sakato
2006-09-27sh: Initial vsyscall page support.Paul Mundt
2006-09-27sh: Update kexec support for API changes.Paul Mundt
2006-09-27sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt
2006-09-27sh: __addr_ok() and other misc nommu fixups.Yoshinori Sato
2006-09-27sh: Fixup __strnlen_user() behaviour.Paul Mundt
2006-09-21Fix 'make headers_check' on shPaul Mundt
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk
2006-02-01[PATCH] sh: machine_halt()/machine_power_off() cleanupsPaul Mundt
2006-01-16[PATCH] sh: kexec() supportkogiidena
2006-01-12[PATCH] sh: task_stack_page()Al Viro
2006-01-12[PATCH] sh: task_thread_info()Al Viro
2006-01-12[PATCH] sh: task_pt_regs()Al Viro
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman
2005-02-01[PATCH] make used_math SMP-safeAndrea Arcangeli
2005-01-04[PATCH] fix conflicting cpu_idle() declarationsOleg Nesterov
2004-10-19[PATCH] copy_thread(): unneeded child_tid initializationOleg Nesterov
2004-10-18[PATCH] sh: SH73180 subtype supportPaul Mundt
2004-10-18[PATCH] fix PTRACE_ATTACH race with real parent's wait callsRoland McGrath
2004-08-23[PATCH] sched: consolidate CLONE_IDLETASK maskingWilliam Lee Irwin III
2004-06-23[PATCH] sh: merge.Andrew Morton
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton
2004-03-22[PATCH] sh: various fixesAndrew Morton
2004-02-12[PATCH] sh: preempt safe lazy fpu handlingAndrew Morton
2004-01-18[PATCH] SH MergeAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-07-01[PATCH] SH MergePaul Mundt
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz
2002-09-17Add CLONE_UNTRACED to the flags forced by kernel_threadDaniel Jacobowitz
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar