index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
avr32: struct old_sigaction is never used
Al Viro
2012-05-21
1
-7
/
+0
*
m32r: struct old_sigaction is never used
Al Viro
2012-05-21
1
-7
/
+0
*
xtensa: xtensa_sigaction doesn't exist
Al Viro
2012-05-21
2
-9
/
+0
*
alpha: tidy signal delivery up
Al Viro
2012-05-21
1
-43
/
+26
*
score: don't open-code force_sigsegv()
Al Viro
2012-05-21
1
-3
/
+1
*
cris: don't open-code force_sigsegv()
Al Viro
2012-05-21
1
-8
/
+2
*
blackfin: don't open-code force_sigsegv()
Al Viro
2012-05-21
1
-3
/
+1
*
avr32: need to clear RESTORE_SIGMASK on successful signal delivery
Al Viro
2012-05-21
1
-0
/
+1
*
microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too
Al Viro
2012-05-21
1
-4
/
+0
*
cris: SA_ONESHOT handling is done by get_signal_to_deliver()
Al Viro
2012-05-21
1
-3
/
+0
*
h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspend
Al Viro
2012-05-21
3
-59
/
+21
*
h8300: don't change blocked signals' mask if setting frame up fails
Al Viro
2012-05-21
1
-7
/
+11
*
sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()
Al Viro
2012-05-21
4
-71
/
+13
*
xtensa: switch to generic rt_sigsuspend(2)
Al Viro
2012-05-21
4
-43
/
+16
*
avr32: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
1
-0
/
+3
*
xtensa: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
1
-0
/
+3
*
score: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
1
-0
/
+3
*
microblaze: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
1
-0
/
+3
*
hexagon: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
1
-0
/
+3
*
c6x: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
1
-0
/
+3
*
parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()
Al Viro
2012-05-21
1
-2
/
+1
*
m68k: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-8
/
+3
*
hexagon: do_notify_resume() needs tracehook_notify_resume()
Oleg Nesterov
2012-05-21
1
-0
/
+1
*
avr32: use block_sigmask()
Matt Fleming
2012-05-21
1
-5
/
+1
*
avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturn
Oleg Nesterov
2012-05-21
1
-10
/
+5
*
avr32: don't mask signals in the error path
Matt Fleming
2012-05-21
1
-13
/
+12
*
m32r: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-10
/
+2
*
mn10300: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-17
/
+4
*
cris: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
2
-38
/
+9
*
ia64: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-13
/
+2
*
microblaze: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-10
/
+2
*
microblaze: fix signal masking
Matt Fleming
2012-05-21
1
-13
/
+18
*
microblaze: no need to reset handler if SA_ONESHOT
Matt Fleming
2012-05-21
1
-3
/
+0
*
microblaze: don't reimplement force_sigsegv()
Matt Fleming
2012-05-21
1
-3
/
+1
*
score: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-12
/
+3
*
score: don't mask signals if we fail to setup signal stack
Matt Fleming
2012-05-21
1
-6
/
+8
*
h8300: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-24
/
+9
*
unicore32: use block_sigmask()
Matt Fleming
2012-05-21
1
-4
/
+1
*
blackfin: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-13
/
+4
*
frv: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-17
/
+4
*
parisc: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-10
/
+2
*
new helper: sigsuspend()
Al Viro
2012-05-21
21
-223
/
+50
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-05-21
157
-1934
/
+415
|
\
|
*
um: Remove leftover declaration of alloc_task_struct_node()
Thomas Gleixner
2012-05-08
1
-2
/
+0
|
*
task_allocator: Use config switches instead of magic defines
Thomas Gleixner
2012-05-08
6
-9
/
+14
|
*
sparc: Use common threadinfo allocator
Thomas Gleixner
2012-05-08
1
-23
/
+2
|
*
score: Use common threadinfo allocator
Thomas Gleixner
2012-05-08
1
-7
/
+3
|
*
sh-use-common-threadinfo-allocator
Thomas Gleixner
2012-05-08
2
-53
/
+3
|
*
mn10300: Use common threadinfo allocator
Thomas Gleixner
2012-05-08
2
-16
/
+4
|
*
powerpc: Use common threadinfo allocator
Thomas Gleixner
2012-05-08
2
-44
/
+0
[next]