summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-05-21frv: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-21parisc: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-21new helper: sigsuspend()Al Viro21-223/+50
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds157-1934/+415
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-353/+1358
2012-05-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-84/+71
2012-05-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-451/+731
2012-05-21Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-6/+5
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds23-499/+588
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds51-4555/+1807
2012-05-21Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu"Linus Torvalds1-0/+2
2012-05-21Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds80-447/+10546
2012-05-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds99-4257/+6500
2012-05-21Merge branch 'usb-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+2638
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds41-2304/+1315
2012-05-21Merge tag 'for-3.5' of git://openrisc.net/jonas/linuxLinus Torvalds9-202/+199
2012-05-21Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds42-246/+13534
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds74-3274/+4348
2012-05-21Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds21-190/+3872
2012-05-21Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds20-305/+442
2012-05-21vfs: be even more careful about dentry RCU name lookupsLinus Torvalds1-2/+15
2012-05-21vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds1-16/+14