aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-17Clean up ptrace child exit case.Linus Torvalds1-11/+8
2004-07-12[PATCH] sparse: signal annotationAlexander Viro1-1/+1
2004-07-06[PATCH] NUMA API: fix use-after-free bugAndi Kleen1-3/+4
2004-06-30[PATCH] zombie with CLONE_THREAD and straceAndrea Arcangeli1-3/+31
2004-06-17[PATCH] contify some scheduler functionsKeith Owens1-3/+3
2004-06-12[PATCH] fix the exit-vs-timer race fixAndrew Morton1-1/+1
2004-06-01[PATCH] Fix signal race during process exitJeremy Kerr1-0/+8
2004-05-28[PATCH] sparse: trivial part of kernel/* __user annotationAlexander Viro1-5/+6
2004-05-22[PATCH] small numa api fixupsAndrew Morton1-0/+3
2004-05-22[PATCH] numa api: Add VMA hooks for policyAndrew Morton1-0/+1
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-2/+2
2004-04-12[PATCH] get_files_struct cleanupAndrew Morton1-0/+13
2004-04-11[PATCH] fix posix-timers to have proper per-process scopeAndrew Morton1-1/+0
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton1-1/+0
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-11/+11
2004-03-16[PATCH] s390: coreAndrew Morton1-1/+2
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-2/+2
2004-02-24[PATCH] asmlinkage fixesAndrew Morton1-1/+1
2004-02-05[PATCH] unexport do_exit()Andrew Morton1-1/+0
2004-02-03[PATCH] gcc-3.5: _exit fixAndrew Morton1-0/+1
2004-01-30[PATCH] s390: general update.Andrew Morton1-0/+2
2004-01-15[PATCH] fix pdeath_signal SMP lockingRoland McGrath1-1/+2
2003-12-29[PATCH] synchronize use of mm->core_waitersAndrew Morton1-1/+9
2003-12-14Fix thread group leader zombie leakLinus Torvalds1-3/+20
2003-10-26Fix ZOMBIE race with self-reaping threads.Linus Torvalds1-5/+11
2003-10-26Add a sticky "PF_DEAD" task flag to keep track of dead processes.Linus Torvalds1-0/+1
2003-10-12[PATCH] Kernel thread signal handling.David Woodhouse1-0/+21
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds1-11/+11
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo1-0/+10
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton1-11/+11
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-12/+12
2003-08-31[PATCH] add context switch countersAndrew Morton1-0/+2
2003-08-05[PATCH] fix spinlock deadlock in ptrace-reaping of detached threadRoland McGrath1-3/+9
2003-08-05[PATCH] spurious SIGCHLD from dying thread group leaderRoland McGrath1-3/+5
2003-07-06[PATCH] switch_mm and enter_lazy_tlb: remove cpu argRusty Russell1-1/+1
2003-07-04[PATCH] fix current->user->__count leakAndrew Morton1-0/+1
2003-07-04[PATCH] generic io contextsAndrew Morton1-2/+2
2003-07-04[PATCH] anticipatory I/O schedulerAndrew Morton1-0/+2
2003-07-02[PATCH] Report detached thread exit to the debuggerAndrew Morton1-3/+9
2003-06-26[PATCH] Use Local Percpu Macros for Local Percpu VariablesRusty Russell1-1/+1
2003-06-20[PATCH] sysv semundo fixesAndrew Morton1-1/+1
2003-05-25[PATCH] Fix dcache_lock/tasklist_lock ranking bugAndrew Morton1-27/+13
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole1-1/+1
2003-04-04[PATCH] linux-2.5.66-signal-cleanup.patchRoland McGrath1-1/+1
2003-02-25[PATCH] Spelling fixes: don'tMichael Hayes1-1/+1
2003-02-20We don't need to wait for task in-activity in release_task() any more,Linus Torvalds1-5/+0
2003-02-19[PATCH] Keep interrupts enabled in exit pathAndrew Morton1-6/+11
2003-02-18[PATCH] remove (start|end)_lazy_tlb()Andrew Morton1-27/+0
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger1-0/+2
2003-02-15Set ptrace_message before PT_TRACE_EXIT.Daniel Jacobowitz1-1/+3
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz1-4/+2
2003-02-11[PATCH] export allow_signal()Tomas Szepe1-1/+2
2003-02-11Add macthing 'va_end()' to the 'va_start()' in daemonize().Linus Torvalds1-0/+1
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds1-1/+28
2003-02-10[PATCH] fix current->user->processes leakAndrew Morton1-1/+1
2003-02-09[PATCH] Lock session and group ID settingIngo Molnar1-2/+24
2003-02-08[PATCH] Fix compile warning for 'sys_exit_group'Andrew Morton1-1/+1
2003-02-07Hand mergeDaniel Jacobowitz1-3/+25
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds1-16/+18
2003-02-06MergeDaniel Jacobowitz1-3/+25
2003-02-06[PATCH] exit_notify/do_exit cleanupRoland McGrath1-56/+45
2003-02-06Hand-merge with Ingo's changesDaniel Jacobowitz1-5/+27
2003-02-06Signal handling bugs for thread exit + ptraceDaniel Jacobowitz1-4/+12
2003-02-06Add PTRACE_O_TRACEVFORKDONE and PTRACE_O_TRACEEXIT facilities.Daniel Jacobowitz1-0/+3
2003-02-05[PATCH] Make sys_wait4() more readableRoland McGrath1-114/+149
2003-02-05[PATCH] signal-fixes-2.5.59-A4Ingo Molnar1-24/+124
2003-02-03[PATCH] remove will_become_orphaned_pgrp()Andrew Morton1-10/+5
2003-01-18Tweak has_stopped_jobs for use with debuggingDaniel Jacobowitz1-0/+11
2003-01-14[PATCH] remove has_stopped_jobs()Andrew Morton1-14/+3
2003-01-14[PATCH] Create a per-cpu proces counter for /proc reportingAndrew Morton1-0/+2
2003-01-09Fix exec_mmap() to release the MM while we still have it active,Linus Torvalds1-1/+1
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig1-3/+3
2002-12-01[PATCH] tcore-fixes-2.5.50-E6Ingo Molnar1-8/+7
2002-11-25Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-3/+3
2002-11-25[PATCH] microoptimise do_exit()Dave Jones1-3/+3
2002-11-23MergeGreg Kroah-Hartman1-3/+3
2002-11-17[PATCH] dcache usage cleanupsManeesh Soni1-2/+2
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-11-05[PATCH] thread-aware coredumps, 2.5.43-C3Ingo Molnar1-10/+22
2002-10-17LSM: convert over the remaining security calls to the new format.Greg Kroah-Hartman1-3/+3
2002-10-15[PATCH] oprofile - hooksJohn Levon1-3/+7
2002-09-24[PATCH] exit-fix-2.5.38-E3Ingo Molnar1-15/+31
2002-09-24[PATCH] s/preempt_count()/in_atomic() in do_exit()Robert Love1-1/+1
2002-09-23[PATCH] pgrp-fix-2.5.38-A2Ingo Molnar1-1/+6
2002-09-22[PATCH] pidhash cleanups, tgid-2.5.38-F3Ingo Molnar1-2/+30
2002-09-19Remove bogus timer optimization - even if the timer isn't pending,Linus Torvalds1-2/+1
2002-09-19[PATCH] generic-pidhash-2.5.36-J2, BK-currIngo Molnar1-27/+33
2002-09-17[PATCH] Fix for ptrace breakageDaniel Jacobowitz1-90/+87
2002-09-15[PATCH] Remove CONFIG_SMP around wait_task_inactive()David Gibson1-2/+0
2002-09-14[PATCH] thread-exec-2.5.34-B1, BK-currIngo Molnar1-1/+1
2002-09-14[PATCH] exit-fix-2.5.34-C0, BK-currIngo Molnar1-5/+1
2002-09-14[PATCH] wait4-fix-2.5.34-B2, BK-currIngo Molnar1-5/+5
2002-09-14[PATCH] exit-thread-2.5.34-A0, BK-currIngo Molnar1-11/+15
2002-09-14[PATCH] detached-fix-2.5.34-A0, BK-currIngo Molnar1-9/+7
2002-09-14[PATCH] wait4-fix-2.5.34-A0, BK-currIngo Molnar1-2/+12
2002-09-13[PATCH] hide-threads-2.5.34-C1Ingo Molnar1-3/+3
2002-09-12[PATCH] sys_exit() threading improvements, BK-currIngo Molnar1-5/+16
2002-09-12[PATCH] ptrace-fix-2.5.34-A2, BK-currIngo Molnar1-3/+11
2002-09-12[PATCH] Typo in do_syslog/__down_trylock lockup fixDaniel Jacobowitz1-1/+1
2002-09-10[PATCH] sys_exit_group(), threading, 2.5.34Ingo Molnar1-10/+46
2002-09-10[PATCH] exit.c compilation warning fixIngo Molnar1-1/+0
2002-09-09[PATCH] Re: do_syslog/__down_trylock lockup in current BKIngo Molnar1-32/+39
2002-09-08[PATCH] CLONE_DETACHED fixIngo Molnar1-1/+1
2002-09-07[PATCH] shared thread signalsIngo Molnar1-13/+12
2002-09-06[PATCH] More ptrace fixes for 2.5.33Daniel Jacobowitz1-32/+54
2002-09-06[PATCH] more ptrace updatesIngo Molnar1-20/+26
2002-09-04[PATCH] ptrace-fix-2.5.33-A1Ingo Molnar1-2/+9
2002-09-03[PATCH] list_t removalRusty Russell1-2/+2
2002-09-03[PATCH] daemonize() calls reparent_to_init cleanupRusty Russell1-0/+2
2002-08-31[PATCH] remove BUG_ON(p->ptrace) in release_task()Hirofumi Ogawa1-9/+2
2002-08-30[PATCH] ptrace exit fixDaniel Jacobowitz1-5/+9
2002-08-19[PATCH] O(1) sys_exit(), threading, scalable-exit-2.5.31-A6Ingo Molnar1-1/+1
2002-08-18[PATCH] O(1) sys_exit(), threading, scalable-exit-2.5.31-B4Ingo Molnar1-66/+111
2002-08-13[PATCH] clone-detached-2.5.31-B0Ingo Molnar1-8/+15
2002-07-23[PATCH] scheduler fixesIngo Molnar1-1/+1
2002-07-21[PATCH] "big IRQ lock" removal, IRQ cleanupsIngo Molnar1-2/+2
2002-07-19LSM: Enable the security framework. This includes basic task control hooks.Greg Kroah-Hartman1-4/+7
2002-07-01Make in-kernel HZ be 1000 on x86, retaining user-level 100 HZ clock_t.Linus Torvalds1-2/+2
2002-05-28[PATCH] trivial: no "error" on preempt_count noticeRobert Love1-1/+1
2002-05-17[PATCH] Thread group exit problem reappearedDave McCracken1-3/+9
2002-04-28[PATCH] drop obsolete stat/waitpid/s(sg)etmask/signal from ARM buildRussell King1-1/+1
2002-04-24Clean up compiler warningsLinus Torvalds1-2/+2
2002-04-21[PATCH] (3/5) sane procfs/dcache interactionAlexander Viro1-0/+15
2002-04-21[PATCH] (1/5) sane procfs/dcache interactionAlexander Viro1-1/+18
2002-04-04Fix exit_notify() to actually do what the commentLinus Torvalds1-2/+5
2002-04-03[PATCH] simple preemption debug checkRobert Love1-0/+5
2002-04-02[PATCH] BKL reduction in do_exitDave Hansen1-1/+0
2002-04-02[PATCH] conditional system call cleanupAlexander Viro1-4/+0
2002-03-14[PATCH] wait4() WIFSTOPPED starvation fix #2/2David Howells1-0/+6
2002-03-14Cleanup: use list macros for task listLinus Torvalds1-2/+2
2002-03-14[PATCH] wait4() WIFSTOPPED starvation fix #1/2David Howells1-21/+18
2002-02-13do not unlock irqs before calling schedule() - besides being a small exit() s...Ingo Molnar1-1/+6
2002-02-11merge to the -K3 scheduler.Ingo Molnar1-24/+3
2002-02-08Merge home.transmeta.com:/home/torvalds/v2.5/preemptLinus Torvalds1-0/+1
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones1-0/+1
2002-02-08[PATCH] Re: [PATCH] Preemptible Kernel for 2.5Robert Love1-1/+1
2002-02-06[PATCH] thread information blockDavid Howells1-2/+2
2002-02-05v2.5.2.5 -> v2.5.2.6Linus Torvalds1-0/+3
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds1-0/+1
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-41/+105
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-0/+1
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-3/+3
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-0/+2
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-3/+16
2002-02-04v2.4.14.8 -> v2.4.14.9Linus Torvalds1-2/+2
2002-02-04v2.4.14.7 -> v2.4.14.8Linus Torvalds1-3/+0
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds1-0/+4
2002-02-04v2.4.12.6 -> v2.4.13Linus Torvalds1-10/+3
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-0/+1
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds1-3/+4
2002-02-04v2.4.4.1 -> v2.4.4.2Linus Torvalds1-0/+1
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+2
2002-02-04Import changesetLinus Torvalds1-0/+596