#!/bin/bash perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@ ortcut icon' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/kernel/pid_namespace.c
AgeCommit message (Expand)Author
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski
2018-03-21pidns: simpler allocation of pid_* cachesAlexey Dobriyan
2017-11-17pid: remove pidhashGargi Sharma
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-07-20userns,pidns: Verify the userns for new pid namespacesEric W. Biederman
2017-05-13pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-01-10pid: fix lockdep deadlock warning due to ucount_lockAndrei Vagin
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman