index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-21
microblaze: handle TIF_NOTIFY_RESUME
Al Viro
3
-26
/
+38
2012-05-21
score: add handling of NOTIFY_RESUME to do_notify_resume()
Al Viro
1
-1
/
+8
2012-05-21
m68k: add TIF_NOTIFY_RESUME and handle it.
Al Viro
6
-7
/
+21
2012-05-21
sparc: kill ancient comment in sparc_sigaction()
Al Viro
1
-5
/
+0
2012-05-21
h8300: missing checks of __get_user()/__put_user() return values
Al Viro
1
-6
/
+6
2012-05-21
frv: missing checks of __get_user()/__put_user() return values
Al Viro
1
-6
/
+6
2012-05-21
cris: missing checks of __get_user()/__put_user() return values
Al Viro
2
-12
/
+12
2012-05-21
powerpc: missing checks of __get_user()/__put_user() return values
Al Viro
1
-3
/
+3
2012-05-21
sh: missing checks of __get_user()/__put_user() return values
Al Viro
2
-22
/
+27
2012-05-21
sparc: missing checks of __get_user()/__put_user() return values
Al Viro
2
-10
/
+12
2012-05-21
avr32: struct old_sigaction is never used
Al Viro
1
-7
/
+0
2012-05-21
m32r: struct old_sigaction is never used
Al Viro
1
-7
/
+0
2012-05-21
xtensa: xtensa_sigaction doesn't exist
Al Viro
2
-9
/
+0
2012-05-21
alpha: tidy signal delivery up
Al Viro
1
-43
/
+26
2012-05-21
score: don't open-code force_sigsegv()
Al Viro
1
-3
/
+1
2012-05-21
cris: don't open-code force_sigsegv()
Al Viro
1
-8
/
+2
2012-05-21
blackfin: don't open-code force_sigsegv()
Al Viro
1
-3
/
+1
2012-05-21
avr32: need to clear RESTORE_SIGMASK on successful signal delivery
Al Viro
1
-0
/
+1
2012-05-21
microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too
Al Viro
1
-4
/
+0
2012-05-21
cris: SA_ONESHOT handling is done by get_signal_to_deliver()
Al Viro
1
-3
/
+0
2012-05-21
h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspend
Al Viro
3
-59
/
+21
2012-05-21
h8300: don't change blocked signals' mask if setting frame up fails
Al Viro
1
-7
/
+11
2012-05-21
sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()
Al Viro
4
-71
/
+13
2012-05-21
xtensa: switch to generic rt_sigsuspend(2)
Al Viro
4
-43
/
+16
2012-05-21
avr32: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
1
-0
/
+3
2012-05-21
xtensa: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
1
-0
/
+3
2012-05-21
score: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
1
-0
/
+3
2012-05-21
microblaze: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
1
-0
/
+3
2012-05-21
hexagon: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
1
-0
/
+3
2012-05-21
c6x: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
1
-0
/
+3
2012-05-21
parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()
Al Viro
1
-2
/
+1
2012-05-21
m68k: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-8
/
+3
2012-05-21
hexagon: do_notify_resume() needs tracehook_notify_resume()
Oleg Nesterov
1
-0
/
+1
2012-05-21
avr32: use block_sigmask()
Matt Fleming
1
-5
/
+1
2012-05-21
avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturn
Oleg Nesterov
1
-10
/
+5
2012-05-21
avr32: don't mask signals in the error path
Matt Fleming
1
-13
/
+12
2012-05-21
m32r: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-10
/
+2
2012-05-21
mn10300: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-17
/
+4
2012-05-21
cris: use set_current_blocked() and block_sigmask()
Matt Fleming
2
-38
/
+9
2012-05-21
ia64: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-13
/
+2
2012-05-21
microblaze: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-10
/
+2
2012-05-21
microblaze: fix signal masking
Matt Fleming
1
-13
/
+18
2012-05-21
microblaze: no need to reset handler if SA_ONESHOT
Matt Fleming
1
-3
/
+0
2012-05-21
microblaze: don't reimplement force_sigsegv()
Matt Fleming
1
-3
/
+1
2012-05-21
score: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-12
/
+3
2012-05-21
score: don't mask signals if we fail to setup signal stack
Matt Fleming
1
-6
/
+8
2012-05-21
h8300: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-24
/
+9
2012-05-21
unicore32: use block_sigmask()
Matt Fleming
1
-4
/
+1
2012-05-21
blackfin: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-13
/
+4
2012-05-21
frv: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-17
/
+4
[next]