aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-022-0/+7
* 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-022-2/+1
* signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2019-05-024-42/+31
* exit.c: unexport __set_special_pids()Oleg Nesterov2019-05-023-14/+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-022-29/+22
* 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
* lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov2019-05-021-3/+2
* locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()Tetsuo Handa2019-05-021-35/+8
* locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()Tejun Heo2019-05-021-0/+2
* kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin2019-05-021-2/+2
* ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+2
* ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai2019-05-021-1/+8
* vfs: delete vfs_readdir function declarationZhang Zhen2019-05-021-1/+0
* convert codaAl Viro2019-05-021-58/+19
* sched: print_rq(): Don't use tasklist_lockOleg Nesterov2019-05-021-5/+2
* sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov2019-05-021-4/+2
* memcg: optimize the "Search everything else" loop in mm_update_next_owner()Oleg Nesterov2019-05-021-3/+9
* memcg: mm_update_next_owner() should skip kthreadsOleg Nesterov2019-05-021-6/+4
* freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesMoyster2019-05-023-1/+13
* clean up process flagsCorinna Vinschen2019-05-024-3/+8
* tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov2019-05-021-3/+1
* tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov2019-05-021-13/+11
* sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov2019-05-021-7/+6
* sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov2019-05-021-8/+2
* memcg: kill CONFIG_MM_OWNEROleg Nesterov2019-05-025-14/+7
* Staging: android: binder: Ratelimit binder debug messagesChris Fries2019-05-021-1/+3
* selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2019-05-021-1/+1
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2019-05-021-2/+1
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2019-05-021-1/+1
* l2tp: do not accept arbitrary socketsEric Dumazet2019-05-021-2/+6
* l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault2019-05-021-10/+0
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2019-05-021-0/+4
* netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet2019-05-021-3/+6
* cfg80211: fix station info handling bugsJohannes Berg2019-05-021-2/+1
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2019-05-021-2/+6
* netfilter: nat: cope with negative port rangePaolo Abeni2019-05-021-2/+5
* netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni2019-05-021-6/+6
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2019-05-024-29/+26