aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-36/+32
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-05-11exit: combine work under lock in synchronize_group_exit() and coredump_task_exit()Mateusz Guzik1-36/+32
2025-05-11exit: move and extend sched_process_exit() tracepointAndrii Nakryiko1-1/+1
2025-04-14release_task: kill the no longer needed get/put_pid(thread_pid)Oleg Nesterov1-2/+3
2025-04-12exit: move wake_up_all() pidfd waiters into __unhash_process()Christian Brauner1-0/+5
2025-04-04sched/tracepoints: Move and extend the sched_process_exit() tracepointAndrii Nakryiko1-1/+1
2025-03-25exit: fix the usage of delay_group_leader->exit_code in do_notify_parent() and pidfs_exit()Oleg Nesterov1-0/+3
2025-03-25pidfs: cleanup the usage of do_notify_pidfd()Oleg Nesterov1-6/+2
2025-03-24Merge tag 'kernel-6.15-rc1.tasklist_lock' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-21/+35
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pollingChristian Brauner1-3/+3
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner1-0/+2
2025-02-07pid: perform free_pid() calls outside of tasklist_lockMateusz Guzik1-8/+20
2025-02-07exit: hoist get_pid() in release_task() outside of tasklist_lockMateusz Guzik1-1/+2
2025-02-07exit: perform add_device_randomness() without tasklist_lockMateusz Guzik1-3/+2
2025-02-07exit: kill the pointless __exit_signal()->clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov1-1/+0
2025-02-07exit: change the release_task() paths to call flush_sigqueue() locklessOleg Nesterov1-8/+11
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+57
2024-09-01task_stack: uninline stack_not_usedPasha Tatashin1-0/+19
2024-09-01vmstat: kernel stack usage histogramPasha Tatashin1-0/+38
2024-08-02exit: Sleep at TASK_IDLE when waiting for application core dumpPaul E. McKenney1-1/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-38/+43
2024-07-16Merge tag 'seccomp-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2024-07-04memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()Oleg Nesterov1-16/+24
2024-07-04memcg: mm_update_next_owner: kill the "retry" logicOleg Nesterov1-30/+27
2024-07-03mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng1-0/+2
2024-07-03mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng1-0/+2
2024-06-28seccomp: release task filters when the task exitsAndrei Vagin1-1/+2
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+1
2024-05-22kernel: Remove signal hacks for vhost_tasksMike Christie1-4/+1
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-24/+7
2024-02-07exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Oleg Nesterov1-7/+3
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov1-24/+0
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov1-0/+7
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-1/+3
2023-12-20wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)1-1/+3
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe1-3/+0
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+0
2023-10-04kill task_struct->thread_groupOleg Nesterov1-1/+0
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik1-4/+0
2023-09-21exit: add internal include file with helpersJens Axboe1-25/+7
2023-09-21exit: add kernel_waitid_prepare() helperJens Axboe1-13/+25
2023-09-21exit: move core of do_wait() into helperJens Axboe1-20/+31
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Jens Axboe1-6/+14
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-1/+4
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+2