remove final fastcall users
[safe/jmp/linux-2.6] / kernel / signal.c
2008-02-14 Harvey Harrisonremove final fastcall users
2008-02-08 Pavel EmelyanovGet rid of the kill_pgrp_info() function
2008-02-08 Pavel EmelyanovClean up the kill_something_info
2008-02-08 Oleg NesterovITIMER_REAL: convert to use struct pid
2008-02-08 Oleg Nesterovuglify kill_pid_info() to fix kill() vs exec() race
2008-02-08 Oleg Nesterovmove the related code from exit_notify() to exit_signals()
2008-02-08 Oleg Nesterovfix group stop with exit race
2008-02-08 Oleg Nesterovptrace_stop: fix racy nonstop_code setting
2008-02-08 Oleg Nesterovptrace_stop: fix the race with ptrace detach+attach
2008-02-08 Oleg Nesterovkill PT_ATTACHED
2008-02-06 Roland McGrathAdd arch_ptrace_stop
2008-02-06 Oleg Nesterovuse __set_task_state() for TRACED/STOPPED tasks
2008-02-05 Oleg Nesterovexec: rework the group exit and fix the race with kill
2008-02-05 Oleg Nesterovremove handle_group_stop() in favor of do_signal_stop()
2008-02-05 Oleg Nesterov__group_complete_signal(): fix coredump with group...
2008-02-01 Trond MyklebustEnsure that we export __fatal_signal_pending()
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 H. Peter Anvinx86: rename the struct pt_regs members for 32/64-bit...
2007-12-06 Matthew WilcoxAdd fatal_signal_pending
2007-12-06 Matthew WilcoxAdd TASK_WAKEKILL
2007-12-06 Matthew Wilcoxsignal: Use task_is_*
2007-11-13 Roland McGrathsigwait eats blocked default-ignore signals
2007-10-30 Rafael J. WysockiFreezer: do not allow freezing processes to clear TIF_S...
2007-10-29 Al Virox86 merge fallout: uml
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Pavel EmelyanovIsolate some explicit usage of task->tgid
2007-10-19 Pavel EmelyanovUninline find_task_by_xxx set of functions
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Sukadev Bhattiprolupid namespaces: allow signalling cgroup-init
2007-10-19 Serge E. Hallynpid namespaces: define is_global_init() and is_containe...
2007-10-19 Sukadev Bhattiprolupid namespaces: rename child_reaper() function
2007-10-19 Pavel Emelianovpid namespaces: round up the API
2007-10-18 Rafael J. Wysockifreezer: do not send signals to kernel threads
2007-10-17 Oleg Nesterovdo_sigaction: don't worry about signal_pending()
2007-10-17 Oleg Nesterov__group_complete_signal: eliminate unneeded wakeup...
2007-10-17 Oleg Nesterovzap_other_threads: don't optimize thread_group_empty...
2007-10-17 Oleg Nesterovdo_sigaction: remove now unneeded recalc_sigpending()
2007-10-07 Al Virofix bogus reporting of signals by audit
2007-09-20 Davide Libenzisignalfd simplification
2007-08-31 Oleg Nesterovsigqueue_free: fix the race with collect_signal()
2007-08-23 Oleg Nesterovsignalfd: fix interaction with posix-timers
2007-08-03 Oleg NesterovKill some obsolete sub-thread-ptrace stuff
2007-07-22 Masoud Asgharifard... x86: i386-show-unhandled-signals-v3
2007-07-16 Ingo Molnarvdso: print fatal signals
2007-06-18 Benjamin HerrenschmidtFix signalfd interaction with thread-private signals
2007-06-07 Roland McGrathRestrict clearing TIF_SIGPENDING
2007-05-24 Roland McGrathrecalc_sigpending_tsk fixes
2007-05-11 Linus TorvaldsMerge branch 'audit.b38' of git://git./linux/kernel...
2007-05-11 Davide Libenzisignal/timer/event: signalfd core
2007-05-11 Amy Griffis[PATCH] audit signal recipients
2007-05-09 Oleg Nesterovchange kernel threads to ignore signals instead of...
2007-05-09 Oleg Nesterovzap_other_threads: remove unneeded ->exit_signal change
2007-05-09 Roland McGrathMove sig_kernel_* et al macros to linux/signal.h
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Christoph LameterKMEM_CACHE(): simplify slab cache creation
2007-02-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/kyle/parisc-2.6
2007-02-17 Matthew WilcoxRevert "[PATCH] make kernel/signal.c:kill_proc_info...
2007-02-16 Thomas Gleixner[PATCH] hrtimers: prevent possible itimer DoS
2007-02-12 Eric W. Biederman[PATCH] pid: remove the now unused kill_pg kill_pg_info...
2007-02-12 Eric W. Biederman[PATCH] pid: replace is_orphaned_pgrp with is_current_p...
2007-02-12 Eric W. Biederman[PATCH] signal: rewrite kill_something_info so it uses...
2007-02-11 Robert P. J. Day[PATCH] Numerous fixes to kernel-doc info in source...
2007-02-11 Oleg Nesterov[PATCH] kill_pid_info: kill acquired_tasklist_lock
2006-12-13 Rafael J. Wysocki[PATCH] PM: Fix freezing of stopped tasks
2006-12-08 Sukadev Bhattiprolu[PATCH] add child reaper to pid_namespace
2006-12-08 Cedric Le Goater[PATCH] add process_session() helper routine
2006-12-07 Adrian Bunk[PATCH] make kernel/signal.c:kill_proc_info() static
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-11-04 Linus TorvaldsMake sure "user->sigpending" count is in sync
2006-10-02 Eric W. Biederman[PATCH] usb: fixup usb so it uses struct pid
2006-10-02 Eric W. Biederman[PATCH] pid: implement signal functions that take a...
2006-09-29 Roland McGrath[PATCH] __dequeue_signal() cleanup
2006-09-27 David Howells[PATCH] NOMMU: move the fallback arch_vma_name() to...
2006-08-03 Linus TorvaldsFix force_sig_info() semantics after cleanups
2006-06-30 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-06-30 David Quigley[PATCH] SELinux: add security hook call to kill_proc_in...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Oleg Nesterov[PATCH] coredump: kill ptrace related stuff
2006-06-20 Al Viro[PATCH] collect sid of those who send signals to auditd
2006-04-14 Roland McGrath[PATCH] fix non-leader exec under ptrace
2006-04-11 Oleg Nesterov[PATCH] __group_complete_signal: remove bogus BUG_ON
2006-04-02 Eric SesterhennBUG_ON() Conversion in kernel/signal.c
2006-03-31 Pavel Machek[PATCH] Fix suspend with traced tasks
2006-03-29 Oleg Nesterov[PATCH] send_sigqueue: simplify and fix the race
2006-03-29 Oleg Nesterov[PATCH] do_notify_parent_cldstop: remove 'to_self'...
2006-03-29 Oleg Nesterov[PATCH] finish_stop: don't check stop_count < 0
2006-03-29 Oleg Nesterov[PATCH] simplify do_signal_stop()
2006-03-29 Oleg Nesterov[PATCH] do_sigaction: don't take tasklist_lock
2006-03-29 Oleg Nesterov[PATCH] do_signal_stop: don't take tasklist_lock
2006-03-29 Oleg Nesterov[PATCH] relax sig_needs_tasklist()
2006-03-29 Oleg Nesterov[PATCH] move __exit_signal() to kernel/exit.c
2006-03-29 Oleg Nesterov[PATCH] rename __exit_sighand to cleanup_sighand
2006-03-29 Oleg Nesterov[PATCH] cleanup __exit_signal()
2006-03-29 Oleg Nesterov[PATCH] copy_process: cleanup bad_fork_cleanup_signal
2006-03-29 Oleg Nesterov[PATCH] copy_process: cleanup bad_fork_cleanup_sighand
2006-03-29 Oleg Nesterov[PATCH] introduce sig_needs_tasklist() helper
2006-03-29 Oleg Nesterov[PATCH] introduce lock_task_sighand() helper
2006-03-29 Oleg Nesterov[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU
2006-03-29 Eric W. Biederman[PATCH] exec: allow init to exec from any thread.
next