index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
exit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
perf: Fix sample vs do_exit()
Peter Zijlstra
1
-8
/
+9
2025-03-25
exit: fix the usage of delay_group_leader->exit_code in do_notify_parent() an...
Oleg Nesterov
1
-0
/
+3
2025-03-25
pidfs: cleanup the usage of do_notify_pidfd()
Oleg Nesterov
1
-6
/
+2
2025-03-24
Merge tag 'kernel-6.15-rc1.tasklist_lock' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-21
/
+35
2025-03-20
pidfs: improve multi-threaded exec and premature thread-group leader exit pol...
Christian Brauner
1
-3
/
+3
2025-03-05
pidfs: record exit code and cgroupid at exit
Christian Brauner
1
-0
/
+2
2025-02-07
pid: perform free_pid() calls outside of tasklist_lock
Mateusz Guzik
1
-8
/
+20
2025-02-07
exit: hoist get_pid() in release_task() outside of tasklist_lock
Mateusz Guzik
1
-1
/
+2
2025-02-07
exit: perform add_device_randomness() without tasklist_lock
Mateusz Guzik
1
-3
/
+2
2025-02-07
exit: kill the pointless __exit_signal()->clear_tsk_thread_flag(TIF_SIGPENDING)
Oleg Nesterov
1
-1
/
+0
2025-02-07
exit: change the release_task() paths to call flush_sigqueue() lockless
Oleg Nesterov
1
-8
/
+11
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
1
-1
/
+0
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+57
2024-09-01
task_stack: uninline stack_not_used
Pasha Tatashin
1
-0
/
+19
2024-09-01
vmstat: kernel stack usage histogram
Pasha Tatashin
1
-0
/
+38
2024-08-02
exit: Sleep at TASK_IDLE when waiting for application core dump
Paul E. McKenney
1
-1
/
+1
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-38
/
+43
2024-07-16
Merge tag 'seccomp-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2024-07-04
memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()
Oleg Nesterov
1
-16
/
+24
2024-07-04
memcg: mm_update_next_owner: kill the "retry" logic
Oleg Nesterov
1
-30
/
+27
2024-07-03
mm: optimize the redundant loop of mm_update_owner_next()
Jinliang Zheng
1
-0
/
+2
2024-07-03
mm: optimize the redundant loop of mm_update_owner_next()
Jinliang Zheng
1
-0
/
+2
2024-06-28
seccomp: release task filters when the task exits
Andrei Vagin
1
-1
/
+2
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+1
2024-05-22
kernel: Remove signal hacks for vhost_tasks
Mike Christie
1
-4
/
+1
2024-04-24
kernel misc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-03-11
Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-24
/
+7
2024-02-07
exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)
Oleg Nesterov
1
-7
/
+3
2024-02-06
pidfd: exit: kill the no longer used thread_group_exited()
Oleg Nesterov
1
-24
/
+0
2024-02-02
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
1
-0
/
+7
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-1
/
+3
2023-12-20
wait: Remove uapi header file from main header file
Matthew Wilcox (Oracle)
1
-1
/
+3
2023-12-15
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
1
-3
/
+0
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+0
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+0
2023-10-04
kill task_struct->thread_group
Oleg Nesterov
1
-1
/
+0
2023-10-04
mm: remove remnants of SPLIT_RSS_COUNTING
Mateusz Guzik
1
-4
/
+0
2023-09-21
exit: add internal include file with helpers
Jens Axboe
1
-25
/
+7
2023-09-21
exit: add kernel_waitid_prepare() helper
Jens Axboe
1
-13
/
+25
2023-09-21
exit: move core of do_wait() into helper
Jens Axboe
1
-20
/
+31
2023-09-21
exit: abstract out should_wake helper for child_wait_callback()
Jens Axboe
1
-6
/
+14
2023-06-01
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
1
-1
/
+4
2023-04-28
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-0
/
+2
2023-03-29
tracing/user_events: Track fork/exec/exit for mm lifetime
Beau Belgrave
1
-0
/
+2
2023-03-28
lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
1
-1
/
+1
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+8
2023-01-24
Compiler attributes: GCC cold function alignment workarounds
Mark Rutland
1
-1
/
+8
2023-01-21
exit: Detect and fix irq disabled state in oops
Nicholas Piggin
1
-0
/
+7
2022-12-16
exit: Use READ_ONCE() for all oops/warn limit reads
Kees Cook
1
-2
/
+4
[next]