Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
482a3767e5087f6e6ad2486a6655aaa5f3d59301
/
kernel
/
exit.c
482a376
exit: reparent: call forget_original_parent() under tasklist_lock
by Oleg Nesterov
· 10 years ago
ad9e206
exit: reparent: avoid find_new_reaper() if no children
by Oleg Nesterov
· 10 years ago
c9dc05b
exit: reparent: introduce find_alive_thread()
by Oleg Nesterov
· 10 years ago
1109909
exit: reparent: introduce find_child_reaper()
by Oleg Nesterov
· 10 years ago
175aed3
exit: reparent: document the ->has_child_subreaper checks
by Oleg Nesterov
· 10 years ago
3750ef9
exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()
by Oleg Nesterov
· 10 years ago
7d24e2d
exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparenting
by Oleg Nesterov
· 10 years ago
8a1296a
exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparenting
by Oleg Nesterov
· 10 years ago
26e75b5
exit: release_task: fix the comment about group leader accounting
by Oleg Nesterov
· 10 years ago
986094d
exit: wait: drop tasklist_lock before psig->c* accounting
by Oleg Nesterov
· 10 years ago
f953ccd
exit: wait: don't use zombie->real_parent
by Oleg Nesterov
· 10 years ago
f6507f8
exit: wait: cleanup the ptrace_reparented() checks
by Oleg Nesterov
· 10 years ago
7c8bd23
exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent()
by Oleg Nesterov
· 10 years ago
2831096
exit: reparent: cleanup the usage of reparent_leader()
by Oleg Nesterov
· 10 years ago
57a0591
exit: reparent: cleanup the changing of ->parent
by Oleg Nesterov
· 10 years ago
dc2fd4b
exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasks
by Oleg Nesterov
· 10 years ago
1029a2b
sched, exit: Deal with nested sleeps
by Peter Zijlstra
· 10 years ago
faafcba
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
e78c349
time, signal: Protect resource use statistics with seqlock
by Rik van Riel
· 10 years ago
90ed9cb
exit: Always reap resource stats in __exit_signal()
by Rik van Riel
· 10 years ago
3f95aa8
rcu: Make TASKS_RCU handle tasks that are almost done exiting
by Paul E. McKenney
· 10 years ago
a0be55d
kernel/exit.c: fix coding style warnings and errors
by Ionut Alexa
· 10 years ago
fb794bc
mm, oom: remove unnecessary exit_state check
by David Rientjes
· 10 years ago
0341729
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
by Oleg Nesterov
· 11 years ago
39af176
memcg: optimize the "Search everything else" loop in mm_update_next_owner()
by Oleg Nesterov
· 11 years ago
f87fb59
memcg: mm_update_next_owner() should skip kthreads
by Oleg Nesterov
· 11 years ago
f98bafa
memcg: kill CONFIG_MM_OWNER
by Oleg Nesterov
· 11 years ago
7c733eb
wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another process
by Oleg Nesterov
· 11 years ago
377d75d
wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent
by Oleg Nesterov
· 11 years ago
b3ab031
wait: completely ignore the EXIT_DEAD tasks
by Oleg Nesterov
· 11 years ago
b436069
wait: use EXIT_TRACE only if thread_group_leader(zombie)
by Oleg Nesterov
· 11 years ago
abd50b3
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
by Oleg Nesterov
· 11 years ago
dfccbb5
wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race
by Oleg Nesterov
· 11 years ago
ef98239
kernel/exit.c: call proc_exit_connector() after exit_state is set
by Guillaume Morin
· 11 years ago
4bcb823
exit: move check_stack_usage() to the end of do_exit()
by Oleg Nesterov
· 11 years ago
c39df5f
exit: call disassociate_ctty() before exit_task_namespaces()
by Oleg Nesterov
· 11 years ago
1ec4183
cgroup: remove useless argument from cgroup_exit()
by Li Zefan
· 11 years ago
0c740d0
introduce for_each_thread() to replace the buggy while_each_thread()
by Oleg Nesterov
· 11 years ago
7c8df28
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
by Oleg Nesterov
· 11 years ago
7f0ef02
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 11 years ago
81dabb4
exit.c: unexport __set_special_pids()
by Oleg Nesterov
· 11 years ago
207bc11
Merge branch 'freezer'
by Rafael J. Wysocki
· 12 years ago
8aac627
move exit_task_namespaces() outside of exit_notify()
by Oleg Nesterov
· 12 years ago
1b1d2fb
lockdep: remove task argument from debug_check_no_locks_held
by Colin Cross
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
08d7676
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
4b8a8f1
get rid of the last free_pipe_info() callers
by Al Viro
· 12 years ago
dbf520a
Revert "lockdep: check that no locks held at freeze time"
by Paul Walmsley
· 12 years ago
2cf0966
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
by Al Viro
· 12 years ago
80d26af
coredump: use a freezable_schedule for the coredump_finish wait
by Mandeep Singh Baines
· 12 years ago
6aa9707
lockdep: check that no locks held at freeze time
by Mandeep Singh Baines
· 12 years ago
6fac482
cputime: Use accessors to read task cputime stats
by Frederic Weisbecker
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
9977d9b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
c414467
kill daemonize()
by Al Viro
· 12 years ago
e80d0a1a
cputime: Rename thread_group_times to thread_group_cputime_adjusted
by Frederic Weisbecker
· 12 years ago
af4b8a8
pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1
by Eric W. Biederman
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
864bdb3
new helper: daemonize_descriptors()
by Al Viro
· 12 years ago
7cf4dc3
move files_struct-related bits from kernel/exit.c to fs/file.c
by Al Viro
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
8ded2bb
posix_types.h: Cleanup stale __NFDBITS and related definitions
by Josh Boyer
· 12 years ago
ed3e694
move exit_task_work() past exit_files() et.al.
by Al Viro
· 13 years ago
50d75f8
pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaper
by Oleg Nesterov
· 13 years ago
6347e90
pidns: guarantee that the pidns init will be the last pidns process reaped
by Eric W. Biederman
· 13 years ago
4fe7efd
mm: correctly synchronize rss-counters at exit/exec
by Konstantin Khlebnikov
· 13 years ago
48d212a
Revert "mm: correctly synchronize rss-counters at exit/exec"
by Linus Torvalds
· 13 years ago
40af1bb
mm: correctly synchronize rss-counters at exit/exec
by Konstantin Khlebnikov
· 13 years ago
fb21aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
168eecc
stack usage: add pid to warning printk in check_stack_usage
by Tim Bird
· 13 years ago
43e13cc
cred: remove task_is_dead() from __task_cred() validation
by Oleg Nesterov
· 13 years ago
4d1d61a
genirq: reimplement exit_irq_thread() hook via task_work_add()
by Oleg Nesterov
· 13 years ago
e73f895
task_work_add: generic process-context callbacks
by Oleg Nesterov
· 13 years ago
8ca937a
cred: use correct cred accessor with regards to rcu read lock
by Sasha Levin
· 13 years ago
a29c33f
userns: Convert setting and getting uid and gid system calls to use kuid and kgid
by Eric W. Biederman
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
397a21f
kernel/exit.c: if init dies, log a signal which killed it, if any
by Denys Vlasenko
· 13 years ago
ebec18a
prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision
by Lennart Poettering
· 13 years ago
9521127
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
05af2e1
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
by David Rientjes
· 13 years ago
3556485
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
c7c66c0
Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
b6e238d
exit_signal: fix the "parent has changed security domain" logic
by Oleg Nesterov
· 13 years ago
e636825
exit_signal: simplify the "we have changed execution domain" logic
by Oleg Nesterov
· 13 years ago
5234ffb
genirq: Get rid of unnecessary IRQTF_DIED flag
by Alexander Gordeev
· 13 years ago
643161ac
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 13 years ago
37f08be
PM / Freezer: Remove references to TIF_FREEZE in comments
by Marcos Paulo de Souza
· 13 years ago
1fd36ad
Replace the fd_sets in struct fdtable with an array of unsigned longs
by David Howells
· 13 years ago
4040153
security: trim security.h
by Al Viro
· 13 years ago
b5740f4
sched: Fix ancient race in do_exit()
by Yasunori Goto
· 13 years ago
f429ee3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit
by Linus Torvalds
· 13 years ago
a4ff8db
audit: inline audit_free to simplify the look of generic code
by Eric Paris
· 13 years ago
9402c95
treewide: remove useless NORET_TYPE macro and uses
by Joe Perches
· 13 years ago
001a541
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
0db49b7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
50b8d25
ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race
by Oleg Nesterov
· 13 years ago
54848d7
writeback: charge leaked page dirties to active tasks
by Wu Fengguang
· 14 years ago
6486163
[S390] cputime: add sparse checking and cleanup
by Martin Schwidefsky
· 13 years ago
a585042
freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
by Tejun Heo
· 13 years ago
Next »