aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-05signals: avoid random wakeups in sigsuspend()Sasha Levin1-2/+4
2015-11-20kernel/signal.c: unexport sigsuspend()Richard Weinberger1-1/+1
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov1-1/+1
2015-11-06signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov1-50/+1
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-3/+6
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+2
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-9/+4
2015-06-04signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov1-9/+4
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt1-3/+3
2015-04-17signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov1-9/+5
2015-02-17signal: use current->state helpersDavidlohr Bueso1-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2014-11-18mpx: Extend siginfo structure to include bound violation informationQiaowei Ren1-0/+4
2014-10-29signal: Document the RCU protection of ->sighandOleg Nesterov1-1/+11
2014-10-29signal: Exit RCU read-side critical section on each pass through loopPaul E. McKenney1-16/+14
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-25/+21
2014-08-06Rip out get_signal_to_deliver()Richard Weinberger1-11/+12
2014-08-06Clean up signal_delivered()Richard Weinberger1-13/+8
2014-08-06tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger1-1/+1
2014-07-09signal: Explain local_irq_save() callPaul E. McKenney1-0/+4
2014-06-06signals: introduce kernel_sigaction()Oleg Nesterov1-24/+12
2014-06-06signals: disallow_signal() should flush the potentially pending signalOleg Nesterov1-0/+7
2014-06-06signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov1-4/+1
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov1-0/+29
2014-06-06signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov1-8/+7
2014-06-06signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov1-11/+8
2014-06-06signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov1-33/+10
2014-06-06signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov1-1/+1
2014-06-06ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()Oleg Nesterov1-0/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-2/+2
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+3
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-4/+3
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov1-4/+3
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-2/+2
2013-05-12sigtimedwait: use freezable blocking callColin Cross1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-2/+4
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-2/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag1-0/+2
2013-03-13kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton1-1/+1
2013-03-13signal: always clear sa_restorer on execveKees Cook1-0/+3
2013-03-12signals: fix new kernel-doc warningsRandy Dunlap1-1/+1
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-02-27kernel/signal.c: fix suboptimal printk usageValdis Kletnieks1-4/+4