summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-05-22cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro1-3/+0
2012-05-22h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro3-59/+21
2012-05-22h8300: don't change blocked signals' mask if setting frame up failsAl Viro1-7/+11
2012-05-22sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro4-71/+13
2012-05-22xtensa: switch to generic rt_sigsuspend(2)Al Viro4-43/+16
2012-05-22avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro1-2/+1
2012-05-22m68k: use set_current_blocked() and block_sigmask()Matt Fleming1-8/+3
2012-05-22hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov1-0/+1
2012-05-22avr32: use block_sigmask()Matt Fleming1-5/+1
2012-05-22avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov1-10/+5
2012-05-22avr32: don't mask signals in the error pathMatt Fleming1-13/+12
2012-05-22m32r: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-22mn10300: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-22cris: use set_current_blocked() and block_sigmask()Matt Fleming2-38/+9
2012-05-22ia64: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+2
2012-05-22microblaze: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-22microblaze: fix signal maskingMatt Fleming1-13/+18
2012-05-22microblaze: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-05-22microblaze: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-05-22score: use set_current_blocked() and block_sigmask()Matt Fleming1-12/+3
2012-05-22score: don't mask signals if we fail to setup signal stackMatt Fleming1-6/+8
2012-05-22h8300: use set_current_blocked() and block_sigmask()Matt Fleming1-24/+9
2012-05-22unicore32: use block_sigmask()Matt Fleming1-4/+1
2012-05-22blackfin: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+4
2012-05-22frv: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-22parisc: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-22new helper: sigsuspend()Al Viro18-205/+32
2012-05-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds145-1910/+216
2012-05-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-05-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-61/+44
2012-05-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-280/+169
2012-05-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds51-4555/+1807
2012-05-22Merge tag 'for-3.5' of git://openrisc.net/jonas/linuxLinus Torvalds9-202/+199
2012-05-22Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds8-172/+192
2012-05-22Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds155-2452/+1358
2012-05-21net: drop NET dependency from HAVE_BPF_JITSam Ravnborg4-4/+4
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds142-1320/+14357
2012-05-21Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds4-14/+23
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds8-56/+173
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds25-288/+215
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds136-10726/+2242
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-22/+1086
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds1-12/+8
2012-05-21Merge branch 'stat-cleanups' (clean up copying of stat info to user space)Linus Torvalds1-0/+21