summaryrefslogtreecommitdiffstats
path: root/kernel/pid_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+9
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-2/+0
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-1/+1
2025-09-19pid: port to ns_ref_*() helpersChristian Brauner1-2/+2
2025-09-19ns: add ns_common_free()Christian Brauner1-2/+2
2025-09-19nscommon: simplify initializationChristian Brauner1-1/+1
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner1-5/+0
2025-09-19pid: support ns lookupChristian Brauner1-0/+4
2025-09-19pid: use ns_common_init()Christian Brauner1-3/+1
2025-09-02pidns: move is-ancestor logic to helperAleksa Sarai1-8/+14
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-03-06pid: Do not set pid_max in new pid namespacesMichal Koutný1-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner1-11/+32
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-15Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+0
2024-06-15zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov1-0/+1
2024-06-03Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"Frederic Weisbecker1-17/+0
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-20wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)1-0/+1
2023-10-04pid: pid_ns_ctl_handler: remove useless commentRong Tao1-6/+0
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai1-3/+3
2023-07-01pid: use struct_size_t() helperChristian Brauner1-1/+1
2023-06-30pid: Replace struct pid 1-element array with flex-arrayKees Cook1-1/+1
2023-05-02kernel: pid_namespace: simplify sysctls with register_sysctl()Luis Chamberlain1-2/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2023-01-18mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu1-0/+5
2023-01-03rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker1-0/+17
2022-04-29kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai1-1/+1
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin1-1/+1
2021-09-03memcg: enable accounting for pids in nested pid namespacesVasily Averin1-1/+2
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-10/+3
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-08-19pid: Use generic ns_common::countKirill Tkhai1-10/+3
2020-07-19pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pidAdrian Reber1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-09nsproxy: add struct nssetChristian Brauner1-2/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-02-28pid: Improve the comment about waiting in zap_pid_ns_processesEric W. Biederman1-12/+19
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman1-7/+0
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber1-2/+0
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-05-27signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-09-16signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman1-1/+1
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman1-1/+1
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-43/+24
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski1-3/+3