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