aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAge
* Fix remaining compilation problemsNathan O2019-12-10
* Initial attempt to "connect the wires"Nathan O2019-12-09
* tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2019-09-25
* tasks: Add a count of task RCU usersEric W. Biederman2019-09-25
* Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-16
|\
| * waitid: Add support for waiting for the current process groupEric W. Biederman2019-09-10
| * pidfd: add P_PIDFD to waitid()Christian Brauner2019-08-01
* | exit: make setting exit_state consistentChristian Brauner2019-07-30
* | pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan2019-07-22
|/
* cgroup: Call cgroup_release() before __exit_signal()Tejun Heo2019-05-31
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli2019-05-14
* Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-03-07
|\
| * cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-01-31
* | kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin2019-02-01
|/
* sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood2019-01-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-15
|\
| * umh: add exit routine for UMH processTaehee Yoo2019-01-11
* | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-04
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* signal: Pass pid type into group_send_sig_infoEric W. Biederman2018-07-21
* pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-21
* pids: Move task_pid_type into sched/signal.hEric W. Biederman2018-07-21
* kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski2018-04-02
* kernel/exit.c: export abort() to modulesAndrew Morton2018-01-04
* arch: define weak abort()Sudip Mukherjee2017-12-14
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook2017-10-20
* waitid(): Add missing access_ok() checksKees Cook2017-10-09
* fix infoleak in waitid(2)Al Viro2017-09-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-11
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-24
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-04
|\ \
| * | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-10
| |/
| |
| \
*-. \ Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-17
|\ \ \ | |_|/ |/| |
| | * exit: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-17
| |/ |/|
| * rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney2017-08-17
|/
* kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang2017-07-10
* fix waitid(2) breakageAl Viro2017-07-08
* kernel/exit.c: don't include unused userfaultfd_k.hMike Rapoport2017-07-06
* Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-05
|\
| * osf_wait4: switch to kernel_wait4()Al Viro2017-05-21
| * waitid(): switch copyout of siginfo to unsafe_put_user()Al Viro2017-05-21
| * wait_task_zombie: consolidate info logicsAl Viro2017-05-21
| * kill wait_noreap_copyout()Al Viro2017-05-21
| * lift getrusage() from wait_noreap_copyout()Al Viro2017-05-21
| * waitid(2): leave copyout of siginfo to syscall itselfAl Viro2017-05-21
| * kernel_wait4()/kernel_waitid(): delay copying status to userlandAl Viro2017-05-21
| * wait4(2)/waitid(2): separate copying rusage to userlandAl Viro2017-05-21
| * move compat wait4 and waitid next to native variantsAl Viro2017-05-21