Davidlohr Bueso
|
1df0135588
signal: use current->state helpers
|
10 years ago |
Andy Lutomirski
|
f56141e3e2
all arches, signal: move restart_block to struct task_struct
|
10 years ago |
Linus Torvalds
|
3eb5b893eb
Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
Qiaowei Ren
|
ee1b58d36a
mpx: Extend siginfo structure to include bound violation information
|
10 years ago |
Oleg Nesterov
|
392809b258
signal: Document the RCU protection of ->sighand
|
11 years ago |
Paul E. McKenney
|
eca1a08986
signal: Exit RCU read-side critical section on each pass through loop
|
10 years ago |
Linus Torvalds
|
63b12bdb0d
Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
|
11 years ago |
Richard Weinberger
|
828b1f65d2
Rip out get_signal_to_deliver()
|
12 years ago |
Richard Weinberger
|
10b1c7ac8b
Clean up signal_delivered()
|
11 years ago |
Richard Weinberger
|
df5601f9c3
tracehook_signal_handler: Remove sig, info, ka and regs
|
12 years ago |
Paul E. McKenney
|
c41247e1d4
signal: Explain local_irq_save() call
|
11 years ago |
Oleg Nesterov
|
b4e74264eb
signals: introduce kernel_sigaction()
|
11 years ago |
Oleg Nesterov
|
580d34e42a
signals: disallow_signal() should flush the potentially pending signal
|
11 years ago |
Oleg Nesterov
|
ec5955b8fd
signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()
|
11 years ago |
Oleg Nesterov
|
0341729b4b
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
|
11 years ago |
Oleg Nesterov
|
afe2b0386a
signals: cleanup the usage of t/current in do_sigaction()
|
11 years ago |
Oleg Nesterov
|
c09c144139
signals: rename rm_from_queue_full() to flush_sigqueue_mask()
|
11 years ago |
Oleg Nesterov
|
9490592f27
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
|
11 years ago |
Oleg Nesterov
|
6114041aa7
signals: s/siginitset/sigemptyset/ in do_sigtimedwait()
|
11 years ago |
Oleg Nesterov
|
650226bd95
ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()
|
11 years ago |
Fabian Frederick
|
f6187769da
sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL
|
11 years ago |
Gideon Israel Dsouza
|
52f5684c8e
kernel: use macros from compiler.h instead of __attribute__((...))
|
11 years ago |
Jiri Kosina
|
d4263348f7
Merge branch 'master' into for-next
|
11 years ago |
Masanari Iida
|
e227867f12
treewide: Fix typo in Documentation/DocBook
|
11 years ago |
Oleg Nesterov
|
8d38f203b4
kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()
|
11 years ago |
Al Viro
|
ce39596048
constify copy_siginfo_to_user{,32}()
|
11 years ago |
Mathieu Desnoyers
|
3ddc5b46a8
kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()
|
12 years ago |
Colin Cross
|
a2d5f1f5d9
sigtimedwait: use freezable blocking call
|
12 years ago |
Linus Torvalds
|
73287a43cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
12 years ago |
Oleg Nesterov
|
403bad72b6
coredump: only SIGKILL should interrupt the coredumping task
|
12 years ago |