index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
score
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
2013-02-03
score: switch to generic sigaltstack
Al Viro
2012-11-28
score: do_sigaltstack() expects a userland pointer...
Al Viro
2012-10-01
score: fix bogus restarts on sigreturn()
Al Viro
2012-06-01
new helper: signal_delivered()
Al Viro
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
2012-06-01
new helper: sigmask_to_save()
Al Viro
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
2012-05-23
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
2012-05-21
score: add handling of NOTIFY_RESUME to do_notify_resume()
Al Viro
2012-05-21
score: don't open-code force_sigsegv()
Al Viro
2012-05-21
score: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
score: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
score: don't mask signals if we fail to setup signal stack
Matt Fleming
2009-08-30
score: remove unused code, add include files in .c
Chen Liqin
2009-06-27
score: cleanups: dead code, 0 as pointer, shadowed variables
Arnd Bergmann
2009-06-27
score: fix function prototypes
Arnd Bergmann
2009-06-27
score: add address space annotations
Arnd Bergmann
2009-06-27
score: add missing #includes
Arnd Bergmann
2009-06-19
score: update files according to review comments
Chen Liqin
2009-06-19
score: Add support for Sunplus S+core architecture
Chen Liqin