Age | Commit message (Expand) | Author | Files | Lines |
2018-07-21 | pid: Implement PIDTYPE_TGID | Eric W. Biederman | 1 | -2/+0 |
2018-07-21 | pids: Move the pgrp and session pid pointers from task_struct to signal_struct | Eric W. Biederman | 1 | -23/+22 |
2018-07-21 | pids: Compute task_tgid using signal->leader_pid | Eric W. Biederman | 1 | -7/+8 |
2018-04-11 | xarray: add the xa_lock to the radix_tree_root | Matthew Wilcox | 1 | -1/+1 |
2018-02-07 | pids: introduce find_get_task_by_vpid() helper | Mike Rapoport | 1 | -0/+13 |
2018-01-29 | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+13 |
2018-01-17 | Expand INIT_STRUCT_PID and remove | David Howells | 1 | -1/+13 |
2017-12-24 | pid: Handle failure to allocate the first pid in a pid namespace | Eric W. Biederman | 1 | -3/+5 |
2017-11-18 | pid: remove pidhash | Gargi Sharma | 1 | -38/+10 |
2017-11-18 | pid: replace pid bitmap implementation with IDR API | Gargi Sharma | 1 | -165/+36 |
2017-08-21 | pids: make task_tgid_nr_ns() safe | Oleg Nesterov | 1 | -7/+4 |
2017-08-03 | pid: kill pidhash_size in pidhash_init() | Kefeng Wang | 1 | -3/+0 |
2017-07-07 | mm: update callers to use HASH_ZERO flag | Pavel Tatashin | 1 | -5/+2 |
2017-05-09 | pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid() | Kirill Tkhai | 1 | -1/+3 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-01-14 | locking/atomic, kref: Add KREF_INIT() | Peter Zijlstra | 1 | -3/+1 |
2016-05-28 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 1 | -1/+1 |
2016-02-01 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2016-01-30 | pid: Fix spelling in comments | Zhen Lei | 1 | -1/+1 |
2016-01-15 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
2015-11-24 | pidns: fix NULL dereference in __task_pid_nr_ns() | Eric Dumazet | 1 | -2/+2 |
2015-07-23 | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() | Paul E. McKenney | 1 | -3/+2 |
2015-04-17 | fork: report pid reservation failure properly | Michal Hocko | 1 | -7/+8 |
2014-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+4 |
2014-12-11 | exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting | Oleg Nesterov | 1 | -0/+2 |
2014-12-04 | copy address of proc_ns_ops into ns_common | Al Viro | 1 | -0/+3 |
2014-12-04 | common object embedded into various struct ....ns | Al Viro | 1 | -1/+1 |
2013-10-01 | pidns: fix free_pid() to handle the first fork failure | Oleg Nesterov | 1 | -0/+5 |
2013-08-31 | pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeup | Eric W. Biederman | 1 | -0/+1 |
2013-07-04 | kernel/pid.c: move statement | Raphael S. Carvalho | 1 | -1/+1 |
2013-07-04 | kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas... | Oleg Nesterov | 1 | -8/+4 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
2013-05-02 | proc: Split the namespace stuff out into linux/proc_ns.h | David Howells | 1 | -0/+1 |
2013-05-01 | pid_namespace.c/.h: simplify defines | Raphael S.Carvalho | 1 | -3/+0 |
2013-05-01 | kernel/pid.c: improve flow of a loop inside alloc_pidmap. | Raphael S. Carvalho | 1 | -2/+6 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
2013-02-13 | kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exited | Eric W. Biederman | 1 | -1/+1 |
2012-12-26 | pidns: Stop pid allocation when init dies | Eric W. Biederman | 1 | -3/+12 |
2012-12-18 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -15/+0 |
2012-12-18 | pidns: remove unused is_container_init() | Gao feng | 1 | -15/+0 |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -8/+39 |
2012-12-06 | propagate name change to comments in kernel source | Nadia Yvette Chambers | 1 | -2/+2 |
2012-11-20 | proc: Usable inode numbers for the namespace file descriptors. | Eric W. Biederman | 1 | -0/+1 |
2012-11-19 | pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 | Eric W. Biederman | 1 | -3/+13 |
2012-11-19 | pidns: Don't allow new processes in a dead pid namespace. | Eric W. Biederman | 1 | -1/+7 |
2012-11-19 | pidns: Make the pidns proc mount/umount logic obvious. | Eric W. Biederman | 1 | -4/+17 |
2012-11-19 | pidns: Use task_active_pid_ns where appropriate | Eric W. Biederman | 1 | -4/+4 |
2012-11-19 | pidns: Capture the user namespace and filter ns_last_pid | Eric W. Biederman | 1 | -0/+1 |
2012-08-15 | net ip6 flowlabel: Make owner a union of struct pid * and kuid_t | Eric W. Biederman | 1 | -0/+1 |
2012-05-24 | mm: add a low limit to alloc_large_system_hash | Tim Bird | 1 | -1/+2 |