summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
Commit message (Expand)AuthorAgeFilesLines
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-1/+1
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-0/+13
* Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-1/+13
|\
| * Expand INIT_STRUCT_PID and removeDavid Howells2018-01-171-1/+13
* | pid: Handle failure to allocate the first pid in a pid namespaceEric W. Biederman2017-12-231-3/+5
|/
* pid: remove pidhashGargi Sharma2017-11-171-38/+10
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-165/+36
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-7/+4
* pid: kill pidhash_size in pidhash_init()Kefeng Wang2017-08-021-3/+0
* mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-061-5/+2
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2017-05-081-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-3/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-311-1/+1
|\
| * pid: Fix spelling in commentsZhen Lei2016-01-301-1/+1
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
|/
* pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2015-11-241-2/+2
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-3/+2
* fork: report pid reservation failure properlyMichal Hocko2015-04-171-7/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-1/+4
|\
| * copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+3
| * common object embedded into various struct ....nsAl Viro2014-12-041-1/+1
* | exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2014-12-101-0/+2
|/
* pidns: fix free_pid() to handle the first fork failureOleg Nesterov2013-09-301-0/+5
* pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman2013-08-301-0/+1
* 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
OpenPOWER on IntegriCloud