ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / kernel / signal.c
2010-03-06 Jiri Slabykernel core: use helpers for rlimits
2010-03-04 Linus TorvaldsPrioritize synchronous signals over 'normal' signals
2010-01-11 Andi Kleenkernel/signal.c: fix kernel information leak with print...
2009-12-19 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-12-16 Oleg Nesterovsignals: check ->group_stop_count after tracehook_get_s...
2009-12-16 Oleg Nesterovsignals: kill force_sig_specific()
2009-12-16 Oleg Nesterovsignals: cosmetic, collect_signal: use SI_USER
2009-12-16 Oleg Nesterovsignals: send_signal: use si_fromuser() to detect from_...
2009-12-16 Oleg Nesterovsignals: SEND_SIG_NOINFO should be considered as SI_FRO...
2009-12-10 Thomas Gleixnersignals: Fix more rcu assumptions
2009-12-10 Thomas Gleixnersignal: Fix racy access to __task_cred in kill_pid_info...
2009-12-05 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2009-11-26 Masami Hiramatsutracepoint: Add signal loss events
2009-11-26 Masami Hiramatsutracepoint: Add signal deliver event
2009-11-26 Masami Hiramatsutracepoint: Move signal sending tracepoint to events...
2009-11-09 Naohiro Ooiwasignal: Print warning message when dropping signals
2009-09-24 Roland McGrathsignals: inline __fatal_signal_pending
2009-09-24 Oleg Nesterovsignals: introduce do_send_sig_info() helper
2009-09-24 Roland McGrathsignals: tracehook_notify_jctl change
2009-09-24 Oleg Nesterovptrace: __ptrace_detach: do __wake_up_parent() if we...
2009-08-01 Linus Torvaldsdo_sigaltstack: small cleanups
2009-08-01 Linus Torvaldsdo_sigaltstack: avoid copying 'stack_t' as a structure...
2009-06-18 Oleg Nesterovptrace: do_notify_parent_cldstop: fix the wrong ->nspro...
2009-06-18 Oleg Nesterovptrace: do not use task->ptrace directly in core kernel
2009-06-15 Vegard Nossumsignal: fix __send_signal() false positive kmemcheck...
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-05-08 James MorrisMerge branch 'master' into next
2009-04-30 Thomas Gleixnersignals: implement sys_rt_tgsigqueueinfo
2009-04-30 Thomas Gleixnersignals: split do_tkill
2009-04-29 David HowellsSELinux: Don't flush inherited SIGKILL during execve()
2009-04-15 Steven Rostedttracing/events: move trace point headers into include...
2009-04-14 Steven Rostedttracing: create automated trace defines
2009-04-03 Sukadev Bhattiprolusignals: SI_USER: Masquerade si_pid when crossing pid...
2009-04-03 Sukadev Bhattiprolusignals: protect cinit from blocked fatal signals
2009-04-03 Sukadev Bhattiprolusignals: protect cinit from unblocked SIG_DFL signals
2009-04-03 Sukadev Bhattiprolusignals: add from_ancestor_ns parameter to send_signal()
2009-04-03 Oleg Nesterovsignals: protect init from unwanted signals more
2009-04-03 Oleg Nesterovsignals: remove 'handler' parameter to tracehook functions
2009-03-23 Miklos Szeredifix ptrace slowness
2009-02-05 Peter Zijlstrasignal: re-add dead task accumulation stats.
2009-01-26 Ed Swierksignals, debug: fix BUG: using smp_processor_id() in...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 32
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 09
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 08
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 07
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 04
2009-01-14 Heiko Carstens[CVE-2009-0029] Convert all system calls to return...
2009-01-06 Sukadev BhattiproluSEND_SIG_NOINFO: set si_pid to tgid instead of pid
2009-01-06 Sukadev BhattiproluSEND_SIG_NOINFO: masquerade si_pid when crossing pid...
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-11-16 Mathieu Desnoyerstracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the core kernel
2008-10-30 Sukadev Bhattiprolu'kill sig -1' must only apply to caller's namespace
2008-10-20 Linus TorvaldsMerge branch 'tracing-v28-for-linus' of git://git....
2008-10-14 Mathieu Desnoyerstracing, sched: LTTng instrumentation - scheduler
2008-09-14 Frank Mayhartimers: fix itimer/many thread hang
2008-08-20 Roland McGrathtracehook: fix SA_NOCLDWAIT
2008-08-11 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2008-07-27 Ingo MolnarMerge branch 'timers/urgent' of ssh:///linux/kernel...
2008-07-26 Roland McGrathtracehook: force signal_pending()
2008-07-26 Roland McGrathtracehook: death
2008-07-26 Roland McGrathtracehook: job control
2008-07-26 Roland McGrathtracehook: get_signal_to_deliver
2008-07-26 Roland McGrathtracehook: tracehook_consider_fatal_signal
2008-07-26 Roland McGrathtracehook: tracehook_consider_ignored_signal
2008-07-26 Roland McGrathtracehook: unexport ptrace_notify
2008-07-25 Pavel Emelyanovpidns: remove now unused kill_proc function
2008-07-25 Oleg Nesterovcoredump: move mm->core_waiters into struct core_state
2008-07-25 Oleg Nesterovptrace: simplify ptrace_stop()->sigkill_pending() path
2008-07-25 Gustavo Fernando... kernel/signal.c: change vars pid and tgid types to...
2008-07-25 Michael Kerrisksignals: make siginfo_t si_utime + si_sstime report...
2008-07-25 Oleg Nesterovsignals: do_signal_stop: kill the SIGNAL_UNKILLABLE...
2008-07-25 Oleg Nesterovsignals: dequeue_signal: don't check SIGNAL_GROUP_EXIT...
2008-07-25 Oleg Nesterovsignals: change collect_signal() to return void
2008-07-25 Oleg Nesterovsignals: collect_signal: simplify the "still_pending...
2008-07-25 Oleg Nesterovsignals: collect_signal: remove the unneeded sigismembe...
2008-07-23 Oleg Nesterovposix-timers: fix posix_timer_event() vs dequeue_signal...
2008-05-26 Oleg Nesterovposix timers: discard SI_TIMER signals on exec
2008-05-26 Oleg Nesterovposix timers: sigqueue_free: don't free sigqueue if...
2008-05-24 Oleg Nesterovsignals: fix sigqueue_free() vs __exit_signal() race
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...
next