summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-10kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang
2024-07-10kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann
2024-07-04get_task_mm: check PF_KTHREAD locklessOleg Nesterov
2024-06-24fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook
2024-06-03fs: don't block i_writecount during execChristian Brauner
2024-04-25mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)
2024-04-16fork: defer linking file vma until vma is fully initializedMiaohe Lin
2024-03-11Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-01pidfd: add pidfsChristian Brauner
2024-02-28pidfd: move struct pidfd_fopsChristian Brauner
2024-02-25rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-02-10pidfd: change pidfd_send_signal() to respect PIDFD_THREADOleg Nesterov
2024-02-06pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD togetherOleg Nesterov
2024-02-02pidfd_poll: report POLLHUP when pid_task() == NULLOleg Nesterov
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov
2024-02-02fork: Using clone_flags for legacy clone checkWang Jinchao
2024-01-24exec: Distinguish in_execve from in_execKees Cook
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-12-20kernel/fork.c: add missing includeKent Overstreet
2023-12-20fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-10arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens
2023-12-10arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-10fork: Fix kernel-docMatthew Wilcox (Oracle)
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest
2023-10-04kill task_struct->thread_groupOleg Nesterov
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds