summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2005-05-24[PATCH] sigkill priority fixKirill Korotaev
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl
2005-04-16[PATCH] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.cChristoph Hellwig
2005-03-28Merge whitespace and __nocast changesLinus Torvalds
2005-03-28[PATCH] swsusp: Add missing refrigerator callsPavel Machek
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-15[PATCH] tasklist left lockedHugh Dickins
2005-03-13[PATCH] verify_area cleanup : i386 and misc.Jesper Juhl
2005-03-11[PATCH] Make lots of things staticAdrian Bunk
2005-03-09[PATCH] Properly share process and session keyrings with CLONE_THREAD [try #2]David Howells
2005-03-07[PATCH] override RLIMIT_SIGPENDING for non-RT signalsRoland McGrath
2005-03-07[PATCH] make ITIMER_PROF, ITIMER_VIRTUAL per-processRoland McGrath
2005-03-07[PATCH] posix-timers: CPU clock support for POSIX timersRoland McGrath
2005-03-07[PATCH] posix-timers: fix posix-timers signals lock orderRoland McGrath
2005-03-07[PATCH] posix-timers: high-resolution CPU clocks for POSIX clock_* syscallsRoland McGrath
2005-02-01[PATCH] assert_spin_locked()Herbert Pƶtzl
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] signal.c: convert assertion to BUG_ON()Pavel Machek
2005-01-10[PATCH] let SIGKILL wake TASK_TRACEDRoland McGrath
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] fix ptracer death race yielding bogus BUG_ONRoland McGrath
2005-01-04[PATCH] move group_exit flag into signal_struct.flags wordRoland McGrath
2005-01-04[PATCH] fix stop signal raceRoland McGrath
2004-10-29[PATCH] uninline __sigqueue_allocChris Wright
2004-10-27[PATCH] signal.c: gcc-3.4 fixPawel Sikora
2004-10-22[PATCH] Invalid BUG_ONs in signal.cRoland McGrath
2004-10-21[PATCH] make __sigqueue_alloc() a general helperChris Wright
2004-10-19[SPARC64]: Re-export force_sig to modules.David S. Miller
2004-10-18[PATCH] remove dead code and exports from signal.cChristoph Hellwig
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] make rlimit settings per-process instead of per-threadRoland McGrath
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-30[PATCH] fix rusage semanticsRoland McGrath
2004-08-30[PATCH] waitid system callRoland McGrath
2004-08-25[PATCH] signal handling race fixCorey Minyard
2004-08-25Merge common signal handling fault handling in generic code.Linus Torvalds
2004-07-06sparse: annotate signal handler and ss_sp as user pointersLinus Torvalds
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds
2004-06-19Follow 2.4.x semantics for in-kernel signal sending.Linus Torvalds
2004-06-17[PATCH] RLIM: remove unused queued_signals global accountingChris Wright
2004-06-17[PATCH] RLIM: enforce rlimits on queued signalsChris Wright
2004-06-17[PATCH] RLIM: pass task_struct in send_signal()Chris Wright
2004-06-17Fix kill_pg_info(): return success if _any_ signal succeeded.Linus Torvalds
2004-06-08[PATCH] __ARCH_WANT_SYS_RT_SIGACTION fixAndrew Morton
2004-06-02[PATCH] move #endif to correct placeAndrew Morton