cciss: Fix scsi tape io with more than 255 scatter gather elements
[linux-flexiantxendom0.git] / kernel / exit.c
2012-01-04 Oleg Nesterovptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD...
2011-11-01 David Rientjesoom: remove oom_disable_count
2011-07-26 Vasiliy Kulikovipc: introduce shm_rmid_forced sysctl
2011-07-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-25 Linus TorvaldsMerge branch 'for-3.1/core' of git://git.kernel.dk...
2011-07-22 Linus TorvaldsMerge branch 'ptrace' of git://git./linux/kernel/git...
2011-07-17 Oleg Nesterovhas_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/
2011-07-12 Justin TerAvestfixlet: Remove fs_excl from struct task.
2011-07-11 Jiri KosinaMerge branch 'master' into for-next
2011-07-08 Michal Hockorcu: treewide: Do not use rcu_read_lock_held when calli...
2011-06-27 Oleg Nesterovptrace: wait_consider_task: s/same_thread_group/ptrace_...
2011-06-27 Oleg Nesterovkill task_detached()
2011-06-27 Oleg Nesterovreparent_leader: check EXIT_DEAD instead of task_detached()
2011-06-27 Oleg Nesterovmake do_notify_parent() __must_check, update the callers
2011-06-27 Oleg Nesterovkill tracehook_notify_death()
2011-06-27 Oleg Nesterovmake do_notify_parent() return bool
2011-06-22 Tejun Heoptrace: kill trivial tracehooks
2011-06-22 Tejun Heoptrace: kill task_ptrace()
2011-06-16 Tejun Heoptrace: implement PTRACE_LISTEN
2011-06-16 KAMEZAWA Hiroyukimemcg: clear mm->owner when last possible owner leaves
2011-05-20 Linus TorvaldsMerge branch 'ptrace' of git://git./linux/kernel/git...
2011-05-13 Tejun Heojob control: reorganize wait_task_stopped()
2011-04-25 Frederic Weisbeckerptrace: Prepare to fix racy accesses on task breakpoints
2011-04-07 Oleg NesterovMerge branch 'ptrace' of git://git./linux/kernel/git...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Tejun Heojob control: Allow access to job control events through...
2011-03-23 Tejun Heojob control: Fix ptracer wait(2) hang and explain notas...
2011-03-23 Tejun Heojob control: Small reorganization of wait_consider_task()
2011-03-10 Jens Axboeblock: initial patch for on-stack per-task plugging
2011-01-11 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2011-01-07 Stephane Eranianperf_events: Move code around to prepare for cgroup
2010-12-17 Christoph Lametercore: Replace __get_cpu_var with __this_cpu_read if...
2010-12-02 Nelson Elhagedo_exit(): make sure that we run with get_fs() == USER_DS
2010-11-05 Oleg Nesterovposix-cpu-timers: workaround to suppress the problems...
2010-10-28 Namhyung Kimexit: add lock context annotation on find_new_reaper()
2010-10-26 Ying Hanoom: add per-mm oom disable count
2010-09-09 Peter Zijlstraperf: Fix up delayed_put_task_struct()
2010-08-18 Daniel J BluemanFix unprotected access to task credentials in waitid()
2010-08-11 Oleg Nesterovptrace: optimize exit_ptrace() for the likely case
2010-05-27 Oleg Nesterovproc: turn signal_struct->count into "int nr_threads"
2010-05-27 Oleg Nesterovexit: move taskstats_tgid_free() from __exit_signal...
2010-05-27 Oleg Nesterovexit: __exit_signal: use thread_group_leader() consistently
2010-05-27 Oleg Nesterovsignals: kill the awful task_rq_unlock_wait() hack
2010-05-27 Oleg Nesterovsignals: clear signal->tty when the last thread exits
2010-05-27 Oleg Nesterovsignals: make task_struct->signal immutable/refcountable
2010-05-27 Oleg Nesterovfork/exit: move tty_kref_put() outside of __cleanup_sig...
2010-05-27 Oleg Nesterovexit: avoid sig->count in __exit_signal() to detect...
2010-05-27 Oleg Nesterovexit: avoid sig->count in de_thread/__exit_signal synch...
2010-05-27 Oleg Nesterovexit: exit_notify() can trust signal->notify_count < 0
2010-05-25 Miao Xiecpuset,mm: fix no node to alloc memory when changing...
2010-04-15 Ingo MolnarMerge branch 'linus' into sched/core
2010-04-07 KAMEZAWA Hiroyukimm: avoid null-pointer deref in sync_mm_rss()
2010-04-02 Li Zefansched: Remove remaining USER_SCHED code
2010-03-13 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-06 Thiago Farinakernel/exit.c: fix shadows sparse warning
2010-03-06 KAMEZAWA Hiroyukimm: avoid false sharing of mm_counter
2010-03-04 Paul E. McKenneyrcu: Use wrapper function instead of exporting tasklist...
2010-02-25 Paul E. McKenneysched: Use lockdep-based checking on rcu_dereference()
2009-12-17 Oleg Nesterovdo_wait() optimization: do not place sub-threads on...
2009-12-14 Thomas Gleixnersched: Convert pi_lock to raw_spinlock
2009-12-11 Alan Coxtty: Move the leader test in disassociate
2009-12-08 Linus TorvaldsMerge branch 'for-2.6.33' of git://git.kernel.dk/linux...
2009-12-05 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-12-04 Louis Rillingblock: Fix io_context leak after failure of clone with...
2009-12-02 Hidetoshi Setosched, cputime: Introduce thread_group_times()
2009-11-26 Hidetoshi Setosched: Remove task_{u,s,g}time()
2009-11-26 Hidetoshi Setosched: Introduce task_times() to replace task_{u,s...
2009-11-21 Ingo MolnarMerge branch 'tracing/hw-breakpoints' into perf/core
2009-11-08 Frederic Weisbeckerhw-breakpoints: Rewrite the hw-breakpoints layer on...
2009-10-29 Christian Borntraegerconnector: fix regression introduced by sid connector
2009-10-08 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-10-06 Thomas Gleixnerfutex: Move exit_pi_state() call to release_mm()
2009-09-24 Hiroshi Shimamototask_struct cleanup: move binfmt field to mm_struct
2009-09-24 Vitaly Mayatskikhwait_noreap_copyout(): check for ->wo_info != NULL
2009-09-24 Vitaly Mayatskikhdo_wait: fix sys_waitid()-specific behaviour
2009-09-24 Oleg Nesterovwait_consider_task: kill "parent" argument
2009-09-24 Oleg Nesterovdo_wait-wakeup-optimization: simplify task_pid_type()
2009-09-24 Oleg Nesterovdo_wait-wakeup-optimization: fix child_wait_callback...
2009-09-24 Oleg Nesterovdo_wait() wakeup optimization: child_wait_callback...
2009-09-24 Oleg Nesterovdo_wait() wakeup optimization: change __wake_up_parent...
2009-09-24 Oleg Nesterovdo_wait() wakeup optimization: shift security_task_wait...
2009-09-24 Oleg Nesterovptrace: __ptrace_detach: do __wake_up_parent() if we...
2009-09-23 Jiri Pirkogetrusage: fill ru_maxrss value
2009-09-23 Scott James Remnantproc connector: add event for process becoming session...
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-11 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-09-02 David HowellsCRED: Add some configurable debugging [try #6]
2009-08-23 Paul E. McKenneyrcu: Merge preemptable-RCU functionality into hierarchi...
2009-07-08 Alexey Dobriyanheaders: mnt_namespace.h redux
2009-06-19 Oleg Nesterovptrace: wait_task_zombie: do not account traced sub...
2009-06-18 Richard Kennedymm: exit.c reorder wait_opts to remove padding on 64...
2009-06-18 Oleg Nesterovdo_wait: fix the theoretical race with stop/trace/cont
2009-06-18 Oleg Nesterovdo_wait: kill the old BUG_ON, use while_each_thread()
2009-06-18 Oleg Nesterovdo_wait: simplify retval/tsk_result/notask_error mess
2009-06-18 Oleg Nesterovintroduce "struct wait_opts" to simplify do_wait()...
2009-06-18 Oleg Nesterovshift "ptrace implies WUNTRACED" from ptrace_do_wait...
2009-06-18 Oleg Nesterovwait_task_zombie: do not use thread_group_cputime()
2009-06-18 Oleg Nesterovptrace: wait_task_zombie: s/->parent/->real_parent/
2009-06-18 Oleg Nesterovptrace: do not use task->ptrace directly in core kernel
2009-06-18 Oleg Nesterovptrace: mm_need_new_owner: use ->real_parent to search...
next