summaryrefslogtreecommitdiff
path: root/kernel/pid.c
AgeCommit message (Expand)Author
2017-11-17pid: remove pidhashGargi Sharma
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-02pid: kill pidhash_size in pidhash_init()Kefeng Wang
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin
2017-05-08pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-30pid: Fix spelling in commentsZhen Lei
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-04-17fork: report pid reservation failure properlyMichal Hocko
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov
2013-08-30pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-07-03kernel/pid.c: move statementRaphael S. Carvalho
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17pidns: remove unused is_container_init()Gao feng
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman
2012-11-19pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich
2012-01-12sysctl: add the kernel.ns_last_pid controlPavel Emelyanov
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel
2010-08-19Add RCU check for find_task_by_vpid().Tetsuo Handa