Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / exit.c
2012-03-30 Linus TorvaldsMerge branch 'x86-x32-for-linus' of git://git./linux...
2012-03-23 Denys Vlasenkokernel/exit.c: if init dies, log a signal which killed...
2012-03-23 Lennart Poetteringprctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple...
2012-03-22 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-03-22 David Rientjesmm, counters: remove task argument to sync_mm_rss(...
2012-03-21 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2012-03-21 Linus TorvaldsMerge tag 'pm-for-3.4' of git://git./linux/kernel/git...
2012-03-20 Oleg Nesterovexit_signal: fix the "parent has changed security domai...
2012-03-20 Oleg Nesterovexit_signal: simplify the "we have changed execution...
2012-03-09 Alexander Gordeevgenirq: Get rid of unnecessary IRQTF_DIED flag
2012-03-04 Rafael J. WysockiMerge branch 'pm-sleep'
2012-03-04 Marcos Paulo de... PM / Freezer: Remove references to TIF_FREEZE in comments
2012-02-19 David HowellsReplace the fd_sets in struct fdtable with an array...
2012-02-13 Al Virosecurity: trim security.h
2012-01-27 Yasunori Gotosched: Fix ancient race in do_exit()
2012-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-17 Eric Parisaudit: inline audit_free to simplify the look of generi...
2012-01-13 Joe Perchestreewide: remove useless NORET_TYPE macro and uses
2012-01-11 Linus TorvaldsMerge branch 'writeback-for-linus' of git://git./linux...
2012-01-08 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2012-01-06 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2012-01-04 Oleg Nesterovptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD...
2011-12-18 Wu Fengguangwriteback: charge leaked page dirties to active tasks
2011-12-15 Martin Schwidefsky[S390] cputime: add sparse checking and cleanup
2011-11-21 Tejun Heofreezer: remove racy clear_freeze_flag() and set PF_NOF...
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-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
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-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
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-14 Jeff Mahoney- Update to 2.6.34-rc4.
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-17 Jeff Mahoney- Updated to 2.6.34-rc1-git6.
2010-03-13 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-09 Jeff Mahoney- Updated to 2.6.34-rc1.
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()
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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-11-05 Jeff Mahoney- Update to 2.6.32-rc6.
next