aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAge
* 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
* | sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso2017-06-20
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-09
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* mm: add new mmgrab() helperVegard Nossum2017-02-27
* userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport2017-02-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-23
|\
| * exit: fix the setns() && PR_SET_CHILD_SUBREAPER interactionOleg Nesterov2017-02-01
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-21
|\ \