summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-111-2/+2
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-2/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+1
|\ \
| * | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-101-0/+1
| |/
| |
| \
*-. \ Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-6/+4
|\ \ \ | |_|/ |/| |
| | * exit: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-1/+2
| |/ |/|
| * rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney2017-08-171-5/+2
|/
* kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang2017-07-101-0/+4
* fix waitid(2) breakageAl Viro2017-07-081-5/+12
* kernel/exit.c: don't include unused userfaultfd_k.hMike Rapoport2017-07-061-1/+0
* Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-051-143/+164
|\
| * osf_wait4: switch to kernel_wait4()Al Viro2017-05-211-2/+2
| * waitid(): switch copyout of siginfo to unsafe_put_user()Al Viro2017-05-211-15/+25
| * wait_task_zombie: consolidate info logicsAl Viro2017-05-211-29/+16
| * kill wait_noreap_copyout()Al Viro2017-05-211-40/+25
| * lift getrusage() from wait_noreap_copyout()Al Viro2017-05-211-7/+6
| * waitid(2): leave copyout of siginfo to syscall itselfAl Viro2017-05-211-104/+64
| * kernel_wait4()/kernel_waitid(): delay copying status to userlandAl Viro2017-05-211-12/+8
| * wait4(2)/waitid(2): separate copying rusage to userlandAl Viro2017-05-211-37/+52
| * move compat wait4 and waitid next to native variantsAl Viro2017-05-211-0/+69
* | sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso2017-06-201-13/+0
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-091-1/+0
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport2017-02-241-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-5/+8
|\
| * exit: fix the setns() && PR_SET_CHILD_SUBREAPER interactionOleg Nesterov2017-02-011-5/+8
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-211-17/+2
|\ \
| * | security,selinux,smack: kill security_task_wait hookStephen Smalley2017-01-121-17/+2
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-11/+41
|\ \
| * | sched/wait, RCU: Introduce rcuwait machineryDavidlohr Bueso2017-01-141-0/+30
| * | sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-2/+2
| * | kernel/exit: Compute 'current' directlyDavidlohr Bueso2017-01-141-11/+11
| |/
* | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-2/+13
|\
| * posix-timers: Make them configurableNicolas Pitre2016-11-161-2/+9
| * posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre2016-11-161-0/+4
* | sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-221-0/+1
|/
* mm, oom: enforce exit_oom_victim on current taskTetsuo Handa2016-10-071-1/+1
* sched/core: Optimize __schedule()Peter Zijlstra2016-09-221-24/+2
* mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-011-6/+1
* kernel/exit.c: quieten greatest stack depth printkAnton Blanchard2016-08-021-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-0/+76
|\
OpenPOWER on IntegriCloud