index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Commit message (
Expand
)
Author
Age
*
[PATCH] usb: fixup usb so it uses struct pid
Eric W. Biederman
2006-10-02
*
[PATCH] pid: implement signal functions that take a struct pid *
Eric W. Biederman
2006-10-02
*
[PATCH] __dequeue_signal() cleanup
Roland McGrath
2006-09-29
*
[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place
David Howells
2006-09-27
*
Fix force_sig_info() semantics after cleanups
Linus Torvalds
2006-08-02
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-06-30
|
\
|
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
*
|
[PATCH] SELinux: add security hook call to kill_proc_info_as_uid
David Quigley
2006-06-30
|
/
*
[PATCH] coredump: kill ptrace related stuff
Oleg Nesterov
2006-06-26
*
[PATCH] collect sid of those who send signals to auditd
Al Viro
2006-06-20
*
[PATCH] fix non-leader exec under ptrace
Roland McGrath
2006-04-14
*
[PATCH] __group_complete_signal: remove bogus BUG_ON
Oleg Nesterov
2006-04-11
*
BUG_ON() Conversion in kernel/signal.c
Eric Sesterhenn
2006-04-02
*
[PATCH] Fix suspend with traced tasks
Pavel Machek
2006-03-31
*
[PATCH] send_sigqueue: simplify and fix the race
Oleg Nesterov
2006-03-28
*
[PATCH] do_notify_parent_cldstop: remove 'to_self' param
Oleg Nesterov
2006-03-28
*
[PATCH] finish_stop: don't check stop_count < 0
Oleg Nesterov
2006-03-28
*
[PATCH] simplify do_signal_stop()
Oleg Nesterov
2006-03-28
*
[PATCH] do_sigaction: don't take tasklist_lock
Oleg Nesterov
2006-03-28
*
[PATCH] do_signal_stop: don't take tasklist_lock
Oleg Nesterov
2006-03-28
*
[PATCH] relax sig_needs_tasklist()
Oleg Nesterov
2006-03-28
*
[PATCH] move __exit_signal() to kernel/exit.c
Oleg Nesterov
2006-03-28
*
[PATCH] rename __exit_sighand to cleanup_sighand
Oleg Nesterov
2006-03-28
*
[PATCH] cleanup __exit_signal()
Oleg Nesterov
2006-03-28
*
[PATCH] copy_process: cleanup bad_fork_cleanup_signal
Oleg Nesterov
2006-03-28
*
[PATCH] copy_process: cleanup bad_fork_cleanup_sighand
Oleg Nesterov
2006-03-28
*
[PATCH] introduce sig_needs_tasklist() helper
Oleg Nesterov
2006-03-28
*
[PATCH] introduce lock_task_sighand() helper
Oleg Nesterov
2006-03-28
*
[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU
Oleg Nesterov
2006-03-28
*
[PATCH] exec: allow init to exec from any thread.
Eric W. Biederman
2006-03-28
*
[PATCH] sigprocmask: kill unneeded temp var
Oleg Nesterov
2006-03-23
*
[PATCH] swsusp: finally solve mysqld problem
Rafael J. Wysocki
2006-03-23
*
[PATCH] do_sigaction: cleanup ->sa_mask manipulation
Oleg Nesterov
2006-02-09
*
[PATCH] sys_signal: initialize ->sa_mask
Oleg Nesterov
2006-02-09
*
[PATCH] uninline __sigqueue_free()
Andrew Morton
2006-02-03
*
[PATCH] Generic sys_rt_sigsuspend()
David Woodhouse
2006-01-18
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
*
[PATCH] move capable() to capability.h
Randy.Dunlap
2006-01-11
*
[PATCH] remove unneeded sig->curr_target recalculation
Oleg Nesterov
2006-01-08
*
[PATCH] kill_proc_info_as_uid: don't use hardcoded constants
Oleg Nesterov
2006-01-08
*
[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32
George Anzinger
2006-01-08
*
[PATCH] Simpler signal-exit concurrency handling
Paul E. McKenney
2006-01-08
*
[PATCH] RCU signal handling
Ingo Molnar
2006-01-08
*
[PATCH] signal handling: revert sigkill priority fix
Heiko Carstens
2005-11-13
*
[PATCH] Don't auto-reap traced children
Oleg Nesterov
2005-11-10
*
[PATCH] Remove duplicate code in signal.c
Paul E. McKenney
2005-10-30
*
[PATCH] remove unneeded SI_TIMER checks
Oleg Nesterov
2005-10-30
*
[PATCH] cleanup the usage of SEND_SIG_xxx constants
Oleg Nesterov
2005-10-30
*
[PATCH] remove hardcoded SEND_SIG_xxx constants
Oleg Nesterov
2005-10-30
*
[PATCH] ptrace/coredump/exit_group deadlock
Andrea Arcangeli
2005-10-30
[next]