[patch 1/1] audit_send_reply(): fix error-path memory leak
[safe/jmp/linux-2.6] / kernel / signal.c
2008-04-30 Roland McGrathsignals: add set_restore_sigmask
2008-04-30 Oleg Nesterovsignals: allow the kernel to actually kill /sbin/init
2008-04-30 Oleg Nesterovsignals: fix /sbin/init protection from unwanted signals
2008-04-30 Oleg Nesterovsignals: check_kill_permission: remove tasklist_lock
2008-04-30 Oleg Nesterovsignals: check_kill_permission: check session under...
2008-04-30 Oleg Nesterovsignals: send_signal: be paranoid about signalfd_notify()
2008-04-30 Oleg Nesterovsignals: document CLD_CONTINUED notification mechanics
2008-04-30 Oleg Nesterovsignals: fold sig_ignored() into handle_stop_signal()
2008-04-30 Oleg Nesterovsignals: cleanup the usage of print_fatal_signal()
2008-04-30 Oleg Nesterovsignals: handle_stop_signal: don't worry about SIGKILL
2008-04-30 Oleg Nesterovsignals: join send_sigqueue() with send_group_sigqueue()
2008-04-30 Oleg Nesterovsignals: unify send_sigqueue/send_group_sigqueue completely
2008-04-30 Pavel Emelyanovsignals: fold complete_signal() into send_signal/do_sen...
2008-04-30 Oleg Nesterovsignals: use __group_complete_signal() for the specific...
2008-04-30 Oleg Nesterovsignals: change send_signal/do_send_sigqueue to take...
2008-04-30 Oleg Nesterovsignals: move the definition of __group_complete_signal...
2008-04-30 Oleg Nesterovsignals: microoptimize the usage of ->curr_target
2008-04-30 Oleg Nesterovsignals: send_sig_info: don't take tasklist_lock
2008-04-30 Oleg Nesterovsignals: do_tkill: don't use tasklist_lock
2008-04-30 Oleg Nesterovsignals: move handle_stop_signal() into send_signal()
2008-04-30 Oleg Nesterovsignals: send_group_sigqueue: don't take tasklist_lock
2008-04-30 Oleg Nesterovsignals: __group_complete_signal: cache the value of...
2008-04-30 Oleg Nesterovsignals: send_sigqueue: don't forget about handle_stop_...
2008-04-30 Oleg Nesterovsignals: send_sigqueue: don't take rcu lock
2008-04-30 Oleg Nesterovget_signal_to_deliver: use the cached ->signal/sighand...
2008-04-30 Oleg Nesterovhandle_stop_signal: use the cached p->signal value
2008-04-30 Oleg Nesterovhandle_stop_signal: unify partial/full stop handling
2008-04-30 Oleg Nesterovkill_pid_info: don't take now unneeded tasklist_lock
2008-04-30 Oleg Nesterovsignals: re-assign CLD_CONTINUED notification from...
2008-04-30 Oleg Nesterovsignals: cleanup security_task_kill() usage/implementation
2008-04-30 Pavel Emelyanovsignals: consolidate send_sigqueue and send_group_sigqueue
2008-04-30 Pavel Emelyanovsignals: clean dequeue_signal from excess checks and...
2008-04-30 Pavel Emelyanovsignals: consolidate checks for whether or not to ignor...
2008-04-30 Oleg Nesterovlock_task_sighand: add rcu lock/unlock
2008-04-30 Oleg Nesterovsignals: do_signal_stop(): use signal_group_exit()
2008-04-30 Pavel Emelyanovsignals: consolidate checking for ignored/legacy signals
2008-04-30 Pavel Emelyanovsignals: turn LEGACY_QUEUE macro into static inline...
2008-04-30 Pavel Emelyanovsignals: remove unused variable from send_signal()
2008-04-21 Pavel Machektrivial: small cleanups
2008-04-18 Roland McGrathptrace_signal subroutine
2008-03-04 Roland McGrathfreezer vs stopped or traced
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...
next