summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-05-22xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro
2012-05-22microblaze: drop 'oldset' argument of do_notify_resume()Al Viro
2012-05-22microblaze: handle TIF_NOTIFY_RESUMEAl Viro
2012-05-22score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro
2012-05-22m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro
2012-05-22sparc: kill ancient comment in sparc_sigaction()Al Viro
2012-05-22h8300: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-22frv: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-22cris: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-22powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-22sh: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-22sparc: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-22avr32: struct old_sigaction is never usedAl Viro
2012-05-22m32r: struct old_sigaction is never usedAl Viro
2012-05-22xtensa: xtensa_sigaction doesn't existAl Viro
2012-05-22alpha: tidy signal delivery upAl Viro
2012-05-22score: don't open-code force_sigsegv()Al Viro
2012-05-22cris: don't open-code force_sigsegv()Al Viro
2012-05-22blackfin: don't open-code force_sigsegv()Al Viro
2012-05-22avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro
2012-05-22microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro
2012-05-22cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro
2012-05-22h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro
2012-05-22h8300: don't change blocked signals' mask if setting frame up failsAl Viro
2012-05-22sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro
2012-05-22xtensa: switch to generic rt_sigsuspend(2)Al Viro
2012-05-22avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-22xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-22score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-22microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-22hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-22c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-22parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro
2012-05-22m68k: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov
2012-05-22avr32: use block_sigmask()Matt Fleming
2012-05-22avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov
2012-05-22avr32: don't mask signals in the error pathMatt Fleming
2012-05-22m32r: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22mn10300: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22cris: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22ia64: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22microblaze: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22microblaze: fix signal maskingMatt Fleming
2012-05-22microblaze: no need to reset handler if SA_ONESHOTMatt Fleming
2012-05-22microblaze: don't reimplement force_sigsegv()Matt Fleming
2012-05-22score: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22score: don't mask signals if we fail to setup signal stackMatt Fleming
2012-05-22h8300: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-22unicore32: use block_sigmask()Matt Fleming