Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
52cd3b074050dd664380b5e8cfc85d4a6ed8ad48
/
kernel
/
exit.c
f0be3d3
mempolicy: rename mpol_free to mpol_put
by Lee Schermerhorn
· 17 years ago
3b12538
[PATCH] sanitize unshare_files/reset_files_struct
by Al Viro
· 17 years ago
fd8328b
[PATCH] sanitize handling of shared descriptor tables in failing execve()
by Al Viro
· 17 years ago
1ec7f1d
[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()
by Al Viro
· 17 years ago
54a0151
asmlinkage_protect replaces prevent_tail_call
by Roland McGrath
· 17 years ago
6efcae4
Fix waitid si_code regression
by Roland McGrath
· 17 years ago
821c7de
exit_notify: fix kill_orphaned_pgrp() usage with mt exit
by Oleg Nesterov
· 17 years ago
05e83df
will_become_orphaned_pgrp: partially fix insufficient ->exit_state check
by Oleg Nesterov
· 17 years ago
f49ee50
introduce kill_orphaned_pgrp() helper
by Oleg Nesterov
· 17 years ago
6ac08c3
Use struct path in fs_struct
by Jan Blunck
· 17 years ago
7ad5b3a
kernel: remove fastcall in kernel/*
by Harvey Harrison
· 17 years ago
6c5f3e7
Pidns: make full use of xxx_vnr() calls
by Pavel Emelyanov
· 17 years ago
161550d
pid: sys_wait... fixes
by Eric W. Biederman
· 17 years ago
5dee170
move the related code from exit_notify() to exit_signals()
by Oleg Nesterov
· 17 years ago
d12619b
fix group stop with exit race
by Oleg Nesterov
· 17 years ago
297bd42
move daemonized kernel threads into the swapper's session
by Oleg Nesterov
· 17 years ago
8520d7c
teach set_special_pids() to use struct pid
by Oleg Nesterov
· 17 years ago
c543f1e
wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT
by Oleg Nesterov
· 17 years ago
3a515e4
wait_task_continued/zombie: don't use task_pid_nr_ns() lockless
by Oleg Nesterov
· 17 years ago
f2cc3eb
do_wait: fix security checks
by Oleg Nesterov
· 17 years ago
96fabbf
do_wait: cleanup delay_group_leader() usage
by Oleg Nesterov
· 17 years ago
1bad95c
wait_task_stopped(): remove unneeded delay_group_leader check
by Oleg Nesterov
· 17 years ago
9cbab81
do_wait: factor out "retval != 0" checks
by Oleg Nesterov
· 17 years ago
ee7c82d
wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace
by Oleg Nesterov
· 17 years ago
34a1738
kill my_ptrace_child()
by Oleg Nesterov
· 17 years ago
6b39c7b
kill PT_ATTACHED
by Oleg Nesterov
· 17 years ago
0a76fe8
do_wait: remove one "else if" branch
by Oleg Nesterov
· 17 years ago
ed5d2ca
exec: rework the group exit and fix the race with kill
by Oleg Nesterov
· 17 years ago
06c93e8
Remove one useless extern declaration
by Pierre Peiffer
· 17 years ago
338077e
exit: Use task_is_*
by Matthew Wilcox
· 17 years ago
e6ceb32
wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()
by Scott James Remnant
· 17 years ago
c895078
wait_task_stopped(): don't use task_pid_nr_ns() lockless
by Oleg Nesterov
· 17 years ago
a347422
wait_task_stopped: Check p->exit_state instead of TASK_TRACED
by Roland McGrath
· 17 years ago
a39bc51
Uninline fork.c/exit.c
by Alexey Dobriyan
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
9a2e705
Isolate the explicit usage of signal->pgrp
by Pavel Emelyanov
· 17 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 17 years ago
3eb07c8
pid namespaces: destroy pid namespace on init's death
by Sukadev Bhattiprolu
· 17 years ago
60347f6
pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees
by Pavel Emelyanov
· 17 years ago
2e4a707
pid namespaces: move exit_task_namespaces()
by Pavel Emelyanov
· 17 years ago
762a24b
pid namespaces: rework forget_original_parent()
by Oleg Nesterov
· 17 years ago
d4c5e41
whitespace fixes: task exit handling
by Daniel Walker
· 17 years ago
03ff179
kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)
by Matthias Kaehlcke
· 17 years ago
cf7b708
Make access to task's nsproxy lighter
by Pavel Emelyanov
· 17 years ago
b460cbc
pid namespaces: define is_global_init() and is_container_init()
by Serge E. Hallyn
· 17 years ago
88f21d8
pid namespaces: rename child_reaper() function
by Sukadev Bhattiprolu
· 17 years ago
a47afb0
pid namespaces: round up the API
by Pavel Emelianov
· 17 years ago
8793d85
Task Control Groups: make cpusets a client of cgroups
by Paul Menage
· 17 years ago
b4f48b6
Task Control Groups: add fork()/exit() hooks
by Paul Menage
· 17 years ago
42b2dd0
Shrink task_struct if CONFIG_FUTEX=n
by Alexey Dobriyan
· 17 years ago
6db840f
exec: RT sub-thread can livelock and monopolize CPU on exec
by Oleg Nesterov
· 17 years ago
715015e
wait_task_stopped/continued: remove unneeded p->signal != NULL check
by Oleg Nesterov
· 17 years ago
442a10c
wait_task_zombie: don't fight with non-existing race with a dying ptracee
by Oleg Nesterov
· 17 years ago
3ae4cba
exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting
by Oleg Nesterov
· 17 years ago
2f4e6e2
wait_task_zombie: fix 2/3 races vs forget_original_parent()
by Oleg Nesterov
· 17 years ago
407af46
wait_task_zombie: remove unneeded child->signal check
by Oleg Nesterov
· 17 years ago
84eb646
handle the multi-threaded init's exit() properly
by Oleg Nesterov
· 17 years ago
d2ee719
pi-futex: set PF_EXITING without taking ->pi_lock
by Oleg Nesterov
· 17 years ago
a9022e9
Clean up duplicate includes in kernel/
by Jesper Juhl
· 17 years ago
9ac5231
sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields
by Laurent Vivier
· 17 years ago
b8fceee
signalfd simplification
by Davide Libenzi
· 17 years ago
f2ab6d88
Assign task_struct.exit_code before taskstats_exit()
by Jonathan Lim
· 17 years ago
2472844
Kill some obsolete sub-thread-ptrace stuff
by Oleg Nesterov
· 17 years ago
0c1eecf
Freezer: avoid freezing kernel threads prematurely
by Rafael J. Wysocki
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
522ed77
Audit: add TTY input auditing
by Miloslav Trmac
· 17 years ago
e18eecb
Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE
by Jeff Dike
· 17 years ago
172ba84
sched: update delay-accounting to use CFS's precise stats
by Balbir Singh
· 17 years ago
e05606d
sched: clean up the rt priority macros
by Ingo Molnar
· 17 years ago
f64f611
sched: remove sched_exit()
by Ingo Molnar
· 17 years ago
778e9a9
pi-futex: fix exit races and locking problems
by Alexey Kuznetsov
· 17 years ago
7bb44ad
recalc_sigpending_tsk fixes
by Roland McGrath
· 17 years ago
fba2afa
signal/timer/event: signalfd core
by Davide Libenzi
· 18 years ago
e713d0d
attach_pid() with struct pid parameter
by Sukadev Bhattiprolu
· 18 years ago
6eaeeab
getrusage(): fill ru_inblock and ru_oublock fields if possible
by Eric Dumazet
· 18 years ago
10ab825
change kernel threads to ignore signals instead of blocking them
by Oleg Nesterov
· 18 years ago
49d769d
Change reparent_to_init to reparent_to_kthreadd
by Eric W. Biederman
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
7324328
Return EPERM not ECHILD on security_task_wait failure
by Roland McGrath
· 18 years ago
14e9d57
[PATCH] pid: Properly detect orphaned process groups in exit_notify
by Eric W. Biederman
· 18 years ago
3e7cd6c
[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned
by Eric W. Biederman
· 18 years ago
0475ac0
[PATCH] pid: use struct pid for talking about process groups in exitc
by Eric W. Biederman
· 18 years ago
04a2e6a
[PATCH] pid: make session_of_pgrp use struct pid instead of pid_t
by Eric W. Biederman
· 18 years ago
944be0b
[PATCH] close_files(): add scheduling point
by Ingo Molnar
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
0f24528
[PATCH] namespaces: fix task exit disaster
by Serge E. Hallyn
· 18 years ago
444f378
Revert "[PATCH] namespaces: fix exit race by splitting exit"
by Linus Torvalds
· 18 years ago
7a238fc
[PATCH] namespaces: fix exit race by splitting exit
by Serge E. Hallyn
· 18 years ago
241ceee
[PATCH] restore ->pdeath_signal behaviour
by Oleg Nesterov
· 18 years ago
b2b2cbc
[PATCH] Fix reparenting to the same thread group. (take 2)
by Eric W. Biederman
· 18 years ago
01b2d93
[PATCH] fdtable: Provide free_fdtable() wrapper
by Vadim Lobanov
· 18 years ago
4fd4581
[PATCH] fdtable: Remove the free_files field
by Vadim Lobanov
· 18 years ago
bbea9f6
[PATCH] fdtable: Make fdarray and fdsets equal in size
by Vadim Lobanov
· 18 years ago
62dfb55
[PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)
by Oleg Nesterov
· 18 years ago
84d7378
[PATCH] add child reaper to pid_namespace
by Sukadev Bhattiprolu
· 18 years ago
6b3286e
[PATCH] rename struct namespace to struct mnt_namespace
by Kirill Korotaev
· 18 years ago
1ec320a
[PATCH] add process_session() helper routine: deprecate old field
by Cedric Le Goater
· 18 years ago
937949d
[PATCH] add process_session() helper routine
by Cedric Le Goater
· 18 years ago
ae424ae
[PATCH] make set_special_pids() static
by Oleg Nesterov
· 18 years ago
24ec839
[PATCH] tty: ->signal->tty locking
by Peter Zijlstra
· 18 years ago
Next »