1. 1930a6e Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 9 months ago
  2. 7001052 Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 9 months ago
  3. 169e777 Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 9 months ago
  4. 194dfe8 Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 2 years, 9 months ago
  5. 616355c Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 9 months ago
  6. 54ecbe6 rethook: Add a generic return hook by Masami Hiramatsu · 2 years, 9 months ago
  7. eae654f exit: Mark do_group_exit() __noreturn by Peter Zijlstra · 2 years, 10 months ago
  8. 355f841 tracehook: Remove tracehook.h by Eric W. Biederman · 2 years, 10 months ago
  9. 967747b uaccess: remove CONFIG_SET_FS by Arnd Bergmann · 2 years, 10 months ago
  10. 1a03d3f fork: Move task stack accounting to do_exit() by Sebastian Andrzej Siewior · 2 years, 10 months ago
  11. b1f866b block: remove blk_needs_flush_plug by Christoph Hellwig · 2 years, 11 months ago
  12. 907c311 exit: Fix the exit_code for wait_task_zombie by Eric W. Biederman · 3 years ago
  13. 270b654 exit: Coredumps reach do_group_exit by Eric W. Biederman · 3 years ago
  14. 2d4bcf8 exit: Remove profile_task_exit & profile_munmap by Eric W. Biederman · 3 years ago
  15. 4969733 signal: Remove the helper signal_group_exit by Eric W. Biederman · 3 years, 6 months ago
  16. 60700e3 signal: Rename group_exit_task group_exec_task by Eric W. Biederman · 3 years, 7 months ago
  17. de77c3a exit: Move force_uaccess back into do_exit by Eric W. Biederman · 3 years ago
  18. 912616f exit: Guarantee make_task_dead leaks the tsk when calling do_task_exit by Eric W. Biederman · 3 years ago
  19. cead185 exit: Rename complete_and_exit to kthread_complete_and_exit by Eric W. Biederman · 3 years, 1 month ago
  20. eb55e71 exit: Stop exporting do_exit by Eric W. Biederman · 3 years, 1 month ago
  21. 7f80a2f exit: Stop poorly open coding do_task_dead in make_task_dead by Eric W. Biederman · 3 years, 1 month ago
  22. 05ea042 exit: Move oops specific logic from do_exit into make_task_dead by Eric W. Biederman · 3 years, 1 month ago
  23. 0e25498 exit: Add and use make_task_dead. by Eric W. Biederman · 3 years, 6 months ago
  24. a602285 Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  25. 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  26. 545c664 kernel: remove spurious blkdev.h includes by Christoph Hellwig · 3 years, 3 months ago
  27. 0258b5f coredump: Limit coredumps to a single thread group by Eric W. Biederman · 3 years, 3 months ago
  28. 9230738 coredump: Don't perform any cleanups before dumping core by Eric W. Biederman · 3 years, 4 months ago
  29. d67e03e exit: Factor coredump_exit_mm out of exit_mm by Eric W. Biederman · 3 years, 4 months ago
  30. 670721c sched: Move kprobes cleanup out of finish_task_switch() by Thomas Gleixner · 3 years, 3 months ago
  31. f552a27 io_uring: remove files pointer in cancellation functions by Hao Xu · 3 years, 4 months ago
  32. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 6 months ago
  33. b4b27b9 Revert "signal: Allow tasks to cache one sigqueue struct" by Linus Torvalds · 3 years, 6 months ago
  34. 5449162 do_wait: make PIDTYPE_PID case O(1) instead of O(n) by Jim Newsome · 3 years, 8 months ago
  35. 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  36. 4bad58e signal: Allow tasks to cache one sigqueue struct by Thomas Gleixner · 3 years, 9 months ago
  37. b1b6b5a kernel/io_uring: cancel io_uring before task works by Pavel Begunkov · 4 years ago
  38. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
  39. 5bc7850 sched: fix exit_mm vs membarrier (v4) by Mathieu Desnoyers · 4 years, 2 months ago
  40. 77f6ab8 don't dump the threads that had been already exiting when zapped. by Al Viro · 4 years, 2 months ago
  41. 1aa92cd pid: move pidfd_get_pid() to pid.c by Minchan Kim · 4 years, 2 months ago
  42. ba7d25f exit: support non-blocking pidfds by Christian Brauner · 4 years, 4 months ago
  43. 8043fc1 kernel: add a kernel_wait helper by Christoph Hellwig · 4 years, 4 months ago
  44. fe81417 exec: use force_uaccess_begin during exec and exit by Christoph Hellwig · 4 years, 4 months ago
  45. 3950e97 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 5 months ago
  46. 9ecc6ea4 Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  47. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  48. 3a15fb6 seccomp: release filter after task is fully dead by Christian Brauner · 4 years, 7 months ago
  49. 8c2f526 umd: Remove exit_umh by Eric W. Biederman · 4 years, 6 months ago
  50. 38fd525a exit: Factor thread_group_exited out of pidfd_poll by Eric W. Biederman · 4 years, 6 months ago
  51. 1c340ea umd: Track user space drivers with struct pid by Eric W. Biederman · 4 years, 6 months ago
  52. 884c5e6 umh: Separate the user mode driver and the user mode helper support by Eric W. Biederman · 4 years, 6 months ago
  53. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 6 months ago
  54. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 6 months ago
  55. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 6 months ago
  56. 039aeb9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
  57. d479c5a Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  58. e148a8f Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  59. 9d5272f Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 4 years, 7 months ago
  60. 9d9a6eb rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken by Davidlohr Bueso · 4 years, 8 months ago
  61. c9d64a1 rcuwait: Fix stale wake call name in comment by Davidlohr Bueso · 4 years, 8 months ago
  62. 41cd780 uaccess: Selectively open read or write user access by Christophe Leroy · 4 years, 9 months ago
  63. 586b58c exit: Move preemption fixup up, move blocking operations down by Jann Horn · 4 years, 10 months ago
  64. 6ade99e proc: Put thread_pid in release_task not proc_flush_pid by Eric W. Biederman · 4 years, 8 months ago
  65. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  66. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  67. 4b9fd8a8 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  68. b95e31c posix-cpu-timers: Stop disabling timers on mt-exec by Eric W. Biederman · 4 years, 10 months ago
  69. 22a34c6f exit: Fix Sparse errors and warnings by Madhuparna Bhowmik · 4 years, 11 months ago
  70. 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 4 years, 10 months ago
  71. ac8dec4 locking/percpu-rwsem: Fold __percpu_up_read() by Davidlohr Bueso · 5 years ago
  72. d9c82fd Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  73. 43cf75d exit: panic before exit_mm() on global init exit by chenqiwu · 5 years ago
  74. 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  75. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  76. 18f6943 futex: Mark the begin of futex exit explicitly by Thomas Gleixner · 5 years ago
  77. f24f224 futex: Set task::futex_state to DEAD right after handling futex exit by Thomas Gleixner · 5 years ago
  78. 4610ba7 exit/exec: Seperate mm_release() by Thomas Gleixner · 5 years ago
  79. 3d4775d futex: Replace PF_EXITPIDONE with a state by Thomas Gleixner · 5 years ago
  80. ce4dd44 Remove the nr_exclusive argument from __wake_up_sync_key() by David Howells · 5 years ago
  81. 1722c14 exit: use pid_has_task() in do_wait() by Christian Brauner · 5 years ago
  82. 154abaf tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code by Eric W. Biederman · 5 years ago
  83. 3fbd7ee tasks: Add a count of task RCU users by Eric W. Biederman · 5 years ago
  84. c17112a Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  85. 821cc7b waitid: Add support for waiting for the current process group by Eric W. Biederman · 5 years ago
  86. 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 5 years ago
  87. 30b692d exit: make setting exit_state consistent by Christian Brauner · 5 years ago
  88. b191d64 pidfd: fix a poll race when setting exit_state by Suren Baghdasaryan · 5 years ago
  89. 6b115bf cgroup: Call cgroup_release() before __exit_signal() by Tejun Heo · 6 years ago
  90. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  91. 987717e mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE by Andrea Arcangeli · 6 years ago
  92. 1fc1cd8 Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  93. 8fb335e kernel/exit.c: release ptraced tasks before zap_pid_ns_processes by Andrei Vagin · 6 years ago
  94. 51bee5a cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting by Oleg Nesterov · 6 years ago
  95. 6dc080e sched/wait: Fix rcuwait_wake_up() ordering by Prateek Sood · 6 years ago
  96. e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  97. 73ab1cb umh: add exit routine for UMH process by Taehee Yoo · 6 years ago
  98. 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
  99. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  100. 0102498 signal: Pass pid type into group_send_sig_info by Eric W. Biederman · 6 years ago