summaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2005-03-04[PATCH] Move accounting function calls out of critical vm code pathsChristoph Lameter
2005-01-19Remove old debugging tests.Linus Torvalds
2005-01-14[PATCH] fix exec deadlock when ptrace used inside the thread groupRoland McGrath
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky
2005-01-10[PATCH] don't let PTRACE_EVENT_EXIT stop hold up SIGKILLRoland McGrath
2005-01-09[PATCH] fix __ptrace_unlink TASK_TRACED recovery for real parentRoland McGrath
2005-01-06[PATCH] First cut at setsid/tty lockingAlan Cox
2005-01-04[PATCH] uninline/kill __exit_mm()Oleg Nesterov
2005-01-04[PATCH] task_struct.exit_state usageRoland McGrath
2005-01-04[PATCH] move waitchld_exit from task_struct to signal_structRoland McGrath
2005-01-04[PATCH] move group_exit flag into signal_struct.flags wordRoland McGrath
2005-01-04[PATCH] fix stop signal raceRoland McGrath
2005-01-04[PATCH] enhanced Memory accounting data collectionJay Lan
2004-12-23[PATCH] AB-BA deadlock between uidhash_lock and tasklist_lock.Andrew Morton
2004-12-16[PATCH] fix bogus ECHILD return from wait* with zombie group leaderRoland McGrath
2004-11-17Fix reading /proc/<pid>/mem when parent dies.Linus Torvalds
2004-11-09[PATCH] Fix do_wait raceDinakar Guniguntala
2004-11-08wait_task_stopped() must not just return 0 when it hasLinus Torvalds
2004-11-03x86: regparm calling convention for exceptions and interrupts.Linus Torvalds
2004-10-25[PATCH] session leader tty disassociation fixRoland McGrath
2004-10-25[PATCH] acct: report single record for multithreaded processRoland McGrath
2004-10-18[PATCH] unexport exit_mmChristoph Hellwig
2004-10-18[PATCH] implement in-kernel keys & keyring managementDavid Howells
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-10-18[PATCH] fix PTRACE_ATTACH race with real parent's wait callsRoland McGrath
2004-10-18[PATCH] add WCONTINUED support to wait4 syscallRoland McGrath
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath
2004-10-16[PATCH] tailcall prevention in sys_wait4() and sys_waitid()Ingo Molnar
2004-09-20Correct prototypes for sys_wait4 and sys_waitpid.Richard Henderson
2004-09-15[PATCH] back out siginfo_t.si_rusage from waitid changesRoland McGrath
2004-09-07[PATCH] cleanup ptrace stops and remove notify_parentRoland McGrath
2004-09-02[PATCH] fixed pidhashing patchKirill Korotaev
2004-08-31Annotate sys_wait4() user pointersLinus Torvalds
2004-08-30[PATCH] fix rusage semanticsRoland McGrath
2004-08-30[PATCH] waitid system callRoland McGrath
2004-08-26[PATCH] improve OProfile on many-way systemsJohn Levon
2004-08-26[PATCH] fix MT reparenting when thread group leader diesRoland McGrath
2004-08-26[PATCH] Hotplug CPU vs TASK_ZOMBIEs: The Sequel to Hotplug CPU vs TASK_DEADRusty Russell
2004-08-23[PATCH] sched: self-reaping atomicity fixIngo Molnar
2004-08-23[PATCH] permit sleeping in release_task()Ingo Molnar
2004-07-17Clean up ptrace child exit case.Linus Torvalds
2004-07-12[PATCH] sparse: signal annotationAlexander Viro
2004-07-06[PATCH] NUMA API: fix use-after-free bugAndi Kleen
2004-06-30[PATCH] zombie with CLONE_THREAD and straceAndrea Arcangeli
2004-06-17[PATCH] contify some scheduler functionsKeith Owens
2004-06-12[PATCH] fix the exit-vs-timer race fixAndrew Morton
2004-06-01[PATCH] Fix signal race during process exitJeremy Kerr
2004-05-28[PATCH] sparse: trivial part of kernel/* __user annotationAlexander Viro
2004-05-22[PATCH] small numa api fixupsAndrew Morton