summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-04-13pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai1-1/+3
2017-08-25pids: make task_tgid_nr_ns() safeOleg Nesterov3-31/+34
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann38-103/+102
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+25
2016-01-30pid: Fix spelling in commentsZhen Lei1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet1-2/+2
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney16-81/+101
2015-04-17fork: report pid reservation failure properlyMichal Hocko2-9/+11
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds36-430/+416
2014-12-11exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov1-0/+2
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro13-10/+34
2014-12-04common object embedded into various struct ....nsAl Viro17-29/+43
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov1-0/+5
2013-08-31pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman1-0/+1
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/tas...Oleg Nesterov3-15/+19
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells15-92/+109
2013-05-01pid_namespace.c/.h: simplify definesRaphael S.Carvalho3-6/+3
2013-05-01kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho1-2/+6
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman1-1/+1
2012-12-26pidns: Stop pid allocation when init diesEric W. Biederman4-4/+20
2012-12-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds185-1339/+3447
2012-12-18pidns: remove unused is_container_init()Gao feng2-21/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds59-451/+996
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers19-23/+24
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman18-12/+132
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman3-26/+17
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. Biederman6-22/+26
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman12-15/+16
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman4-9/+19
2012-08-15net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman4-9/+48
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird8-24/+26
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich5-12/+14
2012-01-13sysctl: add the kernel.ns_last_pid controlPavel Emelyanov3-1/+42
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-09-29rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney5-45/+75
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko14-27/+6
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds2-2/+5
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel2-0/+3
2010-08-20Add RCU check for find_task_by_vpid().Tetsuo Handa2-5/+10
2010-08-20rculist: avoid __rcu annotationsArnd Bergmann3-25/+46
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 Berriche2-0/+16
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-55/+120
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa1-1/+1
[next]