aboutsummaryrefslogtreecommitdiff
path: root/kernel/pid.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-1/+1
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2016-01-30pid: Fix spelling in commentsGravatar Zhen Lei 1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Gravatar Eric Dumazet 1-2/+2
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Gravatar Paul E. McKenney 1-3/+2
2015-04-17fork: report pid reservation failure properlyGravatar Michal Hocko 1-7/+8
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+4
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingGravatar Oleg Nesterov 1-0/+2
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-0/+3
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-1/+1
2013-09-30pidns: fix free_pid() to handle the first fork failureGravatar Oleg Nesterov 1-0/+5
2013-08-30pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupGravatar Eric W. Biederman 1-0/+1
2013-07-03kernel/pid.c: move statementGravatar Raphael S. Carvalho 1-1/+1
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Gravatar Oleg Nesterov 1-8/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-0/+1
2013-04-30pid_namespace.c/.h: simplify definesGravatar Raphael S.Carvalho 1-3/+0
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Gravatar Raphael S. Carvalho 1-2/+6
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedGravatar Eric W. Biederman 1-1/+1
2012-12-25pidns: Stop pid allocation when init diesGravatar Eric W. Biederman 1-3/+12
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-15/+0
2012-12-17pidns: remove unused is_container_init()Gravatar Gao feng 1-15/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-8/+39
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-2/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-0/+1
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Gravatar Eric W. Biederman 1-3/+13
2012-11-19pidns: Don't allow new processes in a dead pid namespace.Gravatar Eric W. Biederman 1-1/+7
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Gravatar Eric W. Biederman 1-4/+17
2012-11-19pidns: Use task_active_pid_ns where appropriateGravatar Eric W. Biederman 1-4/+4
2012-11-19pidns: Capture the user namespace and filter ns_last_pidGravatar Eric W. Biederman 1-0/+1
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tGravatar Eric W. Biederman 1-0/+1
2012-05-24mm: add a low limit to alloc_large_system_hashGravatar Tim Bird 1-1/+2
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsGravatar Dimitri Sivanich 1-2/+2
2012-01-12sysctl: add the kernel.ns_last_pid controlGravatar Pavel Emelyanov 1-1/+3
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsGravatar Paul E. McKenney 1-1/+3
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkGravatar Michal Hocko 1-1/+0
2011-04-18next_pidmap: fix overflow conditionGravatar Linus Torvalds 1-1/+4
2011-03-17export pid symbols needed for kvm_vcpu_on_spinGravatar Rik van Riel 1-0/+2
2010-08-19Add RCU check for find_task_by_vpid().Gravatar Tetsuo Handa 1-0/+1
2010-08-19rculist: avoid __rcu annotationsGravatar Arnd Bergmann 1-1/+1
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksGravatar Oleg Nesterov 1-10/+7
2010-08-11pids: fix a race in pid generation that causes pids to be reused immediatelyGravatar Salman 1-1/+38
2010-05-27pids: increase pid_max based on num_possible_cpusGravatar Hedi Berriche 1-0/+7
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsGravatar Tetsuo Handa 1-1/+1
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockGravatar Paul E. McKenney 1-1/+3
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Gravatar Paul E. McKenney 1-1/+1