Commit Graph

452 Commits (95323361e5313733a54771c5059f5b352adbf32c)

Author SHA1 Message Date
Al Viro 4b8a8f1e4f get rid of the last free_pipe_info() callers 12 years ago
Paul Walmsley dbf520a9d7 Revert "lockdep: check that no locks held at freeze time" 12 years ago
Al Viro 2cf0966683 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect 12 years ago
Mandeep Singh Baines 80d26af89a coredump: use a freezable_schedule for the coredump_finish wait 12 years ago
Mandeep Singh Baines 6aa9707099 lockdep: check that no locks held at freeze time 12 years ago
Frederic Weisbecker 6fac4829ce cputime: Use accessors to read task cputime stats 12 years ago
Al Viro c4144670fd kill daemonize() 12 years ago
Frederic Weisbecker e80d0a1ae8 cputime: Rename thread_group_times to thread_group_cputime_adjusted 12 years ago
Eric W. Biederman af4b8a83ad pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 12 years ago
Al Viro 864bdb3b6c new helper: daemonize_descriptors() 13 years ago
Al Viro 7cf4dc3c8d move files_struct-related bits from kernel/exit.c to fs/file.c 13 years ago
Eric Dumazet 5640f76858 net: use a per task frag allocator 13 years ago
Josh Boyer 8ded2bbc18 posix_types.h: Cleanup stale __NFDBITS and related definitions 13 years ago
Al Viro ed3e694d78 move exit_task_work() past exit_files() et.al. 13 years ago
Oleg Nesterov 50d75f8dae pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaper 13 years ago
Eric W. Biederman 6347e90091 pidns: guarantee that the pidns init will be the last pidns process reaped 13 years ago
Konstantin Khlebnikov 4fe7efdbdf mm: correctly synchronize rss-counters at exit/exec 13 years ago
Linus Torvalds 48d212a2ee Revert "mm: correctly synchronize rss-counters at exit/exec" 13 years ago
Konstantin Khlebnikov 40af1bbdca mm: correctly synchronize rss-counters at exit/exec 13 years ago
Tim Bird 168eeccbc9 stack usage: add pid to warning printk in check_stack_usage 13 years ago
Oleg Nesterov 43e13cc107 cred: remove task_is_dead() from __task_cred() validation 13 years ago
Oleg Nesterov 4d1d61a6b2 genirq: reimplement exit_irq_thread() hook via task_work_add() 13 years ago
Oleg Nesterov e73f8959af task_work_add: generic process-context callbacks 13 years ago
Sasha Levin 8ca937a668 cred: use correct cred accessor with regards to rcu read lock 13 years ago
Eric W. Biederman a29c33f4e5 userns: Convert setting and getting uid and gid system calls to use kuid and kgid 13 years ago
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