aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-21microblaze: handle TIF_NOTIFY_RESUMEAl Viro3-26/+38
2012-05-21score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro1-1/+8
2012-05-21m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro6-7/+21
2012-05-21sparc: kill ancient comment in sparc_sigaction()Al Viro1-5/+0
2012-05-21h8300: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21frv: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21cris: missing checks of __get_user()/__put_user() return valuesAl Viro2-12/+12
2012-05-21powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro1-3/+3
2012-05-21sh: missing checks of __get_user()/__put_user() return valuesAl Viro2-22/+27
2012-05-21sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2-10/+12
2012-05-21avr32: struct old_sigaction is never usedAl Viro1-7/+0
2012-05-21m32r: struct old_sigaction is never usedAl Viro1-7/+0
2012-05-21xtensa: xtensa_sigaction doesn't existAl Viro2-9/+0
2012-05-21alpha: tidy signal delivery upAl Viro1-43/+26
2012-05-21score: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21cris: don't open-code force_sigsegv()Al Viro1-8/+2
2012-05-21blackfin: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro1-0/+1
2012-05-21microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro1-4/+0
2012-05-21cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro1-3/+0
2012-05-21h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro3-59/+21
2012-05-21h8300: don't change blocked signals' mask if setting frame up failsAl Viro1-7/+11
2012-05-21sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro4-71/+13
2012-05-21xtensa: switch to generic rt_sigsuspend(2)Al Viro4-43/+16
2012-05-22raid5: add AVX optimized RAID5 checksummingJim Kukunas4-4/+229
2012-05-21avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro1-2/+1
2012-05-21m68k: use set_current_blocked() and block_sigmask()Matt Fleming1-8/+3
2012-05-21hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov1-0/+1
2012-05-21avr32: use block_sigmask()Matt Fleming1-5/+1
2012-05-21avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov1-10/+5
2012-05-21avr32: don't mask signals in the error pathMatt Fleming1-13/+12
2012-05-21m32r: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-21mn10300: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-21cris: use set_current_blocked() and block_sigmask()Matt Fleming2-38/+9
2012-05-21ia64: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+2
2012-05-21microblaze: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-21microblaze: fix signal maskingMatt Fleming1-13/+18
2012-05-21microblaze: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-05-21microblaze: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-05-21score: use set_current_blocked() and block_sigmask()Matt Fleming1-12/+3
2012-05-21score: don't mask signals if we fail to setup signal stackMatt Fleming1-6/+8
2012-05-21h8300: use set_current_blocked() and block_sigmask()Matt Fleming1-24/+9
2012-05-21unicore32: use block_sigmask()Matt Fleming1-4/+1
2012-05-21blackfin: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+4