aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+2
2007-06-19sh: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.Paul Mundt1-3/+4
2007-06-18sh: Fix restartable syscall arg5 clobbering.Kaz Kojima1-2/+4
2007-06-08sh: Tidy compiler warnings for SH-2A build.Paul Mundt1-0/+1
2007-06-08sh: __user annotations for __get/__put_user().Paul Mundt1-2/+2
2007-05-09sh: Fix PC adjustments for varying opcode length.Paul Mundt1-4/+7
2007-05-09sh: Support for SH-2A 32-bit opcodes.Paul Mundt1-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-05sh: Fix sigmask trampling in signal delivery.Ryusuke Sakato1-1/+3
2007-02-13sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt1-3/+3
2006-12-12sh: Trivial build fixes for SH-2 support.Yoshinori Sato1-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-06sh: gcc4 support.Stuart Menefy1-11/+15
2006-12-06sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato1-3/+7
2006-09-27sh: Initial vsyscall page support.Paul Mundt1-3/+14
2006-09-27sh: pselect6 and ppoll, along with signal trampoline rework.Paul Mundt1-72/+65
2006-09-27sh: __NR_restart_syscall support.Paul Mundt1-6/+10
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-07-27[PATCH] try_to_freeze() call fixesNigel Cunningham1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+607