Commit Graph

104 Commits (d475fd428ce77aa2a8bc650d230e17663a4f49c3)

Author SHA1 Message Date
Al Viro 291041e935 fix bogus reporting of signals by audit 18 years ago
Davide Libenzi b8fceee17a signalfd simplification 18 years ago
Oleg Nesterov 60187d2708 sigqueue_free: fix the race with collect_signal() 18 years ago
Oleg Nesterov 834d216e1f signalfd: fix interaction with posix-timers 18 years ago
Oleg Nesterov 247284481c Kill some obsolete sub-thread-ptrace stuff 18 years ago
Masoud Asgharifard Sharbiani abd4f7505b x86: i386-show-unhandled-signals-v3 18 years ago
Ingo Molnar 45807a1df9 vdso: print fatal signals 18 years ago
Benjamin Herrenschmidt caec4e8dc8 Fix signalfd interaction with thread-private signals 18 years ago
Roland McGrath b74d0deb96 Restrict clearing TIF_SIGPENDING 18 years ago
Roland McGrath 7bb44adef3 recalc_sigpending_tsk fixes 18 years ago
Davide Libenzi fba2afaaec signal/timer/event: signalfd core 18 years ago
Amy Griffis e54dc2431d [PATCH] audit signal recipients 18 years ago
Oleg Nesterov 10ab825bde change kernel threads to ignore signals instead of blocking them 18 years ago
Oleg Nesterov a4798833d2 zap_other_threads: remove unneeded ->exit_signal change 18 years ago
Roland McGrath 55c0d1f83e Move sig_kernel_* et al macros to linux/signal.h 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Christoph Lameter 0a31bd5f2b KMEM_CACHE(): simplify slab cache creation 18 years ago
Matthew Wilcox c3de4b3815 Revert "[PATCH] make kernel/signal.c:kill_proc_info() static" 18 years ago
Thomas Gleixner 8bfd9a7a22 [PATCH] hrtimers: prevent possible itimer DoS 18 years ago
Eric W. Biederman 27b0b2f44a [PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info 18 years ago
Eric W. Biederman 3e7cd6c413 [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned 18 years ago
Eric W. Biederman 8d42db189c [PATCH] signal: rewrite kill_something_info so it uses newer helpers 18 years ago
Robert P. J. Day 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. 18 years ago
Oleg Nesterov 0c12b51712 [PATCH] kill_pid_info: kill acquired_tasklist_lock 18 years ago
Rafael J. Wysocki 3df494a32b [PATCH] PM: Fix freezing of stopped tasks 18 years ago
Sukadev Bhattiprolu 84d737866e [PATCH] add child reaper to pid_namespace 18 years ago
Cedric Le Goater 937949d9ed [PATCH] add process_session() helper routine 18 years ago
Adrian Bunk d3228a887c [PATCH] make kernel/signal.c:kill_proc_info() static 18 years ago
Nigel Cunningham 7dfb71030f [PATCH] Add include/linux/freezer.h and move definitions from sched.h 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Linus Torvalds 10b1fbdb0a Make sure "user->sigpending" count is in sync 19 years ago
Eric W. Biederman 2425c08b37 [PATCH] usb: fixup usb so it uses struct pid 19 years ago
Eric W. Biederman c4b92fc112 [PATCH] pid: implement signal functions that take a struct pid * 19 years ago
Roland McGrath 27d91e07f9 [PATCH] __dequeue_signal() cleanup 19 years ago
David Howells f269fdd182 [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place 19 years ago
Linus Torvalds ae74c3b69a Fix force_sig_info() semantics after cleanups 19 years ago
David Quigley 8f95dc58d0 [PATCH] SELinux: add security hook call to kill_proc_info_as_uid 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Oleg Nesterov d5f70c00ad [PATCH] coredump: kill ptrace related stuff 19 years ago
Al Viro e1396065e0 [PATCH] collect sid of those who send signals to auditd 19 years ago
Roland McGrath e57a505984 [PATCH] fix non-leader exec under ptrace 19 years ago
Oleg Nesterov a145410dcc [PATCH] __group_complete_signal: remove bogus BUG_ON 19 years ago
Eric Sesterhenn fda8bd78a1 BUG_ON() Conversion in kernel/signal.c 19 years ago
Pavel Machek 85b6bce365 [PATCH] Fix suspend with traced tasks 19 years ago
Oleg Nesterov 547679087b [PATCH] send_sigqueue: simplify and fix the race 19 years ago
Oleg Nesterov a1d5e21e3e [PATCH] do_notify_parent_cldstop: remove 'to_self' param 19 years ago
Oleg Nesterov 883606a7c9 [PATCH] finish_stop: don't check stop_count < 0 19 years ago
Oleg Nesterov dac27f4a09 [PATCH] simplify do_signal_stop() 19 years ago
Oleg Nesterov 88531f725b [PATCH] do_sigaction: don't take tasklist_lock 19 years ago
Oleg Nesterov a122b341b7 [PATCH] do_signal_stop: don't take tasklist_lock 19 years ago