Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / pid.c
2012-02-14 Dimitri Sivanichvfs: fix panic in __d_lookup() with high dentry hashtab...
2012-01-13 Pavel Emelyanovsysctl: add the kernel.ns_last_pid control
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-09-29 Paul E. McKenneyrcu: Restore checks for blocking in RCU read-side criti...
2011-07-08 Michal Hockorcu: treewide: Do not use rcu_read_lock_held when calli...
2011-04-18 Linus Torvaldsnext_pidmap: fix overflow condition
2011-03-17 Rik van Rielexport pid symbols needed for kvm_vcpu_on_spin
2010-08-20 Tetsuo HandaAdd RCU check for find_task_by_vpid().
2010-08-20 Arnd Bergmannrculist: avoid __rcu annotations
2010-08-11 Oleg Nesterovpids: alloc_pidmap: remove the unnecessary boundary...
2010-08-11 Salmanpids: fix a race in pid generation that causes pids...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-27 Hedi Berrichepids: increase pid_max based on num_possible_cpus
2010-03-13 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-06 Tetsuo Handakernel/pid.c: update comment on find_task_by_pid_ns
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-16 André Goddard Rosapid: reduce code size by using a pointer to iterate...
2009-12-16 André Goddard Rosapid: tighten pidmap spinlock critical section by removi...
2009-09-22 Jan Beulichmm: also use alloc_large_system_hash() for the PID...
2009-07-09 Catalin Marinaskmemleak: Remove alloc_bootmem annotations introduced...
2009-06-29 Catalin Marinaskmemleak: Inform kmemleak about pid_hash
2009-06-18 Christoph Hellwigpids: clean up find_task_by_pid variants
2009-04-03 Oleg Nesterovpids: refactor vnr/nr_ns helpers to make them safe
2009-04-03 Oleg Nesterovpids: improve get_task_pid() to fix the unsafe sys_wait...
2009-01-08 Eric W. Biedermanpid: generalize task_active_pid_ns
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2008-07-25 Pavel Emelyanovpidns: remove now unused find_pid function.
2008-07-25 David Sterbaproc: misplaced export of find_get_pid
2008-05-19 Franck Bui-Huurcu: split list.h and move rcu-protected lists into...
2008-04-30 Oleg Nesterovpids: introduce change_pid() helper
2008-04-30 Oleg Nesterovpids: de_thread: don't clear session/pgrp pids for...
2008-04-30 Pavel EmelyanovDeprecate find_task_by_pid()
2008-04-30 Oleg Nesterovfree_pidmap: turn it into free_pidmap(struct upid *)
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2008-02-08 Eric W. Biedermanpid: Extend/Fix pid_vnr
2008-02-08 Pavel Emelyanovnamespaces: cleanup the code managed with PID_NS option
2008-02-07 Pavel Emelyanovgfs2: make gfs2_glock.gl_owner_pid be a struct pid *
2007-11-15 Eric W. Biedermanpidns: Place under CONFIG_EXPERIMENTAL
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-19 Pavel EmelyanovUninline the task_xid_nr_ns() calls
2007-10-19 Pavel EmelyanovUninline find_pid etc set of functions
2007-10-19 Pavel Emelyanovpid namespaces: remove the struct pid unneeded fields
2007-10-19 Pavel EmelyanovUninline find_task_by_xxx set of functions
2007-10-19 Sukadev Bhattiprolupid namespaces: destroy pid namespace on init's death
2007-10-19 Sukadev Bhattiprolupid namespaces: create a slab-cache for 'struct pid_nam...
2007-10-19 Pavel Emelyanovpid namespaces: allow cloning of new namespace
2007-10-19 Pavel Emelyanovpid namespaces: miscellaneous preparations for pid...
2007-10-19 Pavel Emelyanovpid namespaces: helpers to find the task by its numeric...
2007-10-19 Pavel Emelyanovpid namespaces: helpers to obtain pid numbers
2007-10-19 Pavel Emelyanovpid namespaces: make alloc_pid(), free_pid() and put_pi...
2007-10-19 Pavel Emelyanovpid namespaces: add support for pid namespaces hierarchy
2007-10-19 Serge E. Hallynpid namespaces: define is_global_init() and is_containe...
2007-10-19 Sukadev Bhattiprolupid namespaces: define and use task_active_pid_ns(...
2007-10-19 Pavel Emelianovpid namespaces: dynamic kmem cache allocator for pid...
2007-07-16 Eric W. Biedermannamespace: ensure clone_flags are always stored in...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-11 Sukadev Bhattiprolustatically initialize struct pid for swapper
2007-05-11 Sukadev Bhattiproluattach_pid() with struct pid parameter
2007-05-08 Badari PulavartyMerge sys_clone()/sys_unshare() nsproxy and namespace...
2007-05-07 Christoph LameterKMEM_CACHE(): simplify slab cache creation
2007-01-30 Serge E. Hallyn[PATCH] namespaces: fix task exit disaster
2006-12-08 Sukadev Bhattiprolu[PATCH] add child reaper to pid_namespace
2006-12-08 Cedric Le Goater[PATCH] use current->nsproxy->pid_ns
2006-12-08 Cedric Le Goater[PATCH] to nsproxy
2006-12-08 Sukadev Bhattiprolu[PATCH] rename struct pspace to struct pid_namespace
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-10-02 Oleg Nesterov[PATCH] introduce get_task_pid() to fix unsafe get_pid()
2006-10-02 Eric W. Biederman[PATCH] Use struct pspace in next_pidmap and find_ge_pid
2006-10-02 Sukadev Bhattiprolu[PATCH] Define struct pspace
2006-10-02 Sukadev Bhattiprolu[PATCH] Move pidmap to pspace.h
2006-10-02 Eric W. Biederman[PATCH] pids coding style use struct pidmap in next_pidmap
2006-10-02 Sukadev Bhattiprolu[PATCH] pids: coding style: use struct pidmap
2006-10-02 Eric W. Biederman[PATCH] pid: export the symbols needed to use struct...
2006-10-02 Eric W. Biederman[PATCH] proc: readdir race fix (take 3)
2006-09-27 Eric W. Biederman[PATCH] pid: remove temporary debug code in attach_pid
2006-09-27 Eric W. Biederman[PATCH] pid: Implement transfer_pid and use it to simpl...
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-03 Ingo Molnar[PATCH] sched: cleanup, remove task_t, convert to struc...
2006-03-31 Eric W. Biederman[PATCH] pidhash: Refactor the pid hash table
2006-03-29 Oleg Nesterov[PATCH] pidhash: don't count idle threads
2006-03-29 Eric W. Biederman[PATCH] pidhash: kill switch_exec_pids
2006-01-09 Ingo Molnar[PATCH] RCU signal handling
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-08 Thomas Gleixner[PATCH] Lock initializer cleanup (Core)
2004-10-20 Oleg Nesterov[PATCH] detach_pid(): eliminate one find_pid() call
2004-10-20 Oleg Nesterov[PATCH] detach_pid(): restore optimization
2004-10-19 William Lee Irwin III[PATCH] pidhashing: enforce PID_MAX_LIMIT in sysctls
2004-10-19 William Lee Irwin III[PATCH] pidhashing: retain older vendor copyright
2004-10-19 William Lee Irwin III[PATCH] pidhashing: rewrite alloc_pidmap()
2004-09-20 Andreas KleenAdd remaining safe fixes from 2.6.9rc2-bk*
2004-09-14 Anton Blanchard[PATCH] Allocate correct amount of memory for pid hash
2004-09-02 Kirill Korotaev[PATCH] fixed pidhashing patch
2004-08-31 Nick Piggin[PATCH] use hlist for pid hash
2004-08-31 Nick Piggin[PATCH] fix PID hash sizing
2004-05-02 Andreas Gruenbacher- Add missing file.
2004-04-12 Andrew Morton[PATCH] move job control fields from task_struct to...
next