aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/pid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03kernel/pid.c: move statementRaphael S. Carvalho1-1/+1
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid listsOleg Nesterov1-8/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-0/+1
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho1-3/+0
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho1-2/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman1-1/+1
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman1-3/+12
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-15/+0
2012-12-17pidns: remove unused is_container_init()Gao feng1-15/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+39
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-2/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+1
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman1-3/+13
2012-11-19pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman1-1/+7
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman1-4/+17
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-4/+4
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman1-0/+1
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman1-0/+1
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-1/+2
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+2
2012-01-12sysctl: add the kernel.ns_last_pid controlPavel Emelyanov1-1/+3
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney1-1/+3
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-1/+0
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds1-1/+4
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel1-0/+2
2010-08-19Add RCU check for find_task_by_vpid().Tetsuo Handa1-0/+1
2010-08-19rculist: avoid __rcu annotationsArnd Bergmann1-1/+1
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov1-10/+7
2010-08-11pids: fix a race in pid generation that causes pids to be reused immediatelySalman1-1/+38
2010-05-27pids: increase pid_max based on num_possible_cpusHedi Berriche1-0/+7
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+3
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa1-1/+1
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney1-1/+3
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney1-1/+1
2009-12-16pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa1-3/+2
2009-12-16pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa1-3/+4
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-11/+4
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas1-7/+0
2009-06-29kmemleak: Inform kmemleak about pid_hashCatalin Marinas1-0/+7
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig1-14/+3
2009-04-02pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov1-15/+16
2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov1-0/+2
2009-01-08pid: generalize task_active_pid_nsEric W. Biederman1-0/+6
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov1-7/+1
2008-07-25proc: misplaced export of find_get_pidDavid Sterba1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1