summaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov
2005-10-21[PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath
2005-10-01Fix inequality comparison against "task->state"Linus Torvalds
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma
2005-09-09[PATCH] files: break up files structDipankar Sarma
2005-08-04[PATCH] revert "timer exit cleanup"Andrew Morton
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe
2005-06-23[PATCH] Optimize sys_times for a single thread processChristoph Lameter
2005-06-23[PATCH] avoid resursive oopsesAlexander Nyberg
2005-06-17[PATCH] timer exit cleanupIngo Molnar
2005-05-03[patch] MCA recovery module undefined symbol fixRuss Anderson
2005-05-01[PATCH] make lots of things staticAdrian Bunk
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl
2005-04-29Remove bogus BUG() in kernel/exit.cLinus Torvalds
2005-04-16[PATCH] reparent_to_init cleanupCoywolf Qi Hunt
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson
2005-03-07[PATCH] make ITIMER_PROF, ITIMER_VIRTUAL per-processRoland McGrath
2005-03-07[PATCH] make ITIMER_REAL per-processRoland McGrath
2005-03-07[PATCH] PANIC in check_process_timers()Roland McGrath
2005-03-07[PATCH] posix-timers: CPU clock support for POSIX timersRoland McGrath
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