index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
exit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assign task_struct.exit_code before taskstats_exit()
Jonathan Lim
2007-08-31
1
-1
/
+1
*
Kill some obsolete sub-thread-ptrace stuff
Oleg Nesterov
2007-08-03
1
-6
/
+2
*
Freezer: avoid freezing kernel threads prematurely
Rafael J. Wysocki
2007-07-19
1
-0
/
+3
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-0
/
+6
*
Audit: add TTY input auditing
Miloslav Trmac
2007-07-16
1
-0
/
+2
*
Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE
Jeff Dike
2007-07-16
1
-0
/
+29
*
sched: update delay-accounting to use CFS's precise stats
Balbir Singh
2007-07-09
1
-1
/
+1
*
sched: clean up the rt priority macros
Ingo Molnar
2007-07-09
1
-1
/
+1
*
sched: remove sched_exit()
Ingo Molnar
2007-07-09
1
-1
/
+0
*
pi-futex: fix exit races and locking problems
Alexey Kuznetsov
2007-06-08
1
-1
/
+23
*
recalc_sigpending_tsk fixes
Roland McGrath
2007-05-23
1
-5
/
+2
*
signal/timer/event: signalfd core
Davide Libenzi
2007-05-11
1
-0
/
+9
*
attach_pid() with struct pid parameter
Sukadev Bhattiprolu
2007-05-11
1
-2
/
+2
*
getrusage(): fill ru_inblock and ru_oublock fields if possible
Eric Dumazet
2007-05-11
1
-0
/
+9
*
change kernel threads to ignore signals instead of blocking them
Oleg Nesterov
2007-05-09
1
-1
/
+1
*
Change reparent_to_init to reparent_to_kthreadd
Eric W. Biederman
2007-05-09
1
-8
/
+8
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
Return EPERM not ECHILD on security_task_wait failure
Roland McGrath
2007-05-07
1
-2
/
+15
*
[PATCH] pid: Properly detect orphaned process groups in exit_notify
Eric W. Biederman
2007-03-29
1
-1
/
+1
*
[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned
Eric W. Biederman
2007-02-12
1
-2
/
+2
*
[PATCH] pid: use struct pid for talking about process groups in exitc
Eric W. Biederman
2007-02-12
1
-20
/
+22
*
[PATCH] pid: make session_of_pgrp use struct pid instead of pid_t
Eric W. Biederman
2007-02-12
1
-9
/
+7
*
[PATCH] close_files(): add scheduling point
Ingo Molnar
2007-02-12
1
-1
/
+3
*
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2007-02-11
1
-2
/
+1
*
[PATCH] namespaces: fix task exit disaster
Serge E. Hallyn
2007-01-30
1
-1
/
+1
*
Revert "[PATCH] namespaces: fix exit race by splitting exit"
Linus Torvalds
2007-01-30
1
-4
/
+2
*
[PATCH] namespaces: fix exit race by splitting exit
Serge E. Hallyn
2007-01-30
1
-2
/
+4
*
[PATCH] restore ->pdeath_signal behaviour
Oleg Nesterov
2006-12-31
1
-4
/
+4
*
[PATCH] Fix reparenting to the same thread group. (take 2)
Eric W. Biederman
2006-12-22
1
-15
/
+22
*
[PATCH] fdtable: Provide free_fdtable() wrapper
Vadim Lobanov
2006-12-22
1
-1
/
+1
*
[PATCH] fdtable: Remove the free_files field
Vadim Lobanov
2006-12-10
1
-4
/
+2
*
[PATCH] fdtable: Make fdarray and fdsets equal in size
Vadim Lobanov
2006-12-10
1
-1
/
+1
*
[PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)
Oleg Nesterov
2006-12-08
1
-11
/
+8
*
[PATCH] add child reaper to pid_namespace
Sukadev Bhattiprolu
2006-12-08
1
-8
/
+15
*
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
2006-12-08
1
-1
/
+1
*
[PATCH] add process_session() helper routine: deprecate old field
Cedric Le Goater
2006-12-08
1
-1
/
+1
*
[PATCH] add process_session() helper routine
Cedric Le Goater
2006-12-08
1
-9
/
+10
*
[PATCH] make set_special_pids() static
Oleg Nesterov
2006-12-08
1
-1
/
+1
*
[PATCH] tty: ->signal->tty locking
Peter Zijlstra
2006-12-08
1
-3
/
+1
*
[PATCH] taskstats: cleanup do_exit() path
Oleg Nesterov
2006-12-07
1
-6
/
+2
*
[PATCH] taskstats_tgid_free: fix usage
Oleg Nesterov
2006-10-28
1
-0
/
+1
*
[PATCH] namespaces: exit_task_namespaces() invalidates nsproxy
Cedric Le Goater
2006-10-02
1
-1
/
+1
*
[PATCH] namespaces: incorporate fs namespace into nsproxy
Serge E. Hallyn
2006-10-02
1
-4
/
+0
*
[PATCH] namespaces: add nsproxy
Serge E. Hallyn
2006-10-02
1
-0
/
+7
*
[PATCH] csa: convert CONFIG tag for extended accounting routines
Jay Lan
2006-10-01
1
-0
/
+1
*
[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]
David Howells
2006-09-30
1
-0
/
+1
*
[PATCH] introduce TASK_DEAD state
Oleg Nesterov
2006-09-29
1
-1
/
+1
*
[PATCH] kill PF_DEAD flag
Oleg Nesterov
2006-09-29
1
-4
/
+2
*
[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()
Oleg Nesterov
2006-09-29
1
-0
/
+1
*
[PATCH] reparent_to_init(): use has_rt_policy()
Oleg Nesterov
2006-09-29
1
-3
/
+1
[next]