Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1619ed8f60959829d070d8f39cd2f8ca0e7135ce
/
kernel
/
exit.c
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
6486163
[S390] cputime: add sparse checking and cleanup
by Martin Schwidefsky
· 13 years ago
c9f0124
oom: remove oom_disable_count
by David Rientjes
· 13 years ago
b34a6b1
ipc: introduce shm_rmid_forced sysctl
by Vasiliy Kulikov
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
096a705
Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
8209f53
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 13 years ago
961c467
has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/
by Oleg Nesterov
· 13 years ago
4aede84
fixlet: Remove fs_excl from struct task.
by Justin TerAvest
· 13 years ago
b7e9c22
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 13 years ago
479bf98
ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/
by Oleg Nesterov
· 14 years ago
e550f14
kill task_detached()
by Oleg Nesterov
· 14 years ago
0976a03
reparent_leader: check EXIT_DEAD instead of task_detached()
by Oleg Nesterov
· 14 years ago
8677347
make do_notify_parent() __must_check, update the callers
by Oleg Nesterov
· 14 years ago
45cdf5c
kill tracehook_notify_death()
by Oleg Nesterov
· 14 years ago
53c8f9f
make do_notify_parent() return bool
by Oleg Nesterov
· 14 years ago
a288eec
ptrace: kill trivial tracehooks
by Tejun Heo
· 14 years ago
d21142e
ptrace: kill task_ptrace()
by Tejun Heo
· 14 years ago
544b2c9
ptrace: implement PTRACE_LISTEN
by Tejun Heo
· 14 years ago
733eda7
memcg: clear mm->owner when last possible owner leaves
by KAMEZAWA Hiroyuki
· 14 years ago
3ed4c05
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 14 years ago
19e2746
job control: reorganize wait_task_stopped()
by Tejun Heo
· 14 years ago
bf26c01
ptrace: Prepare to fix racy accesses on task breakpoints
by Frederic Weisbecker
· 14 years ago
e46bc9b
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace
by Oleg Nesterov
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
45cb24a
job control: Allow access to job control events through ptracees
by Tejun Heo
· 14 years ago
9b84cca
job control: Fix ptracer wait(2) hang and explain notask_error clearing
by Tejun Heo
· 14 years ago
823b018
job control: Small reorganization of wait_consider_task()
by Tejun Heo
· 14 years ago
73c1010
block: initial patch for on-stack per-task plugging
by Jens Axboe
· 14 years ago
4277616
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
0b3fcf1
perf_events: Move code around to prepare for cgroup
by Stephane Eranian
· 14 years ago
909ea96
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
by Christoph Lameter
· 14 years ago
33dd94a
do_exit(): make sure that we run with get_fs() == USER_DS
by Nelson Elhage
· 14 years ago
e0a7021
posix-cpu-timers: workaround to suppress the problems with mt exec
by Oleg Nesterov
· 14 years ago
d16e15f
exit: add lock context annotation on find_new_reaper()
by Namhyung Kim
· 14 years ago
3d5992d
oom: add per-mm oom disable count
by Ying Han
· 14 years ago
4e231c7
perf: Fix up delayed_put_task_struct()
by Peter Zijlstra
· 14 years ago
f362b73
Fix unprotected access to task credentials in waitid()
by Daniel J Blueman
· 14 years ago
c7e49c1
ptrace: optimize exit_ptrace() for the likely case
by Oleg Nesterov
· 14 years ago
b3ac022
proc: turn signal_struct->count into "int nr_threads"
by Oleg Nesterov
· 15 years ago
97101eb
exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()
by Oleg Nesterov
· 15 years ago
d40e48e
exit: __exit_signal: use thread_group_leader() consistently
by Oleg Nesterov
· 15 years ago
b7b8ff63
signals: kill the awful task_rq_unlock_wait() hack
by Oleg Nesterov
· 15 years ago
4ada856
signals: clear signal->tty when the last thread exits
by Oleg Nesterov
· 15 years ago
ea6d290
signals: make task_struct->signal immutable/refcountable
by Oleg Nesterov
· 15 years ago
4dec2a9
fork/exit: move tty_kref_put() outside of __cleanup_signal()
by Oleg Nesterov
· 15 years ago
4a59994
exit: avoid sig->count in __exit_signal() to detect the group-dead case
by Oleg Nesterov
· 15 years ago
d344193
exit: avoid sig->count in de_thread/__exit_signal synchronization
by Oleg Nesterov
· 15 years ago
9c33916
exit: exit_notify() can trust signal->notify_count < 0
by Oleg Nesterov
· 15 years ago
c0ff745
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
by Miao Xie
· 15 years ago
b257c14
Merge branch 'linus' into sched/core
by Ingo Molnar
· 15 years ago
a3a2e76
mm: avoid null-pointer deref in sync_mm_rss()
by KAMEZAWA Hiroyuki
· 15 years ago
32bd7eb
sched: Remove remaining USER_SCHED code
by Li Zefan
· 15 years ago
4e3eadd
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
f3abd4f
kernel/exit.c: fix shadows sparse warning
by Thiago Farina
· 15 years ago
34e5523
mm: avoid false sharing of mm_counter
by KAMEZAWA Hiroyuki
· 15 years ago
db1466b
rcu: Use wrapper function instead of exporting tasklist_lock
by Paul E. McKenney
· 15 years ago
d11c563
sched: Use lockdep-based checking on rcu_dereference()
by Paul E. McKenney
· 15 years ago
9cd80bb
do_wait() optimization: do not place sub-threads on task_struct->children list
by Oleg Nesterov
· 15 years ago
1d61548
sched: Convert pi_lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
5ec93d1
tty: Move the leader test in disassociate
by Alan Cox
· 15 years ago
6035ccd
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
897e81b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b69f229
block: Fix io_context leak after failure of clone with CLONE_IO
by Louis Rilling
· 15 years ago
0cf55e1
sched, cputime: Introduce thread_group_times()
by Hidetoshi Seto
· 15 years ago
d5b7c78
sched: Remove task_{u,s,g}time()
by Hidetoshi Seto
· 15 years ago
d180c5b
sched: Introduce task_times() to replace task_{u,s}time() pair
by Hidetoshi Seto
· 15 years ago
9620059
Merge branch 'tracing/hw-breakpoints' into perf/core
by Ingo Molnar
· 15 years ago
24f1e32c
hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events
by Frederic Weisbecker
· 15 years ago
0d0df59
connector: fix regression introduced by sid connector
by Christian Borntraeger
· 15 years ago
f579bbc
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
322a2c1
futex: Move exit_pi_state() call to release_mm()
by Thomas Gleixner
· 15 years ago
801460d
task_struct cleanup: move binfmt field to mm_struct
by Hiroshi Shimamoto
· 15 years ago
b6fe2d1
wait_noreap_copyout(): check for ->wo_info != NULL
by Vitaly Mayatskikh
· 15 years ago
dfe16df
do_wait: fix sys_waitid()-specific behaviour
by Vitaly Mayatskikh
· 15 years ago
b6e763f
wait_consider_task: kill "parent" argument
by Oleg Nesterov
· 15 years ago
989264f
do_wait-wakeup-optimization: simplify task_pid_type()
by Oleg Nesterov
· 15 years ago
5c01ba4
do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usage
by Oleg Nesterov
· 15 years ago
b4fe518
do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD case
by Oleg Nesterov
· 15 years ago
0b7570e
do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeup
by Oleg Nesterov
· 15 years ago
a2322e1
do_wait() wakeup optimization: shift security_task_wait() from eligible_child() to wait_consider_task()
by Oleg Nesterov
· 15 years ago
a7f0765
ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee
by Oleg Nesterov
· 15 years ago
1f10206
getrusage: fill ru_maxrss value
by Jiri Pirko
· 15 years ago
02b51df
proc connector: add event for process becoming session leader
by Scott James Remnant
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
eee2775
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e0e8173
CRED: Add some configurable debugging [try #6]
by David Howells
· 15 years ago
f41d911
rcu: Merge preemptable-RCU functionality into hierarchical RCU
by Paul E. McKenney
· 15 years ago
b43f3cb
headers: mnt_namespace.h redux
by Alexey Dobriyan
· 15 years ago
befca96
ptrace: wait_task_zombie: do not account traced sub-threads
by Oleg Nesterov
· 16 years ago
e1eb1eb
mm: exit.c reorder wait_opts to remove padding on 64 bit builds
by Richard Kennedy
· 16 years ago
f95d39d
do_wait: fix the theoretical race with stop/trace/cont
by Oleg Nesterov
· 16 years ago
a3f6dfb
do_wait: kill the old BUG_ON, use while_each_thread()
by Oleg Nesterov
· 16 years ago
64a16ca
do_wait: simplify retval/tsk_result/notask_error mess
by Oleg Nesterov
· 16 years ago
9e8ae01
introduce "struct wait_opts" to simplify do_wait() patches
by Oleg Nesterov
· 16 years ago
4791802
shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()
by Oleg Nesterov
· 16 years ago
77d1ef7
wait_task_zombie: do not use thread_group_cputime()
by Oleg Nesterov
· 16 years ago
d1e98f4
ptrace: wait_task_zombie: s/->parent/->real_parent/
by Oleg Nesterov
· 16 years ago
Next »