Commit Graph

421 Commits (3b02ab8893d45f17ae104588e337188127068a92)

Author SHA1 Message Date
Denys Vlasenko 397a21f24d kernel/exit.c: if init dies, log a signal which killed it, if any 13 years ago
Lennart Poettering ebec18a6d3 prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision 13 years ago
David Rientjes 05af2e104a mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() 13 years ago
Oleg Nesterov b6e238dcee exit_signal: fix the "parent has changed security domain" logic 13 years ago
Oleg Nesterov e636825346 exit_signal: simplify the "we have changed execution domain" logic 13 years ago
Alexander Gordeev 5234ffb9f7 genirq: Get rid of unnecessary IRQTF_DIED flag 13 years ago
Marcos Paulo de Souza 37f08be11b PM / Freezer: Remove references to TIF_FREEZE in comments 13 years ago
David Howells 1fd36adcd9 Replace the fd_sets in struct fdtable with an array of unsigned longs 13 years ago
Al Viro 4040153087 security: trim security.h 13 years ago
Yasunori Goto b5740f4b2c sched: Fix ancient race in do_exit() 13 years ago
Eric Paris a4ff8dba7d audit: inline audit_free to simplify the look of generic code 13 years ago
Joe Perches 9402c95f34 treewide: remove useless NORET_TYPE macro and uses 13 years ago
Oleg Nesterov 50b8d25748 ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race 13 years ago
Wu Fengguang 54848d73f9 writeback: charge leaked page dirties to active tasks 13 years ago
Martin Schwidefsky 648616343c [S390] cputime: add sparse checking and cleanup 13 years ago
Tejun Heo a585042f7b freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks 13 years ago
David Rientjes c9f01245b6 oom: remove oom_disable_count 13 years ago
Vasiliy Kulikov b34a6b1da3 ipc: introduce shm_rmid_forced sysctl 14 years ago
Oleg Nesterov 961c4675c7 has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/ 14 years ago
Justin TerAvest 4aede84b33 fixlet: Remove fs_excl from struct task. 14 years ago
Michal Hocko d8bf4ca9ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check 14 years ago
Oleg Nesterov 479bf98c1c ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/ 14 years ago
Oleg Nesterov e550f14dc6 kill task_detached() 14 years ago
Oleg Nesterov 0976a03e5c reparent_leader: check EXIT_DEAD instead of task_detached() 14 years ago
Oleg Nesterov 8677347378 make do_notify_parent() __must_check, update the callers 14 years ago
Oleg Nesterov 45cdf5cc07 kill tracehook_notify_death() 14 years ago
Oleg Nesterov 53c8f9f199 make do_notify_parent() return bool 14 years ago
Tejun Heo a288eecce5 ptrace: kill trivial tracehooks 14 years ago
Tejun Heo d21142ece4 ptrace: kill task_ptrace() 14 years ago
Tejun Heo 544b2c91a9 ptrace: implement PTRACE_LISTEN 14 years ago
KAMEZAWA Hiroyuki 733eda7ac3 memcg: clear mm->owner when last possible owner leaves 14 years ago
Tejun Heo 19e274630c job control: reorganize wait_task_stopped() 14 years ago
Frederic Weisbecker bf26c01849 ptrace: Prepare to fix racy accesses on task breakpoints 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Tejun Heo 45cb24a1da job control: Allow access to job control events through ptracees 14 years ago
Tejun Heo 9b84cca256 job control: Fix ptracer wait(2) hang and explain notask_error clearing 14 years ago
Tejun Heo 823b018e5b job control: Small reorganization of wait_consider_task() 14 years ago
Jens Axboe 73c1010119 block: initial patch for on-stack per-task plugging 14 years ago
Stephane Eranian 0b3fcf178d perf_events: Move code around to prepare for cgroup 14 years ago
Christoph Lameter 909ea96468 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. 14 years ago
Nelson Elhage 33dd94ae1c do_exit(): make sure that we run with get_fs() == USER_DS 14 years ago
Oleg Nesterov e0a7021710 posix-cpu-timers: workaround to suppress the problems with mt exec 14 years ago
Namhyung Kim d16e15f5b0 exit: add lock context annotation on find_new_reaper() 14 years ago
Ying Han 3d5992d2ac oom: add per-mm oom disable count 14 years ago
Peter Zijlstra 4e231c7962 perf: Fix up delayed_put_task_struct() 15 years ago
Daniel J Blueman f362b73244 Fix unprotected access to task credentials in waitid() 15 years ago
Oleg Nesterov c7e49c1488 ptrace: optimize exit_ptrace() for the likely case 15 years ago
Oleg Nesterov b3ac022cb9 proc: turn signal_struct->count into "int nr_threads" 15 years ago
Oleg Nesterov 97101eb41d exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct() 15 years ago
Oleg Nesterov d40e48e02f exit: __exit_signal: use thread_group_leader() consistently 15 years ago