aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss2019-07-181-1/+10
* mm, oom: remove task_lock protecting comm printingDavid Rientjes2019-07-081-10/+8
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2019-07-081-1/+1
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2019-07-082-42/+12
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2019-07-081-1/+1
* ANDROID: lib: vsprintf: additional kernel pointer filtering optionsDave Weinstein2019-05-031-1/+1
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2019-05-021-1/+1
* PM: convert printk to pr_* equivalentMichal Hocko2019-05-021-16/+17
* PM / freezer: Clean up code after recent fixesRafael J. Wysocki2019-05-021-15/+16
* PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki2019-05-021-0/+1
* sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov2019-05-021-1/+3
* sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra2019-05-021-6/+12
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2019-05-022-7/+8
* kernel: exit: fix typo in commentFrans Klaver2019-05-021-1/+1
* exit,stats: /* obey this comment */Rik van Riel2019-05-021-1/+1
* exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2019-05-021-3/+9
* exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov2019-05-021-4/+2
* exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov2019-05-021-24/+23
* exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov2019-05-021-0/+3
* exit: reparent: introduce find_alive_thread()Oleg Nesterov2019-05-021-13/+19
* exit: reparent: introduce find_child_reaper()Oleg Nesterov2019-05-021-21/+35
* exit: reparent: document the ->has_child_subreaper checksOleg Nesterov2019-05-021-8/+6
* exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov2019-05-021-5/+3
* exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2019-05-021-2/+4
* exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2019-05-021-1/+1
* exit: release_task: fix the comment about group leader accountingOleg Nesterov2019-05-021-7/+4
* exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov2019-05-021-7/+5
* exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov2019-05-021-8/+6
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2019-05-022-26/+7
* exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov2019-05-021-13/+9
* exit: reparent: cleanup the changing of ->parentOleg Nesterov2019-05-021-8/+5
* exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov2019-05-021-3/+3
* sched, exit: Deal with nested sleepsPeter Zijlstra2019-05-021-0/+5
* exit: Always reap resource stats in __exit_signal()Rik van Riel2019-05-021-22/+21
* kernel/exit.c: fix coding style warnings and errorsIonut Alexa2019-05-021-23/+26
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2019-05-021-0/+1
* signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2019-05-022-39/+29
* exit.c: unexport __set_special_pids()Oleg Nesterov2019-05-022-12/+12
* wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov2019-05-021-13/+9
* wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov2019-05-021-13/+16
* wait: completely ignore the EXIT_DEAD tasksOleg Nesterov2019-05-021-5/+6
* wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov2019-05-021-10/+7
* wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2019-05-021-29/+21
* kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin2019-05-021-1/+1
* exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov2019-05-021-1/+1
* signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov2019-05-021-8/+7
* signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov2019-05-021-11/+8
* kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov2019-05-021-4/+3
* signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov2019-05-021-33/+10
* locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()Tetsuo Handa2019-05-021-35/+8