summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-2451-799/+368Star
|\
| * unicore32: if there's no handler we need to restore sigmask, syscall or no sy...Al Viro2012-05-221-8/+5Star
| * xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro2012-05-223-6/+20
| * microblaze: drop 'oldset' argument of do_notify_resume()Al Viro2012-05-223-19/+11Star
| * microblaze: handle TIF_NOTIFY_RESUMEAl Viro2012-05-223-26/+38
| * score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro2012-05-221-1/+8
| * m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro2012-05-226-7/+21
| * sparc: kill ancient comment in sparc_sigaction()Al Viro2012-05-221-5/+0Star
| * h8300: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6
| * frv: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6
| * cris: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-12/+12
| * powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-3/+3
| * sh: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-22/+27
| * sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-10/+12
| * avr32: struct old_sigaction is never usedAl Viro2012-05-221-7/+0Star
| * m32r: struct old_sigaction is never usedAl Viro2012-05-221-7/+0Star
| * xtensa: xtensa_sigaction doesn't existAl Viro2012-05-222-9/+0Star
| * alpha: tidy signal delivery upAl Viro2012-05-221-43/+26Star
| * score: don't open-code force_sigsegv()Al Viro2012-05-221-3/+1Star
| * cris: don't open-code force_sigsegv()Al Viro2012-05-221-8/+2Star
| * blackfin: don't open-code force_sigsegv()Al Viro2012-05-221-3/+1Star
| * avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro2012-05-221-0/+1
| * microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro2012-05-221-4/+0Star
| * cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro2012-05-221-3/+0Star
| * h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2012-05-223-59/+21Star
| * h8300: don't change blocked signals' mask if setting frame up failsAl Viro2012-05-221-7/+11
| * sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro2012-05-224-71/+13Star
| * xtensa: switch to generic rt_sigsuspend(2)Al Viro2012-05-224-43/+16Star
| * avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
| * xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
| * score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
| * microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
| * hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
| * c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
| * parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro2012-05-221-2/+1Star
| * m68k: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-8/+3Star
| * hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov2012-05-221-0/+1
| * avr32: use block_sigmask()Matt Fleming2012-05-221-5/+1Star
| * avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov2012-05-221-10/+5Star
| * avr32: don't mask signals in the error pathMatt Fleming2012-05-221-13/+12Star
| * m32r: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-10/+2Star
| * mn10300: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-17/+4Star
| * cris: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-222-38/+9Star
| * ia64: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-13/+2Star
| * microblaze: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-10/+2Star
| * microblaze: fix signal maskingMatt Fleming2012-05-221-13/+18
| * microblaze: no need to reset handler if SA_ONESHOTMatt Fleming2012-05-221-3/+0Star
| * microblaze: don't reimplement force_sigsegv()Matt Fleming2012-05-221-3/+1Star
| * score: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-12/+3Star
| * score: don't mask signals if we fail to setup signal stackMatt Fleming2012-05-221-6/+8