summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/pid.c: move statementRaphael S. Carvalho2013-07-031-1/+1
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-031-8/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
|\
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-0/+1
* | pid_namespace.c/.h: simplify definesRaphael S.Carvalho2013-04-301-3/+0
* | kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho2013-04-301-2/+6
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman2013-02-121-1/+1
* pidns: Stop pid allocation when init diesEric W. Biederman2012-12-251-3/+12
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-171-15/+0
|\
| * pidns: remove unused is_container_init()Gao feng2012-12-171-15/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-8/+39
|\ \ | |/ |/|
| * proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+1
| * pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman2012-11-191-3/+13
| * pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman2012-11-191-1/+7
| * pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-191-4/+17
| * pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-4/+4
| * pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman2012-11-191-0/+1
* | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-2/+2
|/
* net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-141-0/+1
* mm: add a low limit to alloc_large_system_hashTim Bird2012-05-241-1/+2
* vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2012-02-131-2/+2
* sysctl: add the kernel.ns_last_pid controlPavel Emelyanov2012-01-121-1/+3
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-281-1/+3
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-1/+0
* next_pidmap: fix overflow conditionLinus Torvalds2011-04-181-1/+4
* export pid symbols needed for kvm_vcpu_on_spinRik van Riel2011-03-171-0/+2
* Add RCU check for find_task_by_vpid().Tetsuo Handa2010-08-191-0/+1
* rculist: avoid __rcu annotationsArnd Bergmann2010-08-191-1/+1
* pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov2010-08-111-10/+7
* pids: fix a race in pid generation that causes pids to be reused immediatelySalman2010-08-111-1/+38
* pids: increase pid_max based on num_possible_cpusHedi Berriche2010-05-271-0/+7
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-1/+3
|\
| * rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney2010-03-041-1/+3
* | kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa2010-03-061-1/+1
|/
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-251-1/+1
* pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa2009-12-161-3/+2
* pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa2009-12-161-3/+4
* mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich2009-09-221-11/+4
* kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas2009-07-091-7/+0
* kmemleak: Inform kmemleak about pid_hashCatalin Marinas2009-06-291-0/+7
* pids: clean up find_task_by_pid variantsChristoph Hellwig2009-06-181-14/+3
* pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov2009-04-021-15/+16
* pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov2009-04-021-0/+2
* pid: generalize task_active_pid_nsEric W. Biederman2009-01-081-0/+6
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* pidns: remove now unused find_pid function.Pavel Emelyanov2008-07-251-7/+1
* proc: misplaced export of find_get_pidDavid Sterba2008-07-251-1/+1
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1